@charset "utf-8";

/*
	大まかな分割
*/
#header .top-bg {
	background-image: url(../images/header/bg.jpg);
}
#header .top-bg .top {
	/*background-color:red;*/
	width:900px; margin:0 auto;
	height:82px;
}

#header .middle-bg {
	/*background-color: red;*/
	width:900px;
	margin:10px auto;
	height:70px;
	
}
#header .middle-bg .middle {
	/*background-color: red;*/
	float:right;
}

#header .bottom-bg {
	clear:both;
	background-image: url(../images/body/global_menu_base.jpg);
	background-repeat: repeat-x;
	height: 52px;
}

#header .bottom-bg .bottom {
	width:900px;
	margin:0 auto;
}

#header .bottom .bottom-menu a:visited {color:#000000}
#header .bottom .bottom-menu a:link {color:#000000}
#header .bottom .bottom-menu a:active {color:#000000}
#header .bottom .bottom-menu a:hover {color:#646464}


/*
	「#header .top」部の設定
*/
#header .top .header-top-logo a {
	display:inline; /*IE バグ対策*/
	float:left;
	/*background-color:red;*/
	background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	width:352px;
	height:52px;
	margin-top: 12px;
	font-size:1px;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}

#header .top .header-top-nav {
	display:inline; /*IE バグ対策*/
	float:right;
	color:#ffffff;
	text-align:right;
	font-size:80%;
}

#header .top a:visited {color:#ffffff}
#header .top a:link {color:#ffffff}
#header .top a:active {color:#ffffff}
#header .top a:hover {color:#8db3ff}

#header .top {
	text-align: left;
}
#header .top p.sitemap {
	/*
	background-image: url(../images/common/arrow_04.png);
	background-repeat: no-repeat;
	background-position: 170px center;
	*/
}
#header .top ul.font-scall li {
	display:inline;
	float:left;
	width:20px;
}
#header .top .header-top-nav p{
	margin-top:3px;
}
#header .top .header-top-nav img{
	vertical-align:middle;	
}






/*
	「#header .bottom」部の設定
*/
#header .bottom-menu table {
	width: 900px; margin:0 auto;
	border-collapse: collapse;
}
#header .bottom-menu td {
	/*background-color: red;*/
	
	/*background:url(../images/header/menu_base_hover_x96.gif) no-repeat center top;*/

	width: 130px;
	height: 52px;
	vertical-align: middle;

	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#FFFFFF #BCBCBC #FFFFFF #BCBCBC;
	
	line-height: 1.5;
	
	white-space: normal;
}
#header .bottom-menu td:hover {
	/*background-position:center bottom;*/
}

/* eof */