@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	color: #414141;
	background-color: #a3caf1;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

DIV#top {
	width: 900px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
	background-color: #e7f1fb;
	}

	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 184px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 350px;
	padding: 0px;
	height: 184px;
	display: inline;
	margin: 0px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	height: 71px;
	width: 350px;
	color: #4c4c4c;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 0px 140px;
	}
#head-right {
	float: right;
	width: 530px;
	margin-top: 0px;
	height: 184px;
	padding-right: 10px;
}
#head-right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ヘッダーーメニュー */
#header-menu {
	width: 530px;
	text-align: right;
	height: 112px;
	display: inline;
	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;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
	padding-left: 15px;
	padding-top: 2px;
	background-image: url(../img/head-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 15px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	}
#header-menu A:hover {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	}
#main-menu {
	width: 842px;
	height: 31px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	padding-left: 38px;
	background-image: url(../img/menu-bg.gif);
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	height: 31px;
	display: inline;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 2px;
	height: 46px;
	background-image: url(../img/menu-sepa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	height: 31px;
	font-weight: normal;
	text-align: left;
	background-image: url(../img/main-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 40px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #FFF;
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/main-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 40px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #FFF;
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/main-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 40px;
	}
#main-menu A.text:hover {
	color: #fcc46e;
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/menu-list-roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 40px;
}
/* =========================== */
/* メインコンテンツ　　　　　   */
/* =========================== */
#main-contents {
	width:880px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 0px;
	}
/* =========================== */
/* トップコンテンツ テーブル   */
/* =========================== */
#top-cont {
	width: 880px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
/* =========================== */
/* トップコンテンツ 左     　　*/
/* =========================== */
#top-cont-left {
	width: 250px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
}
/* =========================== */
/* トップコンテンツ 右     　　*/
/* =========================== */
#top-cont-right {
	width: 600px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* =========================== */
/* フッター　　　　　     　　*/
/* =========================== */
#footer-layout {
	width: 900px;
	padding-top: 20px;
	clear: both;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 918px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/copy_03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* フッターメニュー */
DIV#footer-menu {
	padding: 0px 10px 20px;
	width: 880px;
	color: #0082fb;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/footer-bg-02.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	float: left;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	color: #0082fb;
	background-image: url(../img/foot-menu-sepa.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/footer_menu_sepa.jpg);
	background-repeat: no-repeat;
	height: 12px;
	overflow: hidden;
	width: 4px;
	float:left;
	margin: 0px 3px 0px 3px;
	padding: 0px 0px 2px 0px;
	background-position: left 5px;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #0082fb;
	text-decoration: none;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 880px;
	color: #636363;
	margin: 0px;
	text-align: center;
	background-image: url(../img/footer-bg-03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 10px 30px;
	font-size: 90%;
	}



