@charset "UTF-8";
body{
	background:url(../images/top-huukei03.jpg) no-repeat top;
}
#container{
	background-color:#FFFFFF;
	width:980px;
	margin:auto;
}
#contents{
	background:linear-gradient(#FFDAB9,#FFE4C4,#FFFFFF);
	width:980px;
}
/* フッター */
footer{
	clear:both;
	width:980px;
	height:400px;
	background:url(../images/footer.png) no-repeat center;
	overflow:hidden;
	margin:0;
	padding:0;
}
#navilist{
	padding-top:245px;
}
small{
	color:#FFFFFF;
	display:block;
	text-align:center;
	margin-top:5px;

}
footer #navilist ul{
	margin:0 0 10px 150px;
	list-style-type:none;
	overflow:hidden;
}
footer #navilist li.first{
	border-left:none;
}
footer #navilist li{
	float:left;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:0px;
	text-decoration:none;
	font-size:16px;	padding-left:5px;padding-right:10px;
	border-left:dotted 1px #FFFFFF;
}
footer #navilist li a{
	color:#FFFFFF;
	text-decoration:none;
}
footer p{
	margin-top:50px;
	margin-bottom:10px;
	margin-left:340px;
	width:250px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:22px;
}
footer p span{
	font-weight:nomal;
	font-size:12px;
}
/*パンくずリスト*/
#pankuzu{
	height:25px;
	background-color:#DFDFDF;
	margin-bottom:10px;
	margin-top:-10px;
}
ol.pankuzu{
	height:25px;
	margin:0;
	padding:0;
	margin-left:15px;
	list-style-type:none;
}
ol.pankuzu li{
	padding-left:5px;
	display:inline; /* 項目を横並び */
	font-size:12px;
}
ol.pankuzu li.first {
	padding-left:25px;
	background:url(../images/icom/topic-path-home-blue.png) no-repeat left;
}
ol.pankuzu li a{
	text-decoration:none;
	padding-right: 18px;
	background:url(../images/icom/topic-path-gray.gif) no-repeat right;
	font-size:12px;
	color:#4682b4;

}
ol.pankuzu li a:hover{
	color:#79a7cc;
}
/*戻るボタン*/
.page-top {
	position: fixed;
	bottom: 60px;
	right: 40px;
	padding: 10px;
	background-color:#AAAAAA;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*メインコンテンツ*/
#main_contents{
	width:940px;
	margin:5px 20px;
}
#main_contents{
	width:940px;
	white-space:pre-wrap;
}
#main_contents h1,h2,h3,h4{
	margin-top:10px;
	padding-left:20px;
}
#main_contents h1{
	margin-left:50px;
	font-size:30px;
	text-shadow:3px 3px 5px#FF9900;
} 
#main_contents h2{
	background-color:#CCCC99;
	border-left:solid 15px #CC9933;
	border-bottom:solid 2px #CC9933;
	padding:5px;
	margin-bottom:3px;
}
#main_contents h3{
	background-color:#CCCC99;
	border-left:solid 5px #CC9933;
	border-bottom:solid 2px #CC9933;
	margin-bottom:3px;
	padding:5px;
	font-weight:bold;
}
#main_contents p{
	font-size:20px;
	font-weight:bold;
	margin:0;
}
#main_contents h4{
	background-color:#CCCC99;
	border-left:solid 5px #CC9933;
	border-bottom:solid 2px #CC9933;
	margin-bottom:3px;
	padding:5px;
	font-weight:bold;
}
#main_contents span{
	font-weight:bold;
}
#main_contents span.dot{
	border-bottom:dotted 3px #FF0033;
}	