@charset "UTF-8";

/* ブラウザの初期化------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size:12px;
	}
	
body {
	background-color:#000000;
	color:#999999;
	text-align:center;/*wrap用*/
	background-image: url(../img/bg_menu.gif);
	background-repeat:repeat-x;
	}
	
html{
    height:100%;
}
body{
    height:100%;
}
* html div#container{
    height:100%;
}



	
/*底辺ストライプ---------------*/

	



#stripe {
	Z-INDEX: 100; 
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(../img/bg_stripe.gif); 
	WIDTH: 100%; 
	HEIGHT: 40px;
	POSITION: fixed; 
	BOTTOM: 0px; 
}

* HTML BODY #bottom {
	Z-INDEX: 100; 
	LEFT: 0px; 
	BACKGROUND-IMAGE: url(../img/bg_stripe.gif);
	WIDTH: 100%; 
	HEIGHT: 40px;
	position:fixed;
	POSITION: absolute; 
	BOTTOM: 0px; 
}





	
	
	
	
	
	
	

img {
    border-style:none;
}

a {
outline-style:none;
}


/*中央寄せ-------------------------------------------*/

#wrap {
	margin:0 auto;
	background-color:#000000;
	text-align:left;
	width:800px;
    position:relative;
	}


body > #container {
        height: auto;
}




/*段組-------------------------------------------*/
#header {
	width:800px;
	height:150px;
	background-image:url(../img/bg_menu_header.gif);
	}


#global_menu ul {
	position:absolute;
	top:75px;
	margin-left:200px;/*ロゴからの距離を調節*/
	width:600px;
	height:75px;
	}


#footer {
	width:300px;
	margin-left:465px;/*左からの距離を調節*/
	}

#copyright {
padding-bottom:5px;/*FireFoxにおいてストライプに隠れてしまうので追加*/
	}



#content {
	width:700px;
	}
	
	



/*詳細-------------------------------------------*/
#global_menu ul {
	list-style-type:none;
	}
	
#global_menu li {/*グローバルメニューボタン共通*/
	width:100px;
	height:75px;
	float:left;
	text-indent:-9999px;
	}

#global_menu li a {/*グローバルメニューボタン共通*/
	display:block;
	width:100px;
	height:75px;
	}

#global_menu li.home{
	background-image:url(../img/botan_home.gif);
	}
#global_menu li.coll{
	background-image:url(../img/botan_coll.gif);
	}
#global_menu li.paris{
	background-image:url(../img/botan_palis.gif);
	}
#global_menu li.news{
	background-image:url(../img/botan_news.gif);
	}
#global_menu li.shop{
	background-image:url(../img/botan_shop.gif);
	}
#global_menu li.contact{
	background-image:url(../img/botan_contact.gif);
	}
	
	
#global_menu li.home a:hover{
	background-image:url(../img/botan_home.gif);
	background-position:bottom;
	}
#global_menu li.coll a:hover{
	background-image:url(../img/botan_coll.gif);
	background-position:bottom;
	}
#global_menu li.paris a:hover{
	background-image:url(../img/botan_palis.gif);
	background-position:bottom;
	}
#global_menu li.news a:hover{
	background-image:url(../img/botan_news.gif);
	background-position:bottom;
	}
#global_menu li.shop a:hover{
	background-image:url(../img/botan_shop.gif);
	background-position:bottom;
	}
#global_menu li.contact a:hover{
	background-image:url(../img/botan_contact.gif);
	background-position:bottom;
	}




#user_menu ul {/*ユーザー支援メニューボタン共通*/
	list-style-type:none;
	width:210px;
	}

#user_menu li {
	width:70px;
	height:20px;
	float:left;
	text-indent:-9999px;
	}

#user_menu li a {/*ユーザー支援メニューボタン共通*/
	display:block;
	width:70px;
	height:20px;
	}



#user_menu li.sitemap{
	background-image:url(../img/botan_sitemap.gif);
	}
#user_menu li.privacy{
	background-image:url(../img/botan_privacy.gif);
	}
#user_menu li.sitemap a:hover{
	background-image:url(../img/botan_sitemap.gif);
	background-position:bottom;
	}
#user_menu li.privacy a:hover{
	background-image:url(../img/botan_privacy.gif);
	background-position:bottom;
	}

/*不使用
#user_menu li.contact{
	background-image:url(../img/botan_contact.gif);
	}
#user_menu li.contact a:hover{
	background-image:url(../img/botan_contact.gif);
	background-position:bottom;
	}
*/




/*共通部分-------------------------------------------*/
h1 {
	background-image:url(../img/logo_bar.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	width:800px;
	height:75px;
	position:absolute;
	top:0px;
	}
	
	
address {
	font-size:10px;
	color:#7A466E;/*#6d5367*/
	text-decoration:none;
	font-style: normal;
	font-weight: normal;
	}
	
.text_ueni {
	font-size:10px;
	color: #7A466E;/*#6d5367*/
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
	margin-top:3px;
	margin-bottom:50px;
	}


.text_pagetop {
	font-size:13px;
	text-decoration:none;
	font-style: italic;
	font-weight: normal;
	color: #6d5367;
	text-align:right;
	margin:35px 35px 60px 0;
	}
	



