@charset "utf-8";
/* CSS Document */

/* ▼ reset.css ▼ */

html {
overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

p,li,dt,dd,td,th,h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
	font-size: 81.3%;
	line-height: 1.5em;
	letter-spacing: 0;
}
select,input,button,textarea {
	font-size:99%;
	font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
}

li {
	list-style: none;
}
fieldset,img {
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font:x-small/1.5em;
}
caption,th {
	text-align:left;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

/* font-size */
.fs06 {font-size: 46.2%;}
.fs07 {font-size: 53.8%;}
.fs08 {font-size: 61.5%;}
.fs09 {font-size: 69.2%;}
.fs10 {font-size: 76.9%;}
.fs11 {font-size: 84.6%;}
.fs12 {font-size: 92.3%;}
.fs13 {font-size: 100.0%;}
.fs14 {font-size: 107.7%;}
.fs15 {font-size: 115.4%;}
.fs16 {font-size: 123.1%;}
.fs17 {font-size: 130.8%;}
.fs18 {font-size: 138.5%;}
.fs19 {font-size: 146.2%;}
.fs20 {font-size: 153.8%;}
.fs21 {font-size: 161.5%;}
.fs22 {font-size: 169.2%;}
.fs23 {font-size: 176.9%;}
.fs24 {font-size: 184.6%;}
.fs26 {font-size: 200.0%;}
.fs28 {font-size: 215.4%;}
.fs30 {font-size: 230.8%;}

/* ▲ reset.css ▲ */

body {
	background-color: #DEDECA;
	color: #663;
}
a {
	color: #336600;
}

header {
	background: #630;
	color: #fff;
}
header div.header_in {
	width: 1000px;
	margin: 0 auto;
}
header div.header_in h1 {
	width: 350px;
	font-size: 24px;
	font-weight: bold;
	padding: 15px;
	border: 1px solid #fff;
	margin: 0 0 30px 0;
}
header div.header_in h1 a {
	color: #fff;
	text-decoration: none;
}
header div.header_in nav {
	margin: 0 0 0 300px;
}
header div.header_in nav ul {
	overflow: hidden;
}
header div.header_in nav li {
	float: left;
	border-right: 1px solid #fff;
	margin: 0 0 5px 0;
}
header div.header_in nav li.first-child {
	border-left: 1px solid #fff;
}
header div.header_in nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
header div.header_in nav li a:hover {
	color: #F90;
}
#wrap {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
#wrap #main_img {

}
#wrap #main_img p {

}
#wrap section {
	margin: 30px 30px 0 30px;
}
#wrap section h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #930;
}
#wrap section h3 {
	font-size: 16px;
	margin: 0 0 10px 10px;
	color: #F60;
}
#wrap section p {
	padding: 0 0 20px 10px;
	text-indent: 1em;
}
#wrap section ul {
	margin: 0 0 0 20px;
}
#wrap section ul li {
	padding: 0 0 10px 0;
}
#wrap section ul li dl {

}
#wrap section ul li dl dt {
	margin: 0 0 5px 0;
}
#wrap section ul li dl dd {
	margin: 0 0 0 10px;
}
footer {
	background: #630;
	color: #fff;	
}
footer div.footer_in {
	width: 1000px;
	margin: 0 auto;
}
footer div.footer_in p {
	text-align: right;
	padding: 5px 10px 5px 0;
}
