@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; }

input[type="hidden"] { display:none; }
.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: 480px;
	float: left;
}

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

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

#headermenu {
	width: 324px;
	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:90px;}



/* 検索ボックス */

#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; /height:13px; 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/gmenu_01.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_02 { width:107px; background:url(../n-img/common/gmenu_02.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_03 { width:107px; background:url(../n-img/common/gmenu_03.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_04 { width:106px; background:url(../n-img/common/gmenu_04.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_05 { width:106px; background:url(../n-img/common/gmenu_05.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_06 { width:106px; background:url(../n-img/common/gmenu_06.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_07 { width:106px; background:url(../n-img/common/gmenu_07.gif) no-repeat top left; margin-right: 1px; }
a.gmenu_08 { width:106px; background:url(../n-img/common/gmenu_08.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;
}



/*  フッター
-----------------------------------------------------------------*/
#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;
}



/* お問い合わせ
-----------------------------------------------------------------*/

#contactbox {
	margin-left:20px;
}

#container_l #contactbox p {
	margin: 10px 0 5px;
}


#contactbox div.attention {
	color: #F00;
	margin: 15px 0;
}

#container_l div.attention ul {
        margin-top:10px;
}

#container_l div.attention li {
        margin-bottom:5px;
}
#contactbox div.attention li {
	color: #F00;

}

#contactbox input {
	padding: 2px;
}

#contactbox input[ type="button" ] {
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 40px;
}

#contactbox textarea {
	width: 450px;
	margin-top: 3px;
	padding: 2px;
}

#contactbox table {
       border: 1px solid #a7a7a7;
}

#contactbox table.name {
       width: 40%;
}

#contactbox table.mail {
       width: 40%;
}


#contactbox table.naiyou {
       width: 80%;
}

#contactbox table th {
       border: 1px solid #a7a7a7;
}

#contactbox table td {
       border: 1px solid #a7a7a7;
}

