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以外 */
}
#bg{
	padding-top:100px;
}
#wrapper{
	width:680px;
	margin:0 auto 60px 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 #083;
	margin-bottom:15px;
	color:#083;
}
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 #083;
}
.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}

/* SCALE */
.pr40{
	padding-right:40px;
}