#menu{
	position:absolute;
	top:0;
}
#wrapper{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-435px;
	width:870px;
}

h1{
	width:100%;
	height:160px;
	background:url(../img/info_title.png) no-repeat center top;
	text-indent:-9999px;
	margin:75px 0 0;
}
#content_wrapper{
	border:solid 5px #3fcffe;
	border-top:none;
	width:750px;
	margin:0 auto 0;
}

#content{
	border:solid 5px #287de4;
	border-top:none;
	width:620px;
	margin:0 auto 0;
	padding:70px 60px 20px;
	background:#fff;
}
h2{
	font-size:16px;
	letter-spacing:4px;
	margin-bottom:20px;
	border-bottom:dashed 1px #287de4;
	color:#287de4;
}
h2:nth-of-type(even){
	border-bottom:dashed 1px #ff0073;
	color:#ff0073;
}
#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:#000;
	text-decoration:none;
	background:none;
}
#content p a:hover{
	color:#287de4;
	background:none;
	border-bottom:1px solid #287de4;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}
#copyright{
	width:100%;
	height:45px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	padding-top:15px;
}

/* SCALE */
.pr40{
	padding-right:40px;
}


.boshu_asp{
	width:620px;
	height:42px;
	margin:-30px auto 0;
	border-radius:5px;
	background-color:#287de4;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}