@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー、フッター）
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header{
	position: relative;
	background-repeat: no-repeat;
	height: 100px;
}
#header .ci{
	position: absolute;
	top: 22px;
	left: 20px;
}


/* #gnav
----------------------------------------------------------- */
#gnav{
	height: 36px;
	overflow: hidden;
}
#gnav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#gnav ul li{
	float: left;
}
#gnav ul li a{
	display: block;
	background-image : url(bg-btn-gnav-ov.gif);
	background-repeat: no-repeat;
	width: 160px;
}
#gnav ul li.top a{
	background-position: 0 0;
}
#gnav ul li.outline a{
	background-position: -160px 0;
}
#gnav ul li.business a{
	background-position: -320px 0;
}
#gnav ul li.activity a{
	background-position: -480px 0;
}
#gnav ul li.member a{
	background-position: -640px 0;
}
* html #gnav ul li a:hover{
	zoom: 1;
}
#gnav ul li a:hover img,
#gnav ul li.current a img{
	visibility: hidden;
}


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer{
	position: relative;
	background-image : url(bg-footer.gif);
	background-repeat: repeat-x;
	background-color: #88b2d8;
	height: 116px; /* 148px */
	padding: 22px 15px 10px 15px;
	border-top: 5px #0342b4 solid;
}
#footer .company-name{
	margin-bottom: 4px;
	line-height: 1;
	font-size: 1em;
	font-weight: bold;
}
#footer address{
	font-size: 0.8em;
	margin-bottom: 10px;
	line-height: 1.2;
	font-style: normal;
}
#footer .map{
	font-size: 0.8em;
	background-image : url(item-pin.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}
#footer .counter{
	position: absolute;
	top: 18px;
	left: 630px;
}
#footer .copyright{
	text-align: right;
	font-size: .857143em;
}
