
/*--------------------------
	ALL setting
--------------------------*/
html,body{
	font-size: 10.5px;
	font-family:"メイリオ", "MS UI Gothic", "ＭＳ Ｐゴシック", "小塚ゴシック Pro M";
	background:url(img/logo_bg.jpg);
	text-align:center;
}

.container{
	width: 600px;
	height:550px;
	margin: 50px auto 0 auto;
}

img {
	border:none;
}

/*--------------------------
	MENU
--------------------------*/
.menu-set{	
	width:600px;
	height:105px;
	margin:0;
	float:left;
}


.menu-logo a{display:block;width:231px; height:105px; background:url(img/logo.jpg) no-repeat; float:left;}


.menu-top a{display:block;width:71px; height:105px; background:url(img/top.jpg) no-repeat; float:left;}
.menu-top a:hover{background-position:0px -105px;}

.menu-profile a{display:block;width:69px; height:105px; background:url(img/profile.jpg) no-repeat; float:left;}
.menu-profile a:hover{background-position:0px -105px;}

.menu-gallery a{display:block;width:70px; height:105px; background:url(img/gallery.jpg) no-repeat; float:left;}
.menu-gallery a:hover{background-position:0px -105px;}

.menu-store a{display:block;width:70px; height:105px; background:url(img/store.jpg) no-repeat; float:left;}
.menu-store a:hover{background-position:0px -105px;}

.menu-info a{display:block;width:70px; height:105px; background:url(img/info.jpg) no-repeat; float:left;}
.menu-info a:hover{background-position:0px -105px;}

.menu-edge {width:19px; height:105px; background:url(img/edge.jpg) no-repeat; float:left;}



.main-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:411px;
	background:url(img/top_bg.jpg) no-repeat; 
}

.gallery-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:411px;
	background:url(img/bg.jpg) no-repeat; 
}

.profile-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:411px;
	background:url(img/profile_bg.jpg) no-repeat; 
}

.info-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:411px;
	background:url(img/info_bg.jpg) no-repeat; 
}

.store-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:411px;
	background:url(img/store_bg.jpg) no-repeat; 
}

.foot-set{
	float:left;
	overflow:hidden;
	width:600px;
	height:34px;
	background:url(img/footer.jpg) no-repeat; 
}





