/* CSS Document */

/*初期化設定*/

p,a,img,h1,h2,h3,li,ul{
	padding:0;
	margin:0;
	border:0;
}

/*互換モードレンダリング対処*/
h1,h2,h3,p,a,img,li {
	text-align:left;
}


/*フォント設定*/

h1 {
	margin:0 auto;
	font-size:21px;
	text-indent:30px;	
	color:#f9084d;
	width:756px;
	height:45px;
	line-height:45px;
}

h2 {
	font-size:14px;
	text-indent:16px;
	height:28px;
	line-height:28px;
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	color:#f7084a;
}

h3 {
	font-size:11px;
	color:#010101;
	border-bottom:2px solid #131313;
	height:28px;
	line-height:28px;
	text-indent:15px;	
	margin-bottom:9px;
}

p {
	margin:15px 0;
	font-size:12px;
	color:#010101;
	line-height:21px;
}

strong {
	color:#f7084a;
}

a {
	color:#014982;
}

li {
	font-size:12px;
	line-height:30px;
}

/*罫線(破線）*/

.dashed {
	height:1px;
	margin:15px 0;
	background-image:url(img/dashed.gif);
	background-repeat:repeat-x;
}

/*ヘッダー設定*/

.clear {
	clear:both;
}

body {
	text-align:center;
	font-size:12px;
	color:#010101;
	background-color:#000000;
	margin:30px auto 0 auto;
}

#header {
	margin:0 auto;
	width:756px;
	height:75px;
}

	#logo {
		float:left;
		width:272px;
		height:75px;
	}
	
	#banner_1 {
		float:left;
		width:484px;
		height:75px;
	}

/*ナビ設定*/

#navi {
	margin:0 auto;
	width:100%;
	height:30px;
	border-top:2px solid #f7084a;
	background-image:url(img/navi_bg.gif);
	font-weight:bold;
}

	#navi ul {
		margin:0 auto;
		width:756px;
		height:30px;
		list-style:none;
	}
	
	#navi li {
		padding:0px 3px;
		font-size:14px;
		color:#ffffff;
		float:left;
	}
	
	#navi li a {
		color:#ffffff;
		padding:6px 15px;
		text-decoration:none;
		background-image:url(img/navi_visited.png);
		background-repeat:repeat-x;
	}
	
	#navi .bg a {
		background-image:url(img/navi_visited.png);
		background-repeat:repeat-x;
	}
	
	#navi .bg a:hover {
		background-image:url(img/navi_visited.png);
		background-repeat:repeat-x;
	}
	
	#navi a:hover {
		background-image:url(img/navi_hover.png);
		background-repeat:repeat-x;
		background-position:50% 50%;
	}

/*コンテンツ背景設定*/

#contents {
	width:756px;
	margin:0 auto;
}
	
	#contents_top {
		margin:0;
		height:15px;
		background-image:url(img/cts_top.png);
		background-repeat:no-repeat;
		font-size:0;
	}
	
	#contents_middle {
		margin:0;
		width:756px;
		background-image:url(img/cts_middle.gif);
		background-repeat:repeat-y;
	}
	
	#contents_bottom {
		margin:0;
		height:15px;
		background-image:url(img/cts_bototm.png);
		background-repeat:no-repeat;
		font-size:0;
	}

/*カテゴリ設定*/

#cat {
	width:170px;
	float:left;
	padding:0 15px;
}

	#cat ul {
		padding-left:15px;
		margin-bottom:15px;
	}
	
	#cat li {
		font-size:11px;
		list-style:url(img/icon_arrow.gif);
		background-image:url(img/dashed.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	
	#cat li a {
		text-decoration:none;
		color:#010101;
		display:block;
		height:30px;
	}
	
	#cat li a:hover {
		background-color:#e8e8e8;
		display:block;
		height:30px;
	}

/*中央コンテンツ設定*/

#cts {
	width:540px;
	float:left;
	text-align:left;
}

/*コンテンツ内リンク強調*/
	#cts a {
		font-weight:bold;
	}
	
	#cts ul,ol {
		margin:15px 0;
		padding-left:15px;
	}
	
	#cts li {
		line-height:30px;
	}
		


/*フッター*/

#footer_bg {
	width:100%;
	height:37px;
	background-image:url(img/navi_bg.gif);
	margin-top:15px;
}

#footer {
	width:756px;
	height:37px;
	margin:0 auto;
	color:#ffffff;
}

	#footer p {
		margin:0;
		color:#ffffff;
		line-height:37px;
	}

	#footer a {
		color:#dddddd;
	}
	
	#footer .top {
		padding-right:15px;
		text-align:right;
		font-size:10px;
		background-image:url(img/icon_top.gif);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	#footer .left {
		width:555px;
		height:37px;
		float:left;
		padding:0 15px;
		line-height:37px;
	}
	
	#footer .right {
		height:37px;
		width:156px;
		float:left;
		line-height:37px;
	}
	
#copy {
	height:30px;
	width:756px;
	margin:0 auto;
}
	
		#copy p {
			color:#666666;
			text-indent:15px;
		}



