/* /////////////////////////////////////////// */
/* 共通スタイルシート
/* /////////////////////////////////////////// */
.primary-1 { background-color: #0143A6 }
.primary-2 { background-color: #1E457E }
.primary-3 { background-color: #002D6E }
.primary-4 { background-color: #80B3FF }
.primary-5 { background-color: #E6F0FF }


* {
	font-size:100%;
	line-height:1.6;
	margin:0px;
	padding:0px;
	list-style:none;
}
body {
	font-size:0.8em;
	color:#333333;
	background-color:#003366;
/* ▼font-family は指定しなくてもよいです。*/
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',Osaka,Verdana,Arial, Helvetica, sans-serif;
}
img {
	border:none;
	vertical-align:top;
}

/* /////////////////////////////////////////// */
/* 構造
/* /////////////////////////////////////////// */

#wrapper {
	width: 100%;
	text-align:left;
	background-color:#FFFFFF;
}
#header {
	width: 100%;
	text-align:center;
	background:#003366 url(../images/header_bg.jpg) repeat-x top left;
}
#headerInner {
	width: 100%;
	background:url(../images/header_body.jpg) no-repeat top center;
}
#headerBody {
	width: 840px;
	height:105px;
	margin:0px auto;
}
#header #site_title {
	float:left;
	margin:35px 0px 0px 0px;
	width: 500px;
	text-align:left;
}
#header #site_title h1, 
#header #site_title p {
	color:#FFFFFF;
	font-size:24px;
	font-weight: bold;
}
#headerSearch {
	float:right;
	width: 240px;
	margin:50px 0px 0px 0px;
}
#headerSearch input{
	vertical-align:middle;
}
#searchBox {
	width: 140px;
	margin-right: 5px;
}
#headerBody:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* //////////////////////////////////// */
/* トップページ
/* //////////////////////////////////// */
#topcontents {
	float: left;
	/*width: 590px;*/
	width: 840px;
}
#topinfo {
	/*float: right;*/
	/*width: 590px;*/
	padding: 4px;
	border: #C2D4E1 1px solid;
	width: 830px;
	margin-bottom:10px;
}
#topinfo h2 {
	background-color: #D1DEE8;
	padding: 3px 5px;
}
#topimage {
	background: url(../images/bg_dot.gif);
	padding: 4px;
	border: #C2D4E1 1px solid;
	width: 830px;
	margin-bottom: 10px;
}
dl.info {
	background-color: #EEF3F7;
	padding: 10px;
}
dl.info dt {
	font-size: 80%;
	border-bottom: #BCD0DF 1px dotted;
}
dl.info dd {
	margin-bottom: 5px;
}

/* /////////////////////////////////////////// */
/* グローバルナビ
/* 
/* 横幅840px　ナビ7個の場合は下記の設定ですが、
/* ナビの数を変更したい場合は「#global_nav li a」を変更します。
/* 
/* ナビ6個の場合　width:109px;　→　width:129px;
/* ナビ5個の場合　width:109px;　→　width:157px;
/* 
/* 横幅840px　÷　ナビの数　−　11px（padding＋border）
/* 割りきれるナビの数で調整してください。
/* 
/* /////////////////////////////////////////// */

#global_nav {
	clear:both;
	width:840px;
	margin:0px auto;
}
#global_nav ul {
	border-left:#001C56 1px solid;
	background-color:#003366;
	width:840px;
}
#global_nav li {
	float:left;
	background:#005BA3  url(../images/menu_off.jpg) repeat-x top left;
	border-right:#001C56 1px solid;
}
#global_nav li.li_here {
	background:#000A41 url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
/* ▼ナビの個数を変更する場合は、ここを変更 */
#global_nav li a{
	width:129px;/*109px->129*/
	display:block;
	padding: 10px 5px 5px 5px;
}
#global_nav li a:hover{
	background:#000A41 url(../images/menu_on.jpg) repeat-x top left;
	color:#FFFFFF;
}
#global_nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	line-height: 0;
}

/* /////////////////////////////////////////// */
/* メイン
/* /////////////////////////////////////////// */

#mainLeft {
	clear:both;
	width:100%;
	background:url(../images/body_left.jpg) repeat-y top left;
}
#mainRight {
	width:100%;
	background:url(../images/body_right.jpg) repeat-y top right;
}
#main {
	width:840px;
	margin: 0px auto;
	padding-top: 5px;
}
#contents {
	width:840px;
	margin: 0px auto;
}

/* /////////////////////////////////////////// */
/* パンクズ
/* /////////////////////////////////////////// */

#pankuzu {
	margin: 5px 0px;
	color: #7AA1BF;
}

/* /////////////////////////////////////////// */
/* ローカルナビ
/* /////////////////////////////////////////// */

#local_nav {
	width: 230px;/*230px->180px*/
	float: left;
}
#nav_box {
	background: url(../images/bg_dot.gif);
	padding: 4px;/*4->2*/
	border: #C2D4E1 1px solid;
	width: 220px;/*220px->170px*/
}
#nav_box h2 {
	color: #00315C;
	background: #F2EDEA url(../images/lnav_bg.jpg) repeat-x top left;
	padding: 3px 5px;
	width: 210px;/*210px->160px*/
}
#nav_box ul {
	background-color: #FFFFFF;
	padding-bottom: 5px;/*15->10*/
}
#nav_box ul li {
	padding: 4px 5px 4px 20px;/*8,5,8,20*/
	margin: 0px 5px;
	border-bottom: #BCD0DF 1px dotted;
	background: url(../images/lnav_icon.gif) no-repeat 8px 10px;/*8,15*/
}
#maincontents {
	width: 590px;
	/*width: 830px;*/
	float: right;
}


/* /////////////////////////////////////////// */
/* ページトップ
/* /////////////////////////////////////////// */

#pagetop {
	width:840px;
	clear: both;
	margin: 0px auto;
	padding: 30px 0px 0px;
	text-align:right;
}

/* /////////////////////////////////////////// */
/* フッター
/* /////////////////////////////////////////// */

#footer {
	width:100%;
	margin: 0px auto;
	color:#FFFFFF;
	background:url(../images/footer_bg.jpg) repeat-x top left;
}
#footerInner {
	width:840px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

/* /////////////////////////////////////////// */
/* トップページ
/* /////////////////////////////////////////// */

#table_top {
	width:840px;
	margin: 0px auto 0px  auto;
}
#table_left {
	float:left;
	width:400px;
}
#table_right {
	float:right;
	width:400px;
}

/* /////////////////////////////////////////// */
