body{
	background:url(../img/bg_04.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:75px;
	background:url(../img/info_title.png) no-repeat center;
	text-indent:-9999px;
	margin:30px auto 60px auto;
}
#content{
	width:700px;
	margin:50px auto 0;
	padding:10px 30px;
	background:url(../img/content.jpg);
	border:solid 5px #bb1d3f;
}
h2{
	font-size:16px;
	letter-spacing:2px;
	color:#bb1d3f;
	border-bottom:solid 1px #bb1d3f;
	margin-bottom:15px;

}
#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%;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#content p a{
	color:#333;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	background:none;
	border-bottom:1px solid #bb1d3f;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}


.boshu_asp{
	width:700px;
	height:42px;
	margin:-30px auto 0;
	border-radius:5px;
	background-color:#c00;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}