/* BASIC */
*{
	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;
}
img{
	border:none;
}


#header{
	padding:10px 25px 0 25px;
	width:870px;
	height:67px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	background:url(../img/top.png) no-repeat;
	overflow:hidden;
}
#header h2{
	padding:0;
	margin:0;
	width:243px;
	height:51px;
	float:left;
}
#header h2 a{
	background:url(../img/logo.png) no-repeat;
	width:243px;
	height:51px;
	display:block;
	text-indent:-9999px;
}
#header h2 a:hover{
	opacity:0.6;
	filter:alpha(opacity:60);/*IE*/
}
#header img{
	float:right;
	margin-top:5px;
}

#topimage{
	display:block;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	background:url(../img/bluewall.png) no-repeat bottom;
	margin-right:auto;
	margin-left:auto;
	width:920px;
	height:241px;
	/height:181px; /* IE6&7 */
	z-index:99999;
}

#menu ul{
	width:292px;
	height:178px;
	margin-right:auto;
	margin-left:auto;
	padding-left:30px;
	margin-top:-60px;
	overflow:hidden;
}

#menu li{
	list-style-type:none;
	display:block;
	height:118px;
	width:116px;
	float:left;
	margin-right:30px;
}

#menu li a{
	display:block;
	height:118px;
	width:116px;
	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/bottom1.png);
}

.button02{
	background-image:url(../img/bottom2.png);
}

.button03{
	background-image:url(../img/bottom3.png);
}

#menu h1{
	width:270px;
	height:75px;
	margin-top:-45px;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
}

/* PHOTO */

#main{
	width:760px;
	margin:0px auto 0px auto;
	padding:70px 80px 70px 80px;
	background:url(../img/white.png);
}
#main02{
	letter-spacing:30px;
	margin-bottom:60px;
}
#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:#1a7bff;
	border-bottom:dashed 1px #1a7bff;
	margin-bottom:20px;
	padding-top:30px;
}

.list{
	line-height:3em;
	margin-bottom:30px;
}

/*footer*/
#footer{
	width:920px;
	height:115px;
	background:url(../img/footerwhite.png) no-repeat;
	margin:0 auto;
}

#link{
	text-align:center;
	padding-top:15px;
	margin-bottom:20px;
	letter-spacing:10px;
	z-index:9999;
}




#tas a{
	color:#666;
	text-decoration:none;
	background:none;
	border-bottom:1px solid #fff;
}
#tas a:hover{
	background:none;
	border-bottom:1px solid #1a7bff;
}
.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:#1a7bff;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}