body{
	background:url(../img/bg_01.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:100px;
	background:url(../img/info_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:10px 0 45px;
}
#head_element{
	position:absolute;
	top:93px;
	left:50%;
	margin-left:-400px;
	width:800px;
	height:100px;
	background:url(../img/content_head.png) no-repeat;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:#4b2816;
	border:solid 3px #fff;
	color:#fff;
}
h2{
	font-size:14px;
	letter-spacing:1px;
	border-bottom:solid 1px #e8de9d;
	margin-bottom:20px;
	color:#e8de9d;
}
#content p{
	padding:0 0 50px 5px;
}
.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
#content p a{
	color:#fff;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	color:#e8de9d;
	background:none;
	border-bottom:1px solid #e8de9d;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#footer{
	height:50px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}

.boshu_asp{
	width:700px;
	height:42px;
	margin:-35px auto 0;
	border-radius:5px;
	background-color:#cea330;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}