@charset "UTF-8";
body{
	background:url(../images/top-huukei03.jpg) no-repeat top;
}
#container{
	background-color:#FFFFFF;
	width:980px;
	height:100%;
	margin:auto;
}
#contents{
	background:linear-gradient(#F5DEB3,#FFFFFF);
	width:980px;
}
#header{
	width:100%;
	height:150px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
/* フッター */
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 10px;
}
#main_bun h1{
	font-size:2.5em;
	color:#000000;
	text-align:left;
	margin-left:30px;
	text-shadow:3px 3px 10px #666666;
}

#main_bun h2,h3{
	background-color:#9999FF;
	border-left:solid 15px #9933FF;
	border-bottom:solid 2px #9933FF;
	margin:0;
	margin-top:20px;
	padding-left:20px;
}
#main_bun p{
	margin:0;
	padding:0;
	white-space:pre-wrap;
	text-shadow:3px 3px 5px #AAAAAA;
}
#main_bun p.tenmei{
	margin:0;
	font-size:2em;
	color:#666666;
	text-align:center;
	text-shadow:3px 3px 13px #000000;
}
#enkaku table{
	border-collapse:collapse;
	float:right;
	margin:0px 20px 10px 10px;
}
#enkaku table caption{
	caption-side:bottom;
	color:#666666;
}
#enkaku table th,td{
	border:solid 1px #000000;
	padding:15px;
}
#enkaku table th{
	background-color:#99CCCC;
	font-size:14px;
}
#enkaku table td{
	background-color:#CCFFCC;
	font-size:14px;
}
