@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */
/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #444444;
	background-color: #3581d5;
	}
DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 96px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-cont {
	padding: 0px;
	height: 96px;
	width: 460px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#header-cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	width: 390px;
	margin: 0px;
	padding: 5px 0px 0px;
	height: 91px;
	float: left;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	width: 451px;
	height: 52px;
	padding: 0px 9px 0px 0px;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	float: right;
	}
/* ヘッダーーメニュー */
#header-menu {
	width: 358px;
	text-align: right;
	font-size: 12px;
	margin: 10px 42px 0px 0px;
	padding: 0px;
	height: 18px;
	color: #5a5a5a;
	float: right;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/head-list.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	color: #5a5a5a;
	height: 13px;
	margin: 0px 0px 0px 15px;
	padding-left: 20px;
	padding-top: 0px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #5a5a5a;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu A:hover {
	color: #003d6c;
	font-size: 12px;
	text-decoration: none;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 918px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 2px 0px 0px;
	height: 48px;
	background-image: url(../img/menu-03.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 48px;
	text-align: center;
	width: 153px;
	display: block;
	padding: 0px;
	}
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 2px;
	height: 38px;
	background-image: url(../img/menu-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	float: left;
	}
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #454e61;
	text-decoration: none;
	display: block;
	height: 36px;
	text-align: center;
	width: 143px;
	font-weight: normal;
	padding: 12px 5px 0px;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #006edb;
	font-size: 12px;
	height: 36px;
	width: 143px;
	padding-top: 12px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: normal;
	display: block;
	background-image: url(../img/menu-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-menu  A.text:hover {
	color: #006edb;
	font-size: 12px;
	height: 36px;
	width: 143px;
	padding-top: 12px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: normal;
	background-image: url(../img/menu-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* コンテンツ包括                  */
/* =========================== */
#cont-wrap {
	width:920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 14px 0px 0px;
	background-color: #FFF;
	}
#cont-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-up {
	text-align: right;
	height: 30px;
	width: 910;
	padding: 30px 10px 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#page-up a {
	text-decoration: none;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#sub-menu {
	width: 224px;
	margin: 0px auto 10px;
	padding: 3px;
	background-color: #1e76ce;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	height: 32px;
	width: 224px;
	margin: 0px 0px 2px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 22px;
	width: 207px;
	background-image: url(../img/sub-menu-02.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 17px;
	}
#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: #1e76ce;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 22px;
	width: 207px;
	background-image: url(../img/sub-menu-02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 17px;
	font-weight: normal;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	font-size: 12px;
	color: #1e76ce;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 22px;
	width: 207px;
	background-image: url(../img/sub-menu-02.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 17px;
	font-weight: normal;
	}	
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 5px 10px 0px;
	font-size: 12px;
	width: 650px;
	margin: 0px auto 5px;
	}
#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: #1e76ce;
	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;
	padding-right: 0px;
	padding-bottom: 20px;
	}
/* =========================== */
/* フッター            */
/* =========================== */
/* フッターメニュー */
#footer-wrap {
	width: 100%;
	padding: 5px 0px 0px;
	background-color: #3581d5;
	margin: 0px;
	}
#footer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
DIV#footer-menu {
	text-align: left;
	color: #FFF;
	width: 920px;
	padding: 0px;
	margin: 0px auto 5px;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	padding-left: 18px;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-right: 15px;
	display: block;
	background-image: url(../img/foot-menu.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	float: left;
	padding-top: 0px;
	}
#footer-menu A {
	color: #b4e5ff;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display: block;
	}
/* フッターコンテンツ領域 */
#footer-cont-wrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4f9eec;
}
#footer-contents {
	width: 920px;
	margin: 0px auto;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
	background-color: #3581d5 !important;
	text-align: center;
	}
