h1{
	width:690px;
	height:40px;
	margin:0 auto 15px auto;
	color:#630;
	background-color:#fff;
	background-image:url(../img/room_top.png);
	background-repeat:no-repeat;
	background-position:center;
	text-indent:-9999px;
	border-radius:10px;
	padding:15px;
}
html>/**/body h1{
	background-color:rgba(255,255,255,0.9); /* IE6&7以外 */
}
#wrapper{
	width:680px;
	margin:0 auto 30px auto;
	color:#630;
	background-color:#fff;
	border-radius:10px;
	padding:15px 20px;
}
html>/**/body #wrapper{
	background-color:rgba(255,255,255,0.9); /* IE6&7以外 */
}
h2{
	font-size:14px;
	letter-spacing:1px;
	border-bottom:dashed 1px #630;
	margin-bottom:15px;
}
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%;
}
#wrapper p a{
	color:#000;
	text-decoration:none;
	background:none;
}
#wrapper p a:hover{
	color:#000;
	background:none;
	border-bottom:1px solid #f90;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}

/* SCALE */
.pr40{
	padding-right:40px;
}


.boshu_asp{
	width:680px;
	height:42px;
	margin:-40px auto 0;
	border-radius:5px;
	background-color:#630;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}