@charset "utf-8";
body, div, p, ul, ol, li, dl, dt, dd, table, th, td, img, h1, h2, h3, h4, h5, h6, form, select, input, nav, strong , em{
	margin: 0px;
	padding: 0px;
	border:none;
	font-size:16px;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.clear{
	clear:both;
}
dt{
	font-size:24px;
	font-weight:bold;
	margin-top:20px;
}
dd{
	font-size:16px;
	margin:10px auto 30px auto;
	line-height:1.8em;
}
html,body{
	background:url(../images/back.png) repeat;
}
#head_area{
	min-width:1000px;
	height:60px;
	border-bottom:#34512c 5px solid;
}
header{
	width:1000px;
	margin:0px auto;
}
h1 {
	background:url(../images/logo.png) no-repeat;
	background-size:100% auto;
	width:350px;
	height:214px;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}
h1 a{
	width:350px;
	height:202px;
	display:block;
}
nav{
	width:600px;
	margin-left:400px;
	position:absolute;
}
nav ul{
	list-style:none;
	color:#ffffff;
}
nav ul li{
	float:left;
	width:80px;
	height:50px;
	margin-left:20px;
	text-indent:-9999px;
}
nav ul li#nav01{
	background:url(../images/nav01.png);
}
nav ul li#nav02{
	background:url(../images/nav02.png);
}
nav ul li#nav03{
	background:url(../images/nav03.png);
}
nav ul li#nav04{
	background:url(../images/nav04.png);
}
nav ul li#nav05{
	background:url(../images/nav05.png);
}
nav ul li#nav06{
	background:url(../images/nav06.png);
}
nav ul li a{
	width:80px;
	height:50px;
	display:block;
}
#wrapper{
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}
p#pankuzu{
	margin-top:30px;
	text-align:right;
	font-size:14px;
	color:#ffffff;
}
p#pankuzu a{
	color:#ffffff;
	text-decoration:none;
}
p#pankuzu a:hover{
	text-decoration:underline;
}
#main_area{
	margin:10px auto 20px auto;
	background:#ffffff;
	width:1000px;
}
#main{
	padding:50px 100px;
}
#midashi{
	min-width:1000px;
	height:70px;
	background:#215F31 center repeat-x;
}
h2{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	padding-top:18px;
}
h3{
	position:relative;
	margin:0 15px 0 20px;
	padding:10px 15px;
	font:bold 22px/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
	background:#c33;
	margin-bottom:45px;
}
h3:before{
	content:"<";
	position:absolute;
	top:middle;
	left:-10px;
	width:0;
	height:0;
	font-size:25px;
	line-height:1.0;
	color:#c96;
}
h3:after{
	content:" ";
	position:absolute;
	top:-2px;
	left:-10px;
	width:0;
	height:130%;
	border:#600 solid 2px;
	border-radius:2px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
#footer{
	min-width:1000px;
	height:210px;
	background:url(../images/foot_back.png) repeat-x;
}
footer{
	width:1000px;
	margin:0px auto;
	color:#ffffff;
}
ul#sitemap{
	height:10px;
	list-style:none;
	padding-top:40px;
}
ul#sitemap li{
	height:5px;
	font-size:14px;
	float:left;
	margin:20px 0px 20px 35px;
}
ul#sitemap li a{
	color:#ffffff;
	text-decoration:none;
}
ul#sitemap li a:hover{
	color:#ffffff;
	text-decoration:underline;
}
p#shusai{
	margin-left:20px;
	font-size:20px;
	font-weight:bold;
	width:380px;
	line-height:1.3em;
	float:left;
}
p#shusai span{
	font-size:16px;
}
p#toi{
	width:68px;
	margin-top:5px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	float:left;
	color:#000000;
	background:#ffffff;
	line-height:1.3em;
	padding:3px;
	border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}
p#contact{
	font-size:16px;
	margin-top:5px;
	width:500px;
	float:left;
}
p#copy{
	font-size:12px;
	text-align:center;
	margin-top:10px;
}
#coming{
	margin-top:50px;
	height:500px;
}
