/* 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:#fff;
}
img{
	border:none;
}

/* MENU */
#header{
	padding-top:14px;
	height:56px;
	background:url(../img/header_bg.png) repeat-x;
}
#header ul{
	width:632px;
	padding-left:20px;
	margin: auto;
	overflow:hidden;
}
#header li{
	list-style-type:none;
	display:block;
	width:138px;
	height:38px;
	float:left;
	margin-right:20px;
}
#header li a{
	display:block;
	width:138px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:1px;
}
#header li a:hover{
	margin-bottom:0;
	margin-top:1px;
}
#btn01{
	background:url(../img/btn_top.png) no-repeat;
}
#btn02{
	background:url(../img/btn_concept.png) no-repeat;
}
#btn03{
	background:url(../img/btn_photo.png) no-repeat;
}
#btn04{
	background:url(../img/btn_view.png) no-repeat;
}
#btn05{
	background:url(../img/btn_info.png) no-repeat;
}

/* 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;
}