/* 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 #dc8f8f;
	width:928px;
	line-height:50px;
	text-indent:15px;
	background-color:#f8e6e6;
}

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 #da8a8a;
		background-image:url(img/cts_bg.png);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#f4dfdf;
		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 #da8a8a;
		width:208px;
		padding-bottom:15px;
		margin-bottom:15px;
		background-color:#f7e5e5;
	}
	
	#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;
	}







