@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-image: url(../img/bg_top2.jpg);
	background-attachment: fixed;
}
#header #keitai {
	position: absolute;
	height: 20px;
	width: 200px;
	left: 613px;
	top: 85px;
	color: #FFFFFF;
}
#header #yoyaku {
	position: absolute;
	height: 15px;
	width: 204px;
	left: 612px;
	top: 110px;
	background-color: #D20000;
	color: #FFFFFF;
}
#yoyaku a {
	color: #FFFFFF;
	font-size: 75%;
}



#contaner {
	color: #FFFFFF;
	background-repeat: repeat-x;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	position: absolute;
	left: 152px;
	top: 0px;
}

#header {
	height: 267px;
	width: 820px;
	background-color: #988564;
	background-image: url(../img/plan_top.jpg);
}
#navi {
	height: 55px;
	width: 820px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#navi01 {
	height: 55px;
	width: 164px;
	background-image: url(../img/bt_navi.jpg);
	background-position: 6px 5px;
	background-repeat: no-repeat;
	float: left;
	line-height: 400%;
	font-size: 75%;
}


#contents {
	height: auto;
	width: 820px;
	background-color: #FFFFFF;
	float: left;
}
h1 {
	font-size: 75%;
	line-height: 150%;
	top: 48px;
	position: absolute;
	left: 125px;
	color: #AA915B;
	width: 482px;
}
h2 {
	font-size: 100%;
	line-height: 300%;
	color: #634F25;
	height: 38px;
	width: 600px;
	background-image: url(../img/tytle_img.jpg);
	text-align: center;
	text-indent: 20px;
	font-weight: bold;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
h3 {
	font-size: 75%;
	line-height: 250%;
	color: #FFFFFF;
	height: 35px;
	width: 700px;
	background-image: url(../img/faq_bar.jpg);
	text-align: left;
	text-indent: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

p {
	color: #927436;
	font-size: 75%;
	text-align: left;
	margin-right: 60px;
	margin-left: 60px;
}


a:link {
	color:
#B4A177;
	border:none;
	text-decoration: none;
}

a:visited{
	color:#795F2C;
}

a:hover {
	color:
#996600;
}





#footer {
	background-repeat: repeat-x;
	margin: 10px 0px 0px;
	background-image: url(../img/bg_footer.jpg);
	height: 50px;
	width: 820px;
	color: #755F36;
	font-size: 75%;
	line-height: 400%;
} 
#address {
	height: 20px;
	width: 820px;
	color: #755F36;
	font-size: 75%;
	margin-top: 20px;
}

