/* CSS Document */

/*初期化設定*/

p,a,img,h1,h2,h3,ul,li {
	margin:0;
	padding:0;
	border:0;
}

/*基本要素、背景色*/


body {
	margin:0 auto;
	background-color:#f3f4f8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
}	


/*基本フォント設定*/

p {
	color:#363636;
	margin:15px 0;
}

a {
	color:#014982;
}

hr {
	height:2px;
	width:658px;
	color:#b9b9b9;
}

h1 {
	color:#363636;
	font-size:21px;
	margin:15px auto;
	height:50px;
	border:1px solid #6c6c6c;
	width:928px;
	line-height:50px;
	text-indent:15px;
	background-color:#e5f3fa;
}

h2 {
	color:#ffffff;
	font-size:14px;
	width:690px;
	height:30px;
	text-indent:15px;
	line-height:30px;
	background-image:url(img/h2_bg.png);
	background-repeat:no-repeat;
}

h3 {
	color:#171717;
	font-size:14px;
	width:208px;
	height:27px;
	line-height:27px;
	background-image:url(img/h3_bg.png);
	background-repeat:repeat-x;
	text-indent:15px;
}


/*レイアウト*/

#base {
	margin:0 auto;
	text-align:center;
}

/*xml互換モードレンダリング対処*/
h1,h2,h3,p,a,img,li {
	text-align:left;
}

.cts p {
		width:658px;
	}

#header {
	margin:0 auto;
	width:930px;
	padding:15px 0;
	height:60px;
	text-align:left;
}

	#logo {
		width:40%;
		height:60px;
		float:left;
	}

	#head-banner {
		width:60%;
		height:60px;
		text-align:right;
		float:left;
	}
	
/*ナビメニューとマウスオーバー設定*/

#navi {
	width:100%;
	height:39px;
	background-image:url(img/navi_bg.png);
	background-repeat:repeat-x;
	color:#ffffff;
}
	
	#navi ul{
		margin:0 auto;
		width:900px;
		height:30px;
	}

	#navi li {
		height:26px;
		line-height:26px;
		padding:2px 15px 0 15px;
		float:left;
		list-style:none;
		background-image:url(img/navi_li.gif);
		background-repeat:no-repeat;
		background-position:right;
	}
	
	#navi a {
		padding:7px 16px 6px 16px;
		text-decoration:none;
		color:#ffffff;
	}
	
	#navi .s a:hover{
		background-image:url(img/hover_s.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}

	#navi .m a:hover{
		background-image:url(img/hover_m.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .l a:hover{
		background-image:url(img/hover_l.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .xl a:hover{
		background-image:url(img/hover_xl.png);
		background-repeat:no-repeat;
		background-position:50% 50%;
	}
	
	#navi .bg-s a {
		background-image:url(img/bg-s.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-m a {
		background-image:url(img/bg-m.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-l a {
		background-image:url(img/bg-l.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}
	
	#navi .bg-xl a {
		background-image:url(img/bg-xl.png);
		background-repeat:no-repeat;
		background-position:50% 75%;
	}


/*ヘッダーイメージ*/

#image_bg {
	margin-top:9px;
	width:100%;
	height:210px;
	background-color:#080808;
	font-size:0;
}

	#image {
		margin:0 auto;
		width:930px;
		height:210px;
		font-size:0;
	}

/*中央コンテンツ、右カテゴリ、下フッター*/

#center {
	width:930px;
	margin:0 auto;
}

#contents {
	width:690px;
	float:left;
	padding-right:30px;
}

	.cts {
		margin-bottom:15px;
		padding:0 15px;
		width:658px;
		border:1px solid #dadada;
		background-image:url(img/cts_bg.png);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#daecf7;
		text-align:left;
	}
	
	/*コンテンツリストスタイル設定*/
	
	#contents ul {
		padding-left:15px;
		margin:15px 0;
	}
	
	#contents ol {
		padding-left:15px;
		margin:15px 0;
	}
	
	#contents li {
		line-height:30px;
	}


#category {
	width:210px;
	float:left;
}
	
	#category a {
		text-decoration:none;
	}

	.cat {
		border:1px solid #bababd;
		width:208px;
		padding-bottom:15px;
		margin-bottom:15px;
		background-color:#e4f1fa;
	}
	
	#category ul {
		margin-top:15px;
	}
	
	#category li {
		list-style:none;
		background-image:url(img/ico_arrow.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:30px;
		line-height:21px;
	}
	
	#category  .link {
		list-style:none;
		background-image:url(img/ico_link.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:31px;
		line-height:21px;
	}
	
	#category .rss {
		list-style:none;
		background-image:url(img/ico_rss.gif);
		background-repeat:no-repeat;
		background-position:15px 5px;
		text-indent:31px;
		line-height:21px;
	}

#page_top {
	width:195px;
	height:45px;
	line-height:45px;
	font-weight:bold;
	margin-left:735px;
	text-align:left;
}

	#page_top a {
		color:#014982;
	}


#footer {
	height:45px;
	width:900px;
	padding:0 15px;
	line-height:43px;
	border-top:1px solid #d8d8d8;
}

	#footer .left {
		font-size:10px;
		width:600px;
		float:left;
	}
	
	#footer .right {
		color:#000000;
		width:270px;
		float:left;
	}
	
	#footer .right p {
		text-align:right;
	}
	
	#footer a {
		text-decoration:none;
		color:#444444;
	}
	
	#footer a:hover {
		text-decoration:underline;
		color:#444444;
	}

/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
※「em」は文字サイズ可変に対応。「pt」は文字サイズ固定
-------------------------------------------------------------*/

.b{ font-weight: bold!important; }
.normal{ font-weight: normal!important; }

.big{ font-size: 120%!important; }
.big2{ font-size: 150%!important; }
.big3{ font-size: 180%!important; }
.small{ font-size: 80%!important; }

.f08em{ font-size: 0.8em; }
.f09em{ font-size: 0.9em; }
.f10em{ font-size: 1.0em; }
.f11em{ font-size: 1.1em; }
.f12em{ font-size: 1.2em; }
.f13em{ font-size: 1.3em; }
.f14em{ font-size: 1.4em; }
.f15em{ font-size: 1.5em; }
.f16em{ font-size: 1.6em; }
.f17em{ font-size: 1.7em; }
.f18em{ font-size: 1.8em; }
.f19em{ font-size: 1.9em; }
.f20em{ font-size: 2.0em; }
.f21em{ font-size: 2.1em; }
.f22em{ font-size: 2.2em; }
.f23em{ font-size: 2.3em; }
.f24em{ font-size: 2.4em; }

.f8pt{ font-size: 8.5pt!important; }
.f9pt{ font-size: 9.0pt!important; }
.f10pt{ font-size: 10pt!important; }
.f11pt{ font-size: 11pt!important; }
.f12pt{ font-size: 12pt!important; }
.f13pt{ font-size: 13pt!important; }
.f14pt{ font-size: 14pt!important; }
.f15pt{ font-size: 15pt!important; }
.f16pt{ font-size: 16pt!important; }
.f17pt{ font-size: 17pt!important; }
.f18pt{ font-size: 18pt!important; }
.f19pt{ font-size: 19pt!important; }
.f20pt{ font-size: 20pt!important; }
.f21pt{ font-size: 21pt!important; }
.f22pt{ font-size: 22pt!important; }
.f23pt{ font-size: 23pt!important; }
.f24pt{ font-size: 24pt!important; }


/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #ccc!important; }/*灰*/
.white{ color: #fff!important; }/*白*/


/*------------------------------------------------------------
17、ノートのような線を引く
-------------------------------------------------------------*/

.noteline{
	display: inline!important;
	padding-bottom: 0.3em!important;
	border-bottom: 1px dashed #7070ba!important;
	line-height: 2.1em!important;
}


