/*****************************************************
    header fix css
*****************************************************/
@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    /* IE6対策（スクロール時の表示ブレ防止） */
    background-image : url("../images/bg.jpg");
    background-attachment: fixed;
}
#header {/**************header********************/
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 93px;
    /* IE6対策（位置固定） */
    _position: absolute; 
    _top: expression(eval(document.documentElement.scrollTop+0)+'px');

	background:#fff;
	z-index:10000;
}

.header_container{
	width:950px;
	height:60px;
	margin:auto;
	position: relative;
	background:url(../images/header/logo_star.jpg) no-repeat;/*星マーク*/
	background-position:center 10px;
}
.logo_name{/*社名*/
	width:200px;
	padding-top:25px;
}
.mini_nav{/*右部ナビ*/
	width:50%;
	height:60px;
}
.mini_nav ul{
	width:100%;
}
.mini_nav ul.top{/*右部ナビ上*/
	margin-top:10px;
	margin-bottom:10px;
}
.mini_nav ul.top li{
	padding-left:20px;
	height:18px;
	line-height:18px;
}
.mini_nav ul.top li.lng{/*言語選択*/
	width:90px;
	text-align:center;
	background:url(../images/header/lng_bg.jpg) no-repeat right;
}

.mini_nav ul.bottom li{/*右部ナビ下*/
	padding-left: 22px;
	height:18px;
	line-height:18px;
	background:url(../images/header/min_nav_icon.jpg) no-repeat;
	background-position: 10px 3px;
}


.global_nav{/*global navigation*/
	width:100%;
	height:33px;
	background:url(../images/header/global_nav_bg.jpg) repeat-x;
}
ul.global_nav_container{
	width:950px;
	height:100%;
	margin:auto;
	/*position:relative;/**/
	/*position:relative;*/
	overflow:visible!important;/*drop list on のため*/
	background-image: url(../images/header/global_nav_hr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}


ul.global_nav_container li{
	width:140px;
	height:32px;
	margin-top:1px;
	position:relative;
	background-image: url(../images/header/global_nav_hr.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
ul.global_nav_container li.first{
	margin-left:2px;
}

ul.global_nav_container li ul {/*sub navigation*/
	display: none;
	position:absolute;
	left: 0px;
	top: 32px;
	
}
ul.global_nav_container li ul li {/*sub navigation*/
	height:auto;
	background:#F5EBCF;
	width:135px;
	padding:2px;
	margin-left:-2px;
	margin-top:0;
	border:#DAB74E solid 1px;
	border-top:none;
	/*opacity: 0.90;
	filter: alpha(opacity=90);*/
	
	text-align:center;
	/*margin-bottom:5px;*/

	/*角丸指定
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
	
}
ul.global_nav_container li ul li a {/*sub navigation*/
	display:block;
	color:#580300;
}
ul.global_nav_container li ul li a:hover {/*sub navigation*/
	color:#C0ABA5;
}


.header_bottom{/*grobal navigation box shadow*/
	width:100%;
	height:5px;
	background:url(../images/header/header_bottom.png) repeat-x;
}


/**************footer********************/
#footer01{
	width:100%;
	height:30px;
	background-color:#3E2900;
}
#footer01 ul li{
	line-height:30px;
	margin-right:30px;
}
#footer02{
	width:100%;
	background-color:#000;
	text-align:right;
}
#footer02 div.footer_container{
	padding:10px 0;
	color:#CCC;
}

.footer_container{
	width:950px;
	margin:auto;
	color:#fff;
}
.footer_container a{
	color:#fff;
}

.page_up{
	padding-right:10px;
	text-align:right;
}

