body{
	background:url(../img/bg_04.jpg) no-repeat top center fixed;
	background-size:cover;
}
h1{
	height:150px;
	background:url(../img/info_title.jpg) no-repeat center;
	text-indent:-9999px;
}
#wrapper{
	width:700px;
	margin:35px auto 0;
	background:#fff;
	border:double 6px #0090ff;
}
#content{
	padding:45px;
}
h2{
	font-size:14px;
	letter-spacing:2px;
	color:#0090ff;
	border-bottom:dashed 1px #0090ff;
	margin-bottom:25px;
}
#content p{
	padding:0 0 80px 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 #0090ff;
}
.right{
	text-align:center;
	float:right;
}
.left{
	float:left;
}
#footer{
	height:50px;
}


/* SCALE */
.pr40{
	padding-right:40px;
}