/* COMMON */


* {
	margin: 0;
	padding: 0;
}


p {
	font-family:MS UI Gothic,Osaka,sans-serif; 
	font-size: 0.9em; 
	font-weight:normal; 
	color:#492000; 
	line-height: 150%;
}

img {
	border: 0px;
	margin: 0px;
	vertical-align: bottom;
}


ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li img {
	vertical-align: bottom;
}

body { 
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('../images/user/bg.jpg') repeat-x top fixed #BB9767;
} 


#container {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
}

#header {
	height: 40px;
}
			
#header h1 {
	
	float: left;
	height: 40px;
	background: url('../images/user/header.jpg') no-repeat left top;
	width: 880px;
	text-align: left;
	text-indent: -9999px;	  
}
/*
トップページトップ画像
*/
#topimage {

	width: 880px;
	height: 380px;
}
/*
サブページトップ画像
*/
#topimage_sub {

	width: 880px;
	height:180px;

} 

#main_menu {

	width: 880px;
	height: 65px;
}

#main_menu ul,
#main_menu ul li {
	float: left;
	margin: 0;
}

#main_menu ul {
	width: 880px;
	height: 65px;
	background: url('../images/user/menu.jpg') no-repeat;
}

#main_menu ul li a {
	display: block;
	width: 110px;
	height: 65px;
	text-indent: -9999px;
	font-size: 0;
}

#main_menu ul li.menu_home a.active,
#main_menu ul li.menu_home a:focus,
#main_menu ul li.menu_home a:hover {
	background: url('../images/user/menu.jpg') no-repeat left bottom;
}

#main_menu ul li.menu_remove a.active,
#main_menu ul li.menu_remove a:focus,
#main_menu ul li.menu_remove a:hover {
	background: url('../images/user/menu.jpg') no-repeat -110px -65px;
}

#main_menu ul li.menu_body a.active,
#main_menu ul li.menu_body a:focus,
#main_menu ul li.menu_body a:hover {
	background: url('../images/user/menu.jpg') no-repeat -220px -65px;
}

#main_menu ul li.menu_face a.active,
#main_menu ul li.menu_face a:focus,
#main_menu ul li.menu_face a:hover {
	background: url('../images/user/menu.jpg') no-repeat -330px -65px;
}

#main_menu ul li.menu_bridal a.active,
#main_menu ul li.menu_bridal a:focus,
#main_menu ul li.menu_bridal a:hover {
	background: url('../images/user/menu.jpg') no-repeat -440px -65px;
}

#main_menu ul li.menu_waspa a.active,
#main_menu ul li.menu_waspa a:focus,
#main_menu ul li.menu_waspa a:hover {
	background: url('../images/user/menu.jpg') no-repeat -550px -65px;
}

#main_menu ul li.menu_stone a.active,
#main_menu ul li.menu_stone a:focus,
#main_menu ul li.menu_stone a:hover {
	background: url('../images/user/menu.jpg') no-repeat -660px -65px;
}

#main_menu ul li.menu_o2 a.active,
#main_menu ul li.menu_o2 a:focus,
#main_menu ul li.menu_o2 a:hover {
	background: url('../images/user/menu.jpg') no-repeat -770px -65px;
}


#under_navi {
	clear: both;
	width: 880px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

#under_navi ul li{
	display: inline;
}
	
	
#footer {
	
	clear: both;
	width: 880px;
	height: 41px;
	background: url('../images/user/footer.gif') no-repeat;
	color: #FFFFFF;
	text-align: right;	
}

