@charset "utf-8";
/* CSS Document */

/* 共通のスタイルシート */
body{
	margin:0;
	padding:0;
	background-color:#efefef;
}

/* ヘッダー　*/
#header {
	width: 900px;
	height: 110px;
	margin: 0 auto;
	position: relative;
	background-image:url(../img/header1.png);
	background-repeat:no-repeat;
}

#header h1 {
	text-indent: -9999em;	
}

#header ul {
	width:340px;
    position:absolute;
	top: 10px;
	right:0px;
	line-height: 12px;
}

#header li {
	width:90px;
	float: left;
	border-left:solid 1px #000;
}

#header li.first{
	width:158px;
	border-left:none;
}

#header li a {
	display: block;
	font-size:11px;
	text-decoration:none;
	text-align: center;
	color:#0094c4;
}

#header li a:hover {
	color: #a7b3ba;
}

#header .headtex{
	position: absolute;
	top: 35px;
	right: 10px;
}

/* グローバルナビ　*/
#gnavi {
	height: 45px;
	width: 900px;
	margin:0 auto;
    background-image:url(../img/menu.gif);
}

#gnavi ul li {
	float: left;
	text-align: center;
	line-height: 40px;
	width: 148px;
	border: 1px solid #999;
}

#gnavi li a {
    color: #000;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
	border-right: 1px solid #D6D6D6;
}

#gnavi li a:hover {
	background-color: #DFF;
}

#gnavi ul li.active a {
	background-color: #DFF;
}

/* フッター */
#footer {
	clear: both;
	line-height: 35px;
	text-align: center;
	width: 100%;　　/*必須です*/
}

#footer .menu{
　　clear:both;
}

#footer2 {
	background-image: url(../img/footer44.png);
	width: 100%; /*必須です*/
	height:95px;　/*必須です*/	 
}
	
	
.menu li{
	display:inline;
	list-style-type:none;
	border-left:solid 1px #666;
	padding-right:15px;
	padding-left:15px;
}

.menu li a{
	font-size: 1em;
	color: #0094c4;
}

.menu li a:hover{
	color:#a7b3ba;
}

.menu ul li.active a{
	color: #393;
}

.menu li.first{
	border-left:none;
	color:#999;
}
	
#footer_inner{
	 clear: both;
	 text-align:center;
}
