@charset "utf-8";


/* ２カラム（左メニュー／右コンテンツ） */
#Container 		{ width: 100%; margin : 0px; position: relative; }


/**//*　　サイドメニュー、ムービー消し　　*//**/
#Index #SideMenu,
#Common #SideMenu,
#Movie { display: none; }


/* 印刷用コンテンツ幅設定 */
#Index #ContentsBase,
#Common #ContentsBase { 
	width		: 100%; 
 }
#Index #Contents,
#Common #Contents {
	width		: 100%;
 }
#Index #Contents #ContentsIn,
#Common #Contents #ContentsIn {
	margin		: 20px;
	z-index		: 20;
 }
#HeaderMenu ul li a { font-size:0.8em; }










#UnderMenu 		{ margin: 0 0 -3em 230px; clear: both; position: relative; top: -3em; height: 3em; }
#Footer 		{ height: 45px; clear: both; overflow: hidden; width: 100%; }


/**//*　　TOPヘッダーロゴ　　*//**/
#Index h1 { width:420px; height:70px; position: absolute; top:30px; left: 20px; margin: 0; z-index: 10; }
#Index h1 a { width: 100%; height:100%; display: block; }



/**//*　　配下ページヘッダーロゴ変換　　*//**/
#Common h1 		{ width: 100%; height: 126px; background: url("../image/base/header_back2_r.gif") repeat-x right top; position: absolute; top: 0; left: 0; }
#Common h1 a 	{ display: block; width: 100%; height: 100%; background: url("../image/base/header_back2_l.gif") no-repeat left top; }



/**//*　　配下ページContainer、ContentsBaseの背景リセット　　*//**/
#Common #Container,
#ContentsBase { background: none; }



/**//*　　TOPグローバルナビゲーション　　*//**/
#HeaderMenu 			{ width: 61em; position: absolute; top:138px; left: 20px; z-index: 10; }
#HeaderMenu ul li 		{ height: 16px; float: left; margin-right: 5px; padding:0 5px; border-right: solid 1px #FFF; }
#HeaderMenu ul li#Menu01 { border-left: solid 1px #FFF; }
#HeaderMenu ul li a { font-weight:bold; font-size:0.8em; padding-bottom:2px; }

#HeaderMenu ul li a:link,
#HeaderMenu ul li a:visited
{ text-decoration:none; color:#fff; }
#HeaderMenu ul li a:hover,
#HeaderMenu ul li a:active
{ text-decoration:underline; color:#eecc99; }


/**//*　　「文字サイズ・英語」消し　　*//**/
	#FontSizeButton { display: none; }


/**//*　　TOPアクセスカウンターエリア　　*//**/
	#Index #Header 		{ height: 170px; }
	#Common #Header 	{ height: 126px; }
	#Common #ContentsIn { padding-left: 20px; background:#fff url("../image/base/under_back.gif") repeat-y top left; }
	#Common #PageTitleIn { width: 760px;  }


	#Common #Footer 	{ background: #553B20 url("../image/base/footer_back2.gif") repeat-x 0 0; }


