#wrapper{
	background-image: url(../img/pagetitle_info.png);
}

.list{
	line-height:3em;
}
.big{
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}
.right{
	text-align:center;
}

/* SCALE */
.pr40{
	padding-right:40px;
}
/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 23px;
	right: 8px;
	z-index:10000;
}
#back-top a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
}
#back-top a:hover {
    color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 40px;
	height: 26px;
	display: block;
	margin-bottom: 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	font-size: 24px;
	padding-top: 14px;
	line-height: 0.5;
	background-color: #039;
}
#back-top a:hover span {
	background-color: #F8F8F8;
	color: #039;
}


#footer{
	position: fixed;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	display: block;
	height: 10px;
	width: 100%;
	background-color: #039;
}
.contact {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}


.boshu_asp{
	width:700px;
	height:42px;
	margin:0 auto;
	border-radius:5px;
	background-color:#855;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}