/* INDEX */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	overflow-y:hidden;
}
img{
	border:none;
}
body{
	overflow-y:hidden;
	background:#fff;
}

#wrapper{
	width:645px;
	height:480px;
	overflow-y:scroll;
	margin:0 auto 50px auto;
	padding:20px 20px 0 30px;
	letter-spacing:0;
}
html>/**/body #wrapper{
}
h1{
	height:55px;
	width:640px;
	margin-bottom:20px;
	background:url(../img/list_h1.jpg) no-repeat;
	text-indent:-9999px;
}
p{
	text-align:center;
	margin-bottom:40px;
}
p a{
	color:#f00;
	text-decoration:none;
}
p a:hover{
	text-decoration:underline;
}
.section {
	width:180px;
	height: 240px;
	background:#fff;
	float:left;
	margin-right:40px;
}
.lefted{
	margin-right:0;
}
.section a{
	display:block;
	width:180px;
	height:240px;
	text-indent:-9999px;
	overflow:hidden;
}
.section a:hover{
	opacity:0.6;
	filter:alpha(opacity=60); /* IE */
}
#room02{
	background:url(../img/list_02.jpg) no-repeat;
}
#room03{
	background:url(../img/list_03.jpg) no-repeat;
}
#room04{
	background:url(../img/list_04.jpg) no-repeat;
}

/* BUTTON OPTION */
.new_label{
	position:relative;
	top:-250px;
	right:-140px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/new_label.png) no-repeat;
}
.up_label{
	position:relative;
	top:-250px;
	right:-140px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/update_label.png) no-repeat;
}
.vacant_label{
	position:relative;
	top:-250px;
	right:-140px;
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/vacant_label.png) no-repeat;
	backface-visibility:hidden;
}
.contracted{
	position:relative;
	top:-230px;
	left:-7px;
	width:80px;
	height:40px;
	text-indent:-9999px;
	background:url(../img/contracted.png) no-repeat right bottom;
}

/* 空室自動反映 */
.status{
	position:relative;
	top:-230px;
	right:7px;
	width:60px;
	height:36px;
	overflow:hidden;
	border:none;
	padding:0;
	margin:0;
}