@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: #5f5f5b;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat-x;
	}

DIV#top {
	width: 889px;
	margin: 2px auto 0px;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 69px;
	width: 889px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/* サイトタイトル */
#site-title {
	width: 889px;
	margin: 0px;
	padding: 0px;
	height: 69px;
	text-align: center;
	}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	text-align: center;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: no-repeat;
	width: 889px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 31px;
	}
#main-menu .menu-item {
	background: url(../img/main-menu-list.gif) no-repeat 5px center;
	display: inline-block;
	display: -moz-inline-box;
	/display: inline;
	width: 127px;
	height: 23px;
	/zoom: 1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e6e6;
	padding-top: 6px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	display: block;
	text-decoration: none;
	width: 127px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;

	}

#main-menu A.text:active,
#main-menu A.text:hover {
	display: block;
	text-decoration: none;
	width: 127px;
	color: #b00015;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	display: block;
	text-decoration: none;
	width: 127px;
	color: #b00015;
	}
#main-menu A:hover {
	display: block;
	text-decoration: none;
	width: 127px;
	color: #b00015;
}
.menu-sepalator {
	display: inline-block;
	display: -moz-inline-box;
	/display: inline;
	/zoom: 1;
	width: 1px;
	height: 29px;
	background-image: url(../img/main-sepa.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#top-main-contents {
	width:875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/main-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 2px;
	}
/* =========================== */
/* トップコンテンツ テーブル   */
/* =========================== */
#top-cont-table1 {
	width: 692px;
	padding: 0px;
	margin: 0px 0px 5px;
	}
#top-cont-td1 {
	height: 335px;
	width: 692px;
	padding-bottom: 20px;
}
#top-cont-td2 {
	width: 182px;
	margin-top: 2px;
}
#top-cont-td3 {
	background-image: url(../img/top/info-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	width: 427px;
	padding-right: 15px;
	padding-left: 15px;
}
#top-cont-td4 {
	width: 231px;
	height: 100px;
	padding-left: 2px;
}
/* =========================== */
/* フッター                     */
/* =========================== */
/* フッターメニュー */
DIV#footer-menu {
	margin:3px auto 0px;
	padding: 0px 0px 5px;
	width: 890px;
	color: #333333;
	}
#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	margin: 0px 10px 0px 0px;
	float: left;
	padding-left: 10px;
	color: #666666;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 80%;
	color: #666666;
	text-decoration: underline;
	}
#footer-menu A:hover {
	font-size: 80%;
	color: #b00015;
	text-decoration: underline;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 890px;
	color: #000000;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	}


