@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: 93%;
	color: #1d3838;
	background-image: url(../img/bg_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

DIV#top {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 92px;
	width: 900px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 250px;
	margin: 0px;
	padding: 0px;
	height: 92px;
	}
/* ヘッターコンテンツ領域 */	
#head-wrap {
	height: 92px;
	width: 600px;
	float: right;
	}
#head-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ヘッターコンテンツ領域 */	
#header-contents {
	padding: 0px;
	margin: 0px;
	height: 60px;
	width: 600px;
	font-size: 12px;
	text-align: right;
	}
	
/* ヘッダーメニュー */
#header-menu {
	margin-top: 0px;
	width: 600px;
	text-align: right;
	height: 27px;
	margin-right: 0px;
	padding-top: 5px;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	color: #333333;
	background-image: url(../img/head-menu-mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../img/head-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	margin: 0px 10px 0px 0px;
	}
#header-menu A:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../img/head-menu-roll.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 900px;
	height: 38px;
	margin:0px auto;
	padding:0px;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 38px;
	text-align: center;
	width: 110px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	width: 3px;
	height: 42px;
	background-image: url(../img/main-menu-sepa_03.gif);
	background-repeat: no-repeat;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px;
	height: 28px;
	text-align: center;
	width: 110px;
	font-weight: bold;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 14px;
	color: #00736d;
	font-weight: bold;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #00736d;
	font-size: 14px;
	background-image: url(../img/main-menu-bg_03.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 110px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	}
#main-menu A:hover {
	color: #00736d;
	font-size: 14px;
	background-image: url(../img/main-menu-bg_03.gif);
	background-repeat: repeat-x;
	height: 28px;
	width: 110px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#top-main-contents {
	width:900px;
	padding: 0px 0px 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-bg_03.gif);
	background-repeat: repeat-y;
	}
/* =========================== */
/* トップコンテンツ テーブル   */
/* =========================== */
#top-cont {
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	table-layout:fixed;
	}
/* =========================== */
/* トップコンテンツ 左     　　*/
/* =========================== */
#top-cont-left {
	width: 545px;
	padding-bottom: 15px;
}
/* =========================== */
/* トップコンテンツ 右     　　*/
/* =========================== */
#top-cont-right {
	width: 355px;
}

#footer {
	padding: 5px 0px 20px;
	width: 900px;
	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;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #488d8d;
}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px 0px 10px;
	padding: 0px;
	width: 900px;
	color: #333333;
	}
#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#footer-menu DIV.menu-item {
	margin: 0px 15px 0px 0px;
	background-image: url(../img/footer-menu-list.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
	background-position: left center;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 80%;
	color: #1d3838;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 900px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
