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

*{
	margin:0;
	padding:0;
}
a:link { color: #828282; } /*未訪問のリンク*/
a:visited { color:#959595; } /*訪問済みのリンク*/
a {text-decoration: none;} /*リンクの下線打ち消し*/

body{
	color:#787878;
	line-height:1.5;
	background-color:#EFEFEF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1{
	font-size:25px;
	color:#8F3234;
}

#wap{
	width:920px;
	height:auto;
	background-color:#ffffff;
	position:relative;
	margin:auto;
}

#wap .top{
	margin:auto;
	position:relative;
	width:820px;
	height:1970px;
	background-color:#ffffff;
}

#main{
	width:820px;
	height:1400px;
	background:;
	margin:auto;
	position:relative;
}

#main_migi{
	width:410px;
	height:1350px;
	background-color:#ffffff;
	float:left;
	line-height:1.1;
}

h2{
	font-size:13px;
	color:#A28A4E;
	line-height:1.1;
}

h3{
	font-size:20px;
	color:#A28A4E;
}

h4{
	font-size:12px;
	color:#B7B7B7;
}

#main_hidari{
	width:410px;
	height:1350px;
	background-color:#ffffff;
	float:right;
	line-height:1.1;
}

#header{
	width:auto;
	height:150px;
	position:relative;
	margin:auto;
	background-color:#FFFFFF;
}

#header .text{
	width:430px;
	height:30px;
	position:relative;
	margin:auto;
	margin-top:5px;
	font-size:12px;
}

#header .sen{
	width:auto;
	height:5px;
	position:relative;
	margin:auto;
	background-color:#DFDFDF;
}

#header .pict{
	width:200px;
	height:60px;
	position:relative;
	margin:auto;
}

#footre{
	background-color:#77bcb0;
	margin:auto;
	position:relative;
	width:920px;
	height:260px;
	color:#ffffff;
	line-height:1.2;
	font-size:20px;
}

#footre .yoyaku{
	width:820px;
	height:200px;
	margin:auto;
	position:relative;
}

h5{
	font-size:36px;
	line-height:1.1;
}