@charset "UTF-8";

/* header
------------------------------------------------------------------*/
#header {
	background-color: #ffffff;
	}

#header #mainHead{
	float:left;
	display:inline;
	width: 491px;
	margin: 0px;
	padding: 5px 0px 8px 0px;
	}

#header #mainHead h1{
	margin:0 0 0 0;
	line-height:14px;
	}



#header #mainHead #logo{
	margin:0 0 0 10px;
	clear:both;
	}

#header #subHead{
	float: right;
	display: inline;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 15px 0px;
	}

#header #subHead span.sp {
	margin: 0px 0px 0px 0px;
	padding: 0px 9px 0px 9px;
	}

#header #subHead a{
	color:#000;
	text-decoration:none;
	}

#header #subHead a:hover{
	color:#000;
	text-decoration:underline;
	}

#header #subHead ul{
	float:right;
	display:inline;
	margin:0 0 0px 0;
	padding: 0px;
	}

#header #subHead ul li{ 
	float:left;
	display:inline;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
	font-size:10px;
	line-height:14px;
	}

#header #subHead ul li.li01{background:url(../image/header_navi01.gif) no-repeat left center;}
#header #subHead ul li.li02{background:url(../image/header_navi02.gif) no-repeat left center;}
#header #subHead ul li.li03{background:url(../image/header_navi03.gif) no-repeat left center;}
#header #subHead ul li.li04{background:url(../image/header_navi04.gif) no-repeat left center;}
#header #subHead ul li.li05{background:url(../image/header_navi05.gif) no-repeat left center;}

 
#header #subHead #headerLogin{
	background:#f5f6f4;
	border:1px solid #dcddd9;
	padding:10px;
	}

#header #subHead #loginName{
	text-align:right;
	margin:0;
	padding:0;
	}

#header #subHead #loginName a{
	color:#3399cc;
	}
	
#header #subHead #loginName a:hover{
	text-decoration:none; 
	color:#3399cc;
	}

#header #subHead #headerLogin input,
#header #subHead #headerLogin img{
	vertical-align:middle;
	}

#header #subHead #headerLogin .input,
#header #subHead #headerLogin .input2{
	width:100px;
	margin:0 10px 0 0;
	}


#mogLogo {
	margin: -41px 19px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	display: inline;
	}

#mogLogo img {
	border-style: none;
	}


#globalNavi{
	background:url(../image/global_navi_bg.gif) repeat-x left bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	}

#globalNavi img {
	border-style: none;
	}

/* === clearfix ==*/
#globalNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#globalNavi{
	display: inline-block;
	}

/* Hides from IE-mac 促*/
* html #globalNavi{height: 1%;}
#globalNavi{display: block;}
/* End hide from IE-mac */


#globalNavi ul{
	padding: 0px;
	margin: 0px;
	}

#globalNavi ul li{
	list-style:none;
	float:left;
	display:inline;
	padding:0 1px 0 0;
	margin:0 0 0 0;
	line-height:0;
	font-size:0;
	background-color:#fff;
	}

#globalNavi ul li img{
	display:block;
	}

#header .banner{
	text-align:center;
	}