/* CSS Document */

/*初期化設定*/

p,a,img,li,ul,ol,h1,h2,h3{
	margin:0;
	padding:0;
	border:0;
}


/*基本設定*/

body {
	margin:0 auto;
	font-size:12px;
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(img/bg.png);
	text-align:center;
}

/*IE6.0互換モードレンダリング対処*/

h1,h2,h3,p,ul,ol,li{
	text-align:left;
}

/*htmlフォント設定*/

p {
	font-size:12px;
	line-height:21px;
	margin:15px 0;
}

a {
	color:#3399ff;
}

hr {
	width:565px;
	background-image:url(img/dashed.gif);
	background-repeat:repeat-x;
	height:1px;
}

h1 {
	width:780px;
	height:30px;
	background-image:url(img/cts_top.gif);
	background-repeat:no-repeat;
	margin:15px auto 0 auto;
	text-indent:15px;
	color:#363636;
	font-size:15px;
	line-height:30px;
}

h2 {
	width:565px;
	height:30px;
	margin-top:15px;
	text-indent:15px;
	line-height:30px;
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	font-size:15px;
}

h3 {
	margin-left:15px;
	width:140px;
	height:21px;
	border-bottom:1px solid #979797;
	line-height:21px;
	color:#363636;
	font-size:15px;
}

/*罫線(破線）*/

.dashed {
	height:1px;
	margin:15px 0;
	background-image:url(img/dashed.gif);
	background-repeat:repeat-x;
	background-position:50%;
}

/*レイアウト設定*/

.clear {
	clear:both;
}


#header_bg {
	width:100%;
	height:84px;
	background-color:#FFFFFF;
}

#header {
	width:780px;
	height:60px;
	padding:12px 0;
	margin:0 auto;
	background-color:#ffffff;
}

	#logo {
		float:left;
		width:312px;
		height:60px;
	}
	
	#banner_1 {
		float:left;
		width:468px;
		height:60px;
	}
	
	#header p {
		margin:0;
	}
	

/*コンテンツ*/

#contents {
	width:778px;
	margin:0 auto;
	background-color:#ffffff;
	border-left:1px solid #a5a6a5;
	border-right:1px solid #a5a6a5;
	padding:15px 0;
}

#cts {
	width:565px;
	float:left;
	padding-left:15px;
}

	#cts p {
		width:565px;
	}
	
	#cts a{
		font-weight:bold;
	}
	
	#cts ul,ol {
		padding-left:15px;
	}
	
	#cts li {
		line-height:30px;
	}

/*右カテゴリ設定*/

#cat {
	padding-left:15px;
	width:170px;
	float:left;
}

	#cat .top {
		width:170px;
		height:12px;
		background-image:url(img/cat_top.gif);
		background-repeat:no-repeat;
		font-size:0;
	}
	
	#cat .middle {
		width:170px;
		background-color:#f2f2f2;
		padding-bottom:3px;
	}
	
	#cat .bottom {
		width:170px;
		height:12px;
		background-image:url(img/cat_bottom.gif);
		font-size:0;
	}
	
	
	#cat p {
		margin-left:15px;
		width:140px;
	}
	
	#cat img {
		margin:0 auto;
	}
	
	#cat ul,ol {
		width:140px;
		margin-left:15px;
		margin-top:6px;
		margin-bottom:15px;
	}
	
	#cat li {
		list-style:none;
		background-image:url(img/ico_arrow.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
		line-height:21px;
		padding-left:15px;
		margin:8px 0;
	}
	
	#cat a {
		color:#000000;
		text-decoration:none;
	}
	
	#cat a:hover {
		background-color:#787878;
	}
	
/*下フッター*/
	
#footer {
	width:780px;
	margin:0 auto;
	background-image:url(img/cts_bottom.gif);
	background-repeat:no-repeat;
	height:30px;
	line-height:30px;
	color:#ffffff;
}

	#footer p {
		margin:0;
		font-size:9px;
		line-height:30px;
		color:#161616;
		text-align:right;
		padding-right:15px;
	}
	
	#footer a {
		text-decoration:none;
		color:#161616;
	}
	
	#footer a:hover {
		text-decoration:underline;
	}
	
#copy {
	margin:0 auto;
	width:780px;
	height:26px;
	line-height:26px;
	color:#4b4c50;
}

	#copy p {
		margin:0;
		font-size:10px;
		padding:0 15px;
	}
	







	
