/* basic */
/*body:before{
	content: " ";
	position:absolute;
	left:50%;
	top: 48px;
	z-index:2000;
	margin-left:-160px;
	background: url(../img/new.png) no-repeat;
	display: block;
	height: 30px;
	width: 320px;
	backface-visibility:hidden;
}*/

*{
	margin:0;
	padding:0;
	line-height:1.62;
}
html, body{
	height:100%;
}
html{
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	background:url(../img/bg_aymmy.jpg) no-repeat center center fixed;
	background-size:cover;
	background:url(../img/bg.jpg)\9;
}
body{
	background:url(../img/bg_words.png) no-repeat fixed;
}
img{
	border:none;
}
.clear{
	clear:both;
}

/* menu */
#menu{
	position:absolute;
	top:0;
	width:100%;
	height:60px;
	overflow:hidden;
	background:url(../img/header_bg.png) repeat-x;
}
#menu ul{
	width:794px;
	margin:0 auto;
}
#menu li{
	float:left;
	height:54px;
	margin:0;
	list-style-type:none;
	overflow:hidden;
	border-right:solid 1px #ddd;
}
#menu a{
	display:block;
	height:54px;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#menu a:hover{
	background-position:0 -54px;
	background-color:#ef012e;
}
#btn_top{
	width:90px;
	background-image:url(../img/menu_top.png);
	border-left:solid 1px #ddd;
}
#btn_view{
	width:106px;
	background-image:url(../img/menu_viewing.png);
}
#btn_prof{
	width:120px;
	background-image:url(../img/menu_profile.png);
}
#btn_photobook{
	width:143px;
	background-image:url(../img/menu_photobook.png);
}
#btn_rep01{
	width:85px;
	background-image:url(../img/menu_report1.png);
}
#btn_rep02{
	width:85px;
	background-image:url(../img/menu_report2.png);
}
#btn_photo{
	width:70px;
	background-image:url(../img/menu_photo.png);
}
#btn_panorama{
	width:140px;
	background-image:url(../img/menu_panorama.png);
}

#btn_info{
	width:85px;
	background-image:url(../img/menu_info.png);
}




/* Scrooll to Top */
#back-top {
	position: fixed;
	 bottom: 8px;
	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;
    color:#fff;
    background: #ef012e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size:24px;
    padding-top:14px;
        line-height:0.5;
}
#back-top a:hover span {
    background-color: #039;
    color:#fff;
}

/* Loading */
#loading_fade {
	width:100%;
	background:url(../img/loading_fade.png) no-repeat center #c00;
	position:fixed;
	top:0px;
	left:0px;
	z-index:99999999;
}