@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */
/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
BODY {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #4c4b4b;
	background-image: url(../img/body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	}

DIV#top {
	width: 930px;
	margin: 0px auto;
	padding: 3px 0px 0px;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 94px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../img/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-cont {
	padding: 0px;
	height: 29px;
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header-cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	width: 930px;
	margin: 0px;
	padding: 0px;
	height: 65px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	width: 510px;
	height: 22px;
	padding: 7px 0px 0px 20px;
	font-size: 12px;
	text-align: left;
	float: left;
	}
/* ヘッダーーメニュー */
#header-menu {
	width: 397px;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding-right: 3px;
	padding-left: 0px;
	float: right;
	height: 29px;
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 11px;
	text-align: center;
	background-image: url(../img/head-menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	height: 29px;
	margin: 0px 2px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 120px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 6px 0px 0px;
	height: 23px;
	width: 120px;
	display: block;
	}
#header-menu A:hover {
	color: #0077cb;
	text-decoration: none;
	display: block;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 924px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 3px 0px 15px 6px;
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
	background-image: url(../img/main-menu.gif);
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 44px;
	text-align: left;
	width: 145px;
	padding-right: 3px;
	padding-left: 3px;
	}
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 2px;
	height: 44px;
	background-image: url(../img/menu-02.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	}		
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 31px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 135px;
	padding-top: 13px;
	margin: 0px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #007ad1;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 31px;
	width: 135px;
	padding-top: 13px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	display: block;
	background-position: center bottom;
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(../img/menu.gif);
	}
#main-menu  A.text:hover {
	color: #007ad1;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 31px;
	width: 135px;
	padding-top: 13px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	display: block;
	background-position: center bottom;
	margin: 0px;
	padding-bottom: 0px;
	background-image: url(../img/menu.gif);
	}
/* =========================== */
/* コンテンツ包括                  */
/* =========================== */
#cont-wrap {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	}
#cont-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#sub-menu {
	width: 228px;
	margin: 0px auto 20px;
	padding: 43px 0px 0px;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top: 1px solid #bbbaba;
	border-right: 1px solid #bbbaba;
	border-bottom: none;
	border-left: 1px solid #bbbaba;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	height: 38px;
	width: 228px;
	margin: 0px;
	padding: 0px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #0372ba;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 208px;
	background-image: url(../img/sub-menu-03.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	font-size: 12px;
	color: #727272;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 208px;
	background-image: url(../img/sub-menu-02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	font-size: 12px;
	color: #727272;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 208px;
	background-image: url(../img/sub-menu-02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	}	
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 0px;
	font-size: 12px;
	width: 670px;
	margin: 0px auto 10px;
	background-image: url(../img/climb-bg.jpg);
	background-repeat: no-repeat;
	}
#crumb-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-item a {
	color: #007ad1;
	text-decoration: underline;

	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#right-contents {
	width:670px;
	padding-left: 0px;
	padding-right: 0px;
	float: right
				 }
#main-contents {
	width:670px;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	padding-right: 0px;
	padding-bottom: 20px;
	}
#page-up {
	text-align: right;
	height: 22px;
	width: 930;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	clear: both;
}
#page-up a {
	margin-right: 4px;
}
/* =========================== */
/* フッター            */
/* =========================== */
/* フッターメニュー */
#footer-wrap {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e4e4e4;
	}
#footer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
DIV#footer-menu {
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 23px;
	padding: 15px 5px 0px;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	font-size: 12px;
	color: #007ad1;
	margin: 0px;
	padding-right: 5px;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007ad1;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #007ad1;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
	#footer-menu A:hover {
	color: #51abe0;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 920px;
	margin: 20px auto 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #e4e4e4 !important;
	text-align: left;
	}
