@charset "shift_jis";
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11pt;
	background: #fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.7, #fff), to(#eee));
	background:-moz-linear-gradient(top, #fff 0%, #fff 70%, #eee 100%);
	background:linear-gradient(to bottom, #fff 0%, #fff 70%, #eee 100%);
	background-attachment: fixed;
	line-height: 1.6em;
	color: #333;
}
h1,h2,h3,h4,h5{
	font-size: 16px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
a{
	color: #0066cc;
}
a:hover{
	color: #7dd92c;
	text-decoration: none;
}
.sp{
	display: none;
}
/*font
---------------------------------------------------------------------------*/
.fred{
	color: #e50000;
}
.fblue{
	color: blue;
}
.fb{
	font-weight: bold;
}
/*header
---------------------------------------------------------------------------*/
#header{
	width: 100%;
	background: #eee;
}
#header div{
	position: relative;
	width: 1000px;
	height: 258px;
	margin: 0 auto;
}
#header p{
	position: absolute;
	top:0;left:0;
}
#header h1{
	position: relative;
	top: 25px;
	display: table;
	font-size: 36px;
	color: #fff;
	text-shadow: 1px 1px #333, 1px -1px #333, -1px 1px #333, -1px -1px #333, 0 0 7px rgba(0,0,0,0.3), 7px 7px 0 rgba(255,255,255,0.3);
	text-shadow: 1px 1px #333, 1px -1px #333, -1px 1px #333, -1px -1px #333, 0 0 5px 1px rgba(0,0,0,0.3), 7px 7px 0 rgba(255,255,255,0.3);
	letter-spacing: 0.3em;
	margin: 0 auto;
	z-index: 1;
}
/*navi
---------------------------------------------------------------------------*/
#navi{
	width: 100%;
	height: 50px;
	background: url(img/navi.png);
	box-shadow: 0 3px 3px #ccc;
}
#navi ul{
	display: table;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	border-right: solid 1px #9ce26d;
	border-left: solid 1px #166900;
}
#navi ul li{
	display: table-cell;
	vertical-align: top;
	width: 17%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	border-right: solid 1px #166900;
	border-left: solid 1px #9ce26d;
}
#navi ul li:first-child,#navi ul li:last-child{
	width: 16%;
}
#navi ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-shadow: -1px -1px 2px #166900;
	text-decoration: none;
	background: url(img/navi.png);
}
#navi ul .db a{
	line-height: 25px;
}
#navi ul li a:hover{
	background: url(img/navi_hover.png);
	text-shadow: 1px 1px 2px #0f3200;
	box-shadow: 0 0 20px rgba(0,0,0,0.3) inset;
}
/*main
---------------------------------------------------------------------------*/
#main{
	width: 980px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
	border: solid 1px #aaa;
}
.map{
	text-align: center;
	margin-top: 15px;
}
#main h5{
	display: table;
	margin-top: 50px;
	color: #166900;
	text-shadow: 1px 1px 2px #fff;
	background: #9ce26d;
	border-bottom: solid 1px #166900;
	padding: 5px;
}
#main h5:before{
	content: "\25c6";
	display: inline-block;
	padding-right: 5px;
}
#news{
	width: 900px;
	padding: 25px;
	margin: 0 auto;
	margin-top: 5px;
	border: solid 1px #166900;
}
#news table{
	width: 100%;
}
#news table tr td:first-child{
	width: 90px;
}
#news td{
	padding: 3px 10px;
	border-bottom: dashed 1px #166900;
	border-right: dashed 1px #166900;
}
/*footer
---------------------------------------------------------------------------*/
#footer{
	width: 100%;
	margin-top: 50px;
}
#footer ul{
	display: table;
	width: 1000px;
	margin: 0 auto;
}
#footer ul li{
	display: table-cell;
	text-align: center;
	padding: 0 30px;
	border-right: solid 1px #555;
}
#footer ul li:last-child{
	border: none;
}
#footer p{
	color: #555;
	text-align: center;
	margin: 20px auto;
}
/*メールフォーム設定
---------------------------------------------------------------------------*/
#mform{
	width: 94%;
	margin: 0 auto;
	margin-top: 10px;
}
#mform ul li{
	padding: 10px 0;
	border-top: dashed 1px #aaa;
}
#mform ul li p{
	display: inline-block;
	width: 220px;
	vertical-align: top;
}
#mform input,#mform textarea{
	width: 300px;
	padding: 5px;
	border-radius: 5px;
	border: solid 1px #aaa;
	background: #f5f5f5;
	margin-right: 10px;
}
#mform textarea{
	width: 600px;
	height: 150px;
}
#mform input:focus,#mform textarea:focus{
	background: #fff;
	box-shadow: 0 0 5px #7ed92d;
}
#mform select,#mform select option{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
#mform input[type="submit"]{
	display: block;
	width: 250px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin: 0 auto;
	border: solid 2px #3a9600;
	background: #dcffc2;
	box-shadow: 0 0 5px #aaa;
}
#mform input[type="submit"]:hover{
	border: solid 2px #3a9600;
	background: #dcffc2;
	box-shadow: 0 0 7px #3a9600 inset;
}