@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:14px;
	font-weight:bold;
	margin-top:15px;
}
dd{
	margin:5px auto 15px auto;
	font-size:12px;
}
p{
	font-size:12px;
}
html,body{
	background:url(../images/back.png) repeat;
}
#head_area{
	height:100px;
	border-bottom:#34512c 5px solid;
}
header{
	width:320px;
	margin:0px auto;
}
h1 {
	background:url(../images/logo.png) no-repeat;
	background-size:100% 100%;
	width:160px;
	height:98px;
	position:absolute;
	z-index:1;
	text-indent:-9999px;
}
h1 a{
	width:160px;
	height:99px;
	display:block;
}
nav{
	width:180px;
	margin-left:152px;
	position:absolute;
}
nav ul{
	list-style:none;
	color:#ffffff;
}
nav ul li{
	float:left;
	width:60px;
	height:41px;
	margin-top:5px;
	margin-left:0px;
	text-indent:-9999px;
}
nav ul li#nav01{
	background:url(../images/nav01.png);
	background-size:100% 100%;
}
nav ul li#nav02{
	background:url(../images/nav02.png);
	background-size:100% 100%;
}
nav ul li#nav03{
	background:url(../images/nav03.png);
	background-size:100% 100%;
}
nav ul li#nav04{
	background:url(../images/nav04.png);
	background-size:100% 100%;
}
nav ul li#nav05{
	background:url(../images/nav05.png);
	background-size:100% 100%;
}
nav ul li#nav06{
	background:url(../images/nav06.png);
	background-size:100% 100%;
}
nav ul li a{
	width:60px;
	height:41px;
	display:block;
}
#wrapper{
	width:320px;
	overflow:hidden;
	margin:0px auto;
}
p#pankuzu{
	margin-top:10px;
	text-align:right;
	font-size:10px;
	color:#ffffff;
}
p#pankuzu a{
	color:#ffffff;
	text-decoration:none;
}
p#pankuzu a:hover{
	text-decoration:underline;
}
#main_area{
	margin:10px auto 10px auto;
	background:#ffffff;
	width:320px;
}
#main{
	padding:10px 20px;

}
#midashi{
	height:30px;
	background:#215F31;
}
h2{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	padding-top:3px;
}
h3{
	position:relative;
	margin:0 0 0 20px;
	padding:10px 10px;
	font:bold 12px/1.2 Arial, Helvetica, sans-serif;
	color:#fff;
	background:#c33;
}
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{
	background:url(../images/foot_back.png) repeat-x;
}
footer{
	width:320px;
	margin:0px auto;
	padding-top:50px;
	color:#ffffff;
}
ul#sitemap{
	margin:0px auto;
	height:100px;
	list-style:none;
}
ul#sitemap li{
	width:90px;
	height:28px;
	font-size:10px;
	text-align:center;
	float:left;
	margin:10px 0px 10px 12px;
}
ul#sitemap li a{
	width:90px;
	height:28px;
	color:#444444;
	display:block;
	padding-top:10px;
	text-decoration:none;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	border:1px solid #CCC;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
ul#sitemap li a:hover{
	color:#444444;
	background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
p#shusai{
	margin-left:30px;
	font-size:14px;
	font-weight:bold;
	width:320px;
	line-height:1.3em;
}
p#shusai span{
	font-size:12px;
}
p#toi{
	width:50px;
	margin:10px auto auto 30px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	float:left;
	color:#000000;
	background:#ffffff;
	line-height:1.3em;
	padding:3px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
p#contact{
	font-size:12px;
	margin-top:5px;
	width:230px;
	float:right;
}
p#copy{
	font-size:10px;
	text-align:center;
	margin-top:10px;
}
