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

/*
===== CONTENTS ===========================================

	1: HEADER
	2: FOOTER
	3: NAVIGATION
	4: MAIN CONTENT

==========================================================
*/

#container {
	width: 800px;
	margin: auto;
	/*padding: 0 10px;*/
	background-image: url(../img/bg_stage.gif);
	padding: 0px;
	}
	

#container2 {
	background: #000 url(../img/bg_stage.gif);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

/*
===== 1: HEADER ==========================================
*/

#header {
	width: 780px; 
	height: 73px;
	background: url(../img/hdrbg.jpg) repeat-x;
	}
	
#companyName {
	display: inline;
	float:left;
	margin: 15px 0 0 10px;
	}

#header ul {
	display: inline;
	float:right;
	margin: 15px 10px 10px 0;
	}
	
#header ul li {
	float: left;
	height:13px;
	}
	
#header ul li a {
	display: block;
	overflow:hidden;
	height:13px;
	background:url(../img/hdrbtn.gif) no-repeat;
	text-indent:-9999px;
	font-size:0.1em;
	}
	
#header ul li a:hover{
	}
	
#header ul li#li_home a{
	width:53px;
	background-position: -0px 0;
	margin-right:10px;
	}
	
#header ul li#li_home a:hover{
	background-position: 0px -13px;
	}
	
#header ul li#li_sitemap a{
	width:86px;
	background-position: -62px 0;
	margin-right:10px;
	}
	
#header ul li#li_sitemap a:hover{
	background-position: -62px -13px;
	}
	
#header ul li#li_hall a{
	width:185px;
	margin-right:10px;
	background-position: -157px 0;
	}

#header ul li#li_hall a:hover{
	background-position: -157px -13px;
	}
	
#header ul li#li_english a{
	width:58px;
	background-position: -353px 0;
	}
	
#header ul li#li_english a:hover{
	background-position: -353px bottom;
	}

/*-- 検索フォーム --*/

#header #seach {
	display: inline;
	float: right;
	margin-right: 10px;
	width: 245px;
	height:20px;
	}
	
#header #seach input{
	float: left;
	width: 175px;
	height: 18px;
	border: solid 1px #7f9db9;
	}
	
#header #seach a {
	display:block;
	float:right;
	overflow:hidden;
	width:60px;
	height:20px;
	background:url(../img/hdr_seachbtn.gif) no-repeat;
	text-indent:-9999px;
	font-size:0.1em;
	}
	
#header #seach a:hover {
	background-position: bottom;
	}
	
/*-- / 検索フォーム --*/


/*
===== 2: FOOTER ==========================================
*/

#footer {
	width: 770px;
	padding: 10px 0 10px 10px;
	border-top: dotted 1px #ccc;
	color: #666;
	font-size: 1.2em;
	}
	
#footer #copyright {
	float: left;
	}
	
#footer ul {
	float: right;
	}
	
#footer ul li {
	float: left;
	padding: 0 10px;
	background: url(../img/footericon.gif) 0 2px no-repeat;
	}

/*
===== 3: NAVIGATION ======================================
*/

ul#g_navigation {
	width: 780px;
	height: 46px;	
	}

ul#g_navigation li {
	float:left;
	}
	
ul#g_navigation li a {
	display:block;
	overflow:hidden;
	width: 161px;
	height: 46px; 
	text-indent: -9999px;
	background:url(../img/gnavi.gif) no-repeat;
	}
	
ul#g_navigation li#gnavi01 a {
	background-position: 0 0;
	}
	
ul#g_navigation li#gnavi02 a {
	background-position: -161px 0;
	}

ul#g_navigation li#gnavi03 a {
	background-position: -322px 0;
	}
	
ul#g_navigation li#gnavi04 a {
	background-position: -483px 0;
	}
	
ul#g_navigation li#gnavi05 a {
	width: 136px;
	background-position: -644px 0;
	}
	
ul#g_navigation li#gnavi01 a:hover {
	background-position: 0 bottom;
	}
	
ul#g_navigation li#gnavi02 a:hover {
	background-position: -161px bottom;
	}
	
ul#g_navigation li#gnavi03 a:hover {
	background-position: -322px bottom;
	}
	
ul#g_navigation li#gnavi04 a:hover {
	background-position: -483px bottom;
	}

ul#g_navigation li#gnavi05 a:hover {
	width: 136px;
	background-position: -644px bottom;
	}


/*
===== 4: SITE UTILITY ====================================
*/

/*-- トピックパス --*/

#siteUtility {
	width: 780px;
	height: 27px;
	padding-top: 10px;
	background: url(../img/bg_siteUtility.gif) repeat-x;
	}

#siteUtility ol {
	margin-left: 10px;
	}
	
#siteUtility ol li {
	display: inline;
	float: left;
	margin-right: 5px;
	padding-left: 10px;
	background: url(../img/topicpath_icon.gif) 0 3px no-repeat;
	color: #999;
	font-size: 1.3em;
	}

/*-- / トピックパス --*/

/*-- 印刷ボタン --*/

#printbtn a {
	display: block;
	overflow: hidden;
	float: right;
	width: 70px;
	height: 25px;
	margin: -5px 10px 0 0;
	background: url(../img/printbtn.gif) no-repeat;
	text-indent: -9999px;
	}
	
#printbtn a:hover {
	background-position: 0 bottom;
	}
	
/*-- / 印刷ボタン --*/

/*-- フォントサイズボタン --*/

#fontsize {
	float: right;
	width: 162px;
	height: 28px;
	margin: -5px 10px 0 0;
	}

#fontsize strong {
	display: block;
	float:left;
	width: 65px;
	height: 28px;
	background: url(../img/fontsizebtn.gif) no-repeat;
	text-indent: -9999px;
	}

#fontsize ul {
	float: right;
	}
	
#fontsize ul li {
	float: left;
	margin-left: 7px;
	}
	
#fontsize ul li a {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background: url(../img/fontsizebtn.gif) no-repeat;
	font-size: 0.1em;
	text-indent: -9999px;
	}

#fontsize ul li#font_s a {
	background-position: -71px 0;
	}

#fontsize ul li#font_m a {
	background-position: -96px 0;
	}

#fontsize ul li#font_l a {
	background-position: -121px 0;
	}

#fontsize ul li#font_s a:hover {
	background-position: -71px bottom;
	}

#fontsize ul li#font_m a:hover {
	background-position: -96px bottom;
	}

#fontsize ul li#font_l a:hover {
	background-position: -121px bottom;
	}
	
/*-- / フォントサイズボタン --*/

/*
===== 5: MAIN AREA ====================================
*/

#main {
	padding-bottom:60px;
	background: #fff url(../img/bg_wave.gif) 0 bottom no-repeat;
	}

/*-- h1h2 --*/

#contentsHeader {
	width: 780px;
	height: 70px;
	}
	
h1 {
	float: left;
	}
	
h1 a {
	display: block;
	width: 160px;
	height: 70px;
	background: url(../../sitemap/img/h1.gif) no-repeat;
	}
	
h1 a:hover {
	background-position: 0 bottom;
	}
	
h2 {
	float: right;
	}
	
/*-- / h1h2 --*/

/*-- ローカルナビゲーション --*/

#localNavigation{
	float: left;
	width: 160px;
	}

#localNavigation ul li{
	float: left;
	}
	
#localNavigation ul li a{
	display: block;
	overflow: hidden;
	width: 160px;
	height: 29px;
	}
	
#localNavigation ul li#l_nav02 a {
	background-position: 0 -29px;
	}
	
#localNavigation ul li#l_nav03 a {
	background-position: 0 -58px;
	}
	
#localNavigation ul li#l_nav04 a {
	background-position: 0 -87px;
	}
	
#localNavigation ul li#l_nav05 a {
	background-position: 0 -116px;
	}
	
#localNavigation ul li#l_nav06 a {
	background-position: 0 -145px;
	}
	
#localNavigation ul li#l_nav07 a {
	background-position: 0 -174px;
	}
	
#localNavigation ul li#l_nav08 a {
	background-position: 0 -203px;
	}
	
#localNavigation ul li a:hover {
	background-position:  right 0;
	}
	
#localNavigation ul li#l_nav02 a:hover {
	background-position:  right -29px;
	}
	
#localNavigation ul li#l_nav03 a:hover {
	background-position:  right -58px;
	}
	
#localNavigation ul li#l_nav04 a:hover {
	background-position:  right -87px;
	}
	
#localNavigation ul li#l_nav05 a:hover {
	background-position:  right -116px;
	}
	
#localNavigation ul li#l_nav06 a:hover {
	background-position:  right -145px;
	}
	
#localNavigation ul li#l_nav07 a:hover {
	background-position:  right -174px;
	}
	
#localNavigation ul li#l_nav08 a:hover {
	background-position:  right -203px;
	}
	
#localNavigation ul li ul li a{
	display: block;
	overflow: hidden;
	width: 160px;
	height: 24px;
	}
	
/*-- / ローカルナビゲーション --*/

#contents {
	float: right;
	width: 580px;
	padding: 20px;
	}
#contents2 {
	float: right;
	width: 750px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	}

