/* 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-color: #faf9f5;
}

#wrapper{
	width: 680px;
	height: 480px;
	overflow-y: scroll;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: scroll;
	background-color: #FFF;
}
html>/**/body #wrapper{
}
h1{
	height: 120px;
	text-indent: -9999px;
	background-image: url(../img/title_room.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FAF9F5;
	background-color: #FAF9F5;
}
p{
	text-align: center;
	margin: 20px 0px 40px;
}
p a{
	color: #7F0049;
	text-decoration: none;
}
p a:hover{
	text-decoration:underline;
}
p.kensu{
	font-size: 1em;
	color: #C06;
}
.section {
	width: 180px;
	height: 240px;
	background: #fff;
	float: left;
	margin-bottom: 40px;
	margin-left: 35px;
	margin-right: 0px;
}
.last{
	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 */
}
#room01{
	background:url(../img/list_01.jpg) no-repeat;
}

#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;
}

/* Scrooll to Top */
#back-top {
    position: fixed;
    bottom: 8px;
    right: 8px;
}
#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;
    background: #ccc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color:#ffffff;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #eee;
    color:#999;
}
