/* 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{
	height: 69px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 5px;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
}
#headerbox{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#headerbox h2{
	padding:0;
	margin:0;
	width:243px;
	height:51px;
	float:left;
}
#headerbox h2 a{
	background:url(../img/logo.png) no-repeat;
	width:243px;
	height:51px;
	display:block;
	text-indent:-9999px;
}
#headerbox h2 a:hover{
	opacity:0.6;
	filter:alpha(opacity:60);/*IE*/
}
#headerbox img{
	float: right;
	margin-top: 5px;
}

#topimage{
	display:block;
	height:330px;
	margin-left:auto;
	margin-right:auto;
}

#menu{
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	/height:181px; /* IE6&7 */
	z-index: 99999;
	background-image: url(../img/baliwall.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 240px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu ul{
	margin-right: auto;
	margin-left: auto;
	width: 348px;
	height: 116px;
	display: block;
}

#menu li{
	list-style-type: none;
	height: 116px;
	width: 116px;
	float: left;
	display: block;
}

#menu li a{
	display: block;
	height: 116px;
	width: 116px;
	text-indent: -9999px;
	overflow: hidden;
	background-position: 0% 0%;	
}

#menu li a:hover{
	background-position: 0% 100%;
}

#blue{
	width:920px;
	height:181px;
	background-image:url(./img/bluewall.png);
}


.button01{
	background:url(../img/bottom1.png) no-repeat;
}

.button02{
	background:url(../img/bottom2.png) no-repeat;
}

.button03{
	background:url(../img/bottom3.png) no-repeat;
	margin-left:116px;
}

#menu h1{
	width: 346px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	text-indent: -9999px;
	margin-top: 24px;
}

/* 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: #432100;
	margin-bottom: 20px;
	padding-top: 30px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #432100;
}

.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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.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:#432100;
}
.boshu_asp iframe{
	width:100%;
	height:42px;
	margin:0 auto;
	border:none;
	overflow:hidden;
	border-radius:5px;
	vertical-align:bottom;
}