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

* { margin:0; padding:0; }
body {
	background:#f2f2f2;
	font-size:93%; font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	line-height:130%;
	color: #333;
}


a { text-decoration:none; overflow:hidden; color: #333; }
a:hover { text-decoration:underline; }
img { border:none; }
ul { list-style:none; }
address { font-style: normal; }

.clearboth { clear:both; }
.ce { text-align:center; }
.ri { text-align:right; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*  ヘッダー
-----------------------------------------------------------------*/
#header {
	width: 898px;
	height: 116px;
	margin:0 auto;
	background: #fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9aa9a;
	border-bottom: 9px solid #0099ff;
}



#header h1 {
	width: 520px;
	_width: 500px;
	float: left;
}

#header h1 a {
	display: block;
	height: 80px;
	text-indent: -9999px;
	background: url(../../n-img/common/e_logo.gif) no-repeat top left;
}

/* ヘッダーメニュー */

#headermenu {
	width: 334px;
	float: right;
	line-height:17px;
	font-size: 90%;
	margin: 10px 20px;
}



#headermenu li { float:right; height:17px;}
#headermenu li a { display: inline-block; height:17px; text-decoration:underline; }

a.hmenu_01 { background:url(../../n-img/common/li_headermenu.gif) no-repeat; padding-left:20px; margin-right:15px;}
a.hmenu_02 { background:url(../../n-img/common/li_headermenu.gif) no-repeat; padding-left:20px; margin-right:15px;}
a.hmenu_03 { background:url(../../n-img/common/li_headermenu.gif) no-repeat; padding-left:20px; margin-right:15px;}
a.hmenu_04 { width:100px;}



/* 検索ボックス */

#searchbox { float:right; margin-right:20px; }
#search_keyword_box { background: url(../../n-img/common/txt_search.gif) no-repeat top right; width: 159px; padding-left:12px;}
#search_keyword { border:none; width:152px; height:14px; font-size:11px; }

/* 検索結果 */
#listBox div.content-nav { width:150px; text-align:center; margin:30px auto; padding:30px; }


/* グローバルメニュー */

#globalmenu {
	clear: both;
	background: #000000;
	width: 858px;
	height: 27px;
	padding: 4px 20px;
	border-bottom: 1px solid #ffffff;
}

#globalmenu li { float:left; text-indent:-9999px; }
#globalmenu li a { display:block; height:27px;}

a.gmenu_01 { width:107px; background:url(../../n-img/common/e_gmenu_01.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_02 { width:120px; background:url(../../n-img/common/e_gmenu_02.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_03 { width:107px; background:url(../../n-img/common/e_gmenu_03.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_04 { width:200px; background:url(../../n-img/common/e_gmenu_04.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_05 { width:106px; background:url(../../n-img/common/e_gmenu_05.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_06 { width:106px; background:url(../../n-img/common/e_gmenu_06.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_07 { width:106px; background:url(../../n-img/common/e_gmenu_07.gif) no-repeat top left; }




/*  コンテナ
-----------------------------------------------------------------*/
#container {
	width: 898px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9aa9a;
}


/*  サイドメニュー
-----------------------------------------------------------------*/
#top_contents {
	float: left;
}

#sidemenu {
	float: right;
	width: 200px; _width:195px; 
	margin-right: 18px; _margin-right:7px;
}

#sidemenu img { margin-bottom:9px; }



/*  フッター
-----------------------------------------------------------------*/
#footer {
	clear:both;
	width: 858px;
	margin: 0 auto;
	padding: 15px 20px;
	height: 60px;
	font-size: 90%;
	line-height: 120%;
	background: #333333;
	color: #ffffff;
	line-height: 140%;
}
 
#footer a {
	color: #FFF;
	text-decoration:underline;
}

#footer img {
	vertical-align:text-bottom;
	margin-right:7px;
}
