@charset "utf-8";

/* ブラウザデフォルト*/

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
 margin: 0;
 padding: 0;
 font-size: 100%;
}

body {
 line-height: 1.0;
 -webkit-text-size-adjust: none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { 
 display:block;
}

img {
 border: 0;
 vertical-align: bottom;
 max-width: 100%;
 height: auto;

}

ul, ol {
 list-style: none;
}

table {
 border-spacing: 0;
 empty-cells: show;
}




/* base setting 
---------------------------------------*/

body {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#665849;
	background-color: #CCCCCC;
	background-image: url(img/bg.gif);
	line-height: 1.6;
	padding-right: 5px;
	padding-left: 5px;
	font-family:'MS Pゴシック', 'MS P Gothic', 'Gothic Pro', 'MS ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

a, a:visited {
	color: #3399CC;

}

a:hover {
	color: #336699;
}

p{
	margin-bottom: 20px;
}

#wrapper{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border:solid #3399CC 3px;
}



/*パンくずリスト*/
#topicpass ul {
	margin-bottom: 30px;
}

#topicpass li {
	display: inline;
	color: #3399CC;
	font-size: 10px;
	
}

#topicpass li + li:before {
	content: " > ";
}

#topicpass a{
	margin-right: 5px;
	margin-left: 5px;
	line-height: 15px;
	color:#3399CC;
}

#topicpass a:hover{
	text-decoration: none;	
}

/*
header
-----------------------------------------*/
header {
	background-color: #3399CC;
	padding: 5px;
	
}

header h1 {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #3399CC;
}

header:after{
	display: block;
	clear: both;
	content:"";
}

/*
mainContents
-----------------------------------------*/

section{
	padding: 5px;

}

section h1{
	border-bottom: solid 1px #3399CC;
	border-left: solid 10px #3399CC;
	clear:both;
	font-size:18px;
	margin-bottom: 20px;
	padding-left: 15px;
	line-height: 1.3em;
	color: #3399CC;
}

section h2{
	margin: 0;
	padding: 4px 0;
	font-size: 16px;
	line-height: 100%;
	color: #3399CC;
	text-align: left;
	border-bottom: double;
	margin-bottom: 20px;
}

section h3{
　　margin: 0;
	padding: 4px 0;
	font-size: 14px;
	line-height: 100%;
	color: #3399CC;
	text-align: left;
	margin-bottom: 20px;
}

.link{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.link a{
	color: #3399CC;
}

.link a:hover{
	color: #3399CC;
	text-decoration: none;
}




/*
画像系
-----------------------------------------*/
figcaption{
	font-size: 11px;
	text-align: center;
}

.bnr{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}


.imgr{
	clear: both;
	float: none;
	margin-right: 0px;
	text-align: center;
}

.imgl{
	clear: both;
	float: none;
	margin-right: 0px;
	text-align: center;
	
}

/*
サイドメニュー
-----------------------------------------*/

aside h2{
	background-color: #3366CC;
	color:#FFFFFF;
	text-decoration:none;
	height:40px;
	line-height:40px;
	text-align: center;

}

#siderank ul {
}

#siderank li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	line-height: 45px;
	padding-left:10px;
	font-size: 12px;
}


#siderank li a{
	line-height: 45px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;	
}

.side li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	line-height: 45px;
	text-align: center;	
}

.side li a{
	line-height: 45px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;	
}



#modoru {
	text-align: right;
	color:#3399CC;
	padding-top: 30px;
	
}

#modoru a{
	color: #3399CC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#modoru a:hover{
color: #3366CC;
}


/*
footer
-----------------------------------------*/

footer{
	font-size: 12px;
	clear: both;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #3399CC;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
}

small a{
	color: #3399CC;
	text-decoration: none;
}

/* タブレット向けスタイル：481px～768px */
@media only screen and (min-width:481px){

/*
header
-----------------------------------------*/
header {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	
}


/*
画像系
-----------------------------------------*/
.imgl{
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;	
}

.imgr{
	clear: both;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;	
}

.bnr{
	clear: both;
	margin-bottom: 20px;
	text-align: center;
}




}

/*PC向けスタイル：769px～*/
@media only screen and (min-width:769px){

#wrapper{
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border:solid #3399CC 3px;
	width:900px;
}

/*
header
-----------------------------------------*/
header {
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}

/*
mainContents
-----------------------------------------*/

section{
	padding: 5px 5px 10px 30px;
	width:570px;
	float:left;

}

aside {
	float:right;
	width:240px;
	padding-right:30px;

}

#siderank li a:hover{
text-decoration:underline;
}

.side li {
	background-image:url(img/li.gif);
	background-position: 15px center;	
	background-repeat:no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399CC;
	line-height: 30px;
	text-align: left;
}

.side li a{
	line-height: 30px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #3399CC;
	padding-left: 60px;
}

.side li a:hover{
	text-decoration:underline;
}


#modoru {
	text-align: right;
	color:#3399CC;
	padding-top: 30px;
	clear:both;
	padding-right: 30px;
	
}

#modoru a{
	color: #3399CC;
	padding-top: 5px;
	padding-bottom: 5px;
}

#modoru a:hover{
color: #3366CC;
}


}




/* 文字の色や強調
====================================================*/
.reds  {color: #CD1052; font-weight: normal; font-size: 10px}
.red  {color: #CD1052; font-weight: normal}
.redb {color: #CD1052; font-weight: bold}
.redl {color: #CD1052; font-weight: bold; font-size: 18px}

.blue  {color: #66CCFF; font-weight: nomal}
.blueb {color: #66CCFF; font-weight: bold}
.bluel {color: #66CCFF; font-weight: bold; font-size:16px;line-height:1.6em;}


.orange  {color: #FF9966; font-weight: normal}
.orangeb {color: #FF9966; font-weight: bold}
.orangel {color: #FF9966; font-weight: bold; font-size: 16px}

.green  {color: #12A422; font-weight: normal}
.greenb {color: #12A422; font-weight: bold}
.greenl {color: #12A422; font-weight: bold; font-size: 16px;}

.tpink a:hover{text-decoration:underline; color: #f06;}
.tpink a{text-decoration:none; color: #f06;}

.black{font-weight: bold}
.blackl{font-weight: bold; font-weight: bold; font-size: 16px;}
.blackbig{font-weight: bold; font-weight: bold; font-size: 26px;}


.bgy{background-color:#FFFF66;}