/* 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:#fff;
}
img{
	border:none;
}
body{
	background:#c96;
}
#footer{
	width: 100%;
	position: fixed;
	bottom: 0;
	height:170px;
	background:url(../img/footer.png)  no-repeat center;
	z-index:-1;
}
h1{
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
}
#bg{
	background:url(../img/header2.png)  no-repeat center top fixed;
	position:relative;
	 width: 100%;
	height: 100%;
	min-height: 100%;
}
body > #bg {
        height: auto;
}
#wrapper{
	width:740px;
	margin:0 auto 0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.8);
	padding-bottom: 30px;
}
#menu{
	position:fixed;
	top:0;
	width:100%;
	padding-top:10px;
	height:120px;
	text-align:center;
	background:url(../img/header.png)  no-repeat center top fixed;
}
#menu ul{
	width:600px;
	margin:0 auto 0 auto;
}
#menu li{
	float:left;
	text-indent:-9999px;
	list-style-type:none;
}
#menu li a{
	display:block;
	height:35px;
	margin:0 10px;
	overflow:hidden;
}
#menu li a:hover{
	border-top:dashed 1px #960;
	border-bottom:dashed 1px #960;
}
#menu_top{
	background:url(../img/menu_top.png) no-repeat;
	width:100px;
}
#menu_concept{
	background:url(../img/menu_concept.png) no-repeat;
	width:100px;
}
#menu_interior{
	background:url(../img/menu_interior.png) no-repeat;
	width:130px;
}
#menu_photo{
	background:url(../img/menu_photo.png) no-repeat;
	width:70px;
}
#menu_view{
	background:url(../img/menu_view.png) no-repeat;
	width:140px;
}
#menu_info{
	background:url(../img/menu_info.png) no-repeat;
	width:100px;
}

/* Scrooll to Top */
#back-top {
	position: fixed;
	padding:0;
	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;
}