/* BASIC */
*{
	margin:0;
	padding:0;
	line-height:1.62;
}
.left{
	float:left;
}
.right{
	float: right;
	margin-right: 70px;
}
.clear{
	clear:both;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
}
body{
	background-color: #f5f4e5;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(../img/room_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
img{
	border:none;
}


#header{
	width: 900px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 10000;
}
#header h2{
	margin: 0;
	width: 164px;
	height: 164px;
	background-image: url(../img/sticker.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	z-index: 1000;
	position: absolute;
	top: 5px;
	left: -60px;
}
#header h2 a{
	width: 164px;
	height: 105px;
	display: block;
	text-indent: -9999px;
}
#header h2 a:hover{
	opacity:0.6;
	filter:alpha(opacity:60);/*IE*/
}
#header p{
	display: block;
	position: absolute;
	z-index: 300;
	top: 25px;
	right: 0px;
	height: 40px;
	width: 150px;
	text-indent: -9999px;
}
#header p.bosyu{
	background-image: url(../img/bosyu.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header p.sumi{
	background-image: url(../img/sumi.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header img{
	margin-top: 0px;
	margin-right: 20px;
}

#topimage{
	display: block;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	z-index: 1000;
}
#prev, #next{
	text-indent: -9999px;
	width: 50px;
	height: 95px;
	display: block;
	overflow: hidden;
	z-index: 500;
	position: absolute;
}
#prev:hover{
	width: 58px;
}
#next:hover{
	width: 58px;
}





#menu{
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	/height:181px; /* IE6&7 */
	z-index: 99999;
	width: 760px;
	padding-top: 30px;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFF;
}

#menu ul{
	height: 52px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	overflow: hidden;
	float: right;
}

#menu li{
	list-style-type: none;
	/* [disabled]display: block; */
	height: 52px;
	width: 150px;
	float: left;
	margin-left: 15px;
}

#menu li a{
	display: block;
	height: 50px;
	width: 150px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu li a:hover{
	margin-top:2px;
	margin-bottom:2px;
}

#blue{
	width:920px;
	height:181px;
	background-image:url(./img/bluewall.png);
}


.button01{
	background-image: url(../img/button01.png);
	background-repeat: no-repeat;
}

.button02{
	background-image: url(../img/button02.png);
	background-repeat: no-repeat;
}

.button03{
	background-image: url(../img/button03.png);
	background-repeat: no-repeat;
}

#menu h1{
	width: 250px;
	height: 60px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	float: left;
}

/* PHOTO */

#main{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: #FFF;
	text-align: left;
}
#main02{
	letter-spacing: 30px;
	margin-bottom: 60px;
	margin-left: 70px;
}
#main02 img{

	margin-bottom:20px;
}
#main02 a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60); /* IE */
}



/* 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;
	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;
}

/*物件概要*/
#main h3{
	font-size: 14px;
	letter-spacing: 1px;
	color: #993366;
	margin-bottom: 20px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993366;
	margin-left: 70px;
	margin-right: 70px;
}

.list{
	line-height: 3em;
	margin-bottom: 30px;
	margin-left: 70px;
}

/*footer*/
#footer{
	width: 900px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {display: block;position: relative;margin-bottom:30px;}
#footer:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 40px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 50%;
  max-width:300px;
  background: none;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
#link{
	text-align: center;
	padding-top: 15px;
	letter-spacing: 10px;
	z-index: 9999;
	padding-bottom: 20px;
	background-color: #FDFCE7;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C36;
}


#tas{
	margin-left: 70px;
}

#tas a{
	color:#666;
	text-decoration:none;
	background:none;
	border-bottom:1px solid #fff;
}
#tas a:hover{
	background: none;
	color: #936;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #936;
}
.big{
	color:#000;
	font-size:20px;
	line-height:40px;
	font-weight:bold;
	letter-spacing:1px;
	vertical-align:20%;
}

.cen{
text-align:center;
}

.contact{
	font-size:16px;
	line-height:40px;
	font-weight:bold;
}


.boshu_asp{
	width:500px;
	height:42px;
	margin:30px 0 0 130px;
	border-radius:5px;
	background-color:#936;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}