@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: #1c1c1c;
	background-color: #0059c8;
	}
DIV#wrap{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
	}
DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 112px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(../img/head-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: 74px;
	width: 900px;
	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: 323px;
	margin: 0px 57px 0px 0px;
	padding: 0px;
	height: 74px;
	float: left;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	width: 880px;
	height: 20px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: left;
	color: #FFF;
	background-color: #0059c8 !important;
	font-weight: normal;
	}
/* ヘッダーーメニュー */
#header-menu {
	width: 880px;
	text-align: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px 10px;
	height: 18px;
	color: #393939;
	}
#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: left 5px;
	color: #393939;
	height: 13px;
	margin: 0px 0px 0px 15px;
	padding-left: 0px;
	padding-top: 0px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #393939;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu A:hover {
	color: #0059c8;
	font-size: 11px;
	text-decoration: none;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 40px;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 40px;
	text-align: center;
	width: 150px;
	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: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 30px;
	text-align: center;
	width: 140px;
	font-weight: bold;
	padding: 10px 5px 0px;
	background-image: url(../img/menu-02.gif);
	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: #0049a4;
	font-size: 14px;
	height: 30px;
	width: 140px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	display: block;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-menu  A.text:hover {
	color: #0049a4;
	font-size: 14px;
	height: 30px;
	width: 140px;
	padding-top: 10px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* メインコンテンツ            */
/* =========================== */
#main-img {
	margin: 2px auto 0px;
	padding: 0px;
	width: 900px;
	text-align: center;
}
#cont-wrap {
	width:882px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px 9px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dedede;
	border-left-color: #dedede;
	}
#cont-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main-contents {
	width:670px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: right;
	width: 203px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:200px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
/* =========================== */
/* フッター            */
/* =========================== */
/* フッターメニュー */
#footer-wrap {
	width: 100%;
	padding: 10px 0px;
	background-color: #0059c8;
	margin: 0px;
	}
#footer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
DIV#footer-menu {
	text-align: left;
	color: #FFF;
	width: 880px;
	padding: 0px 10px;
	margin: 0px auto;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	padding-left: 30px;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-right: 10px;
	display: block;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-top: 2px;
	}
#footer-menu A {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	display: block;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 880px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	font-size: 10px;
	background-image: url(../img/footer-02.gif) ;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #0059c8 !important;
	text-align: right;
	}
.top-text-box {
	background-image: url(../img/top-text-bg.jpg);
	background-repeat: no-repeat;
	padding: 75px 0px 0px 164px;
	width: 506px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	line-height: 1.8;
	height: 103px;
}
