@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
	color: #4b4b4b;
	background-image: url(../img/body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}

DIV#top {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 99px;
	width: 930px;
	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: 99px;
	width: 425px;
	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: 311px;
	margin: 0px;
	padding: 0px;
	height: 99px;
	float: left;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 0px;
	width: 201px;
	height: 41px;
	padding: 0px;
	font-size: 12px;
	text-align: left;
	float: left;
	}
/* ヘッダーーメニュー */
#header-menu {
	width: 223px;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px;
	float: left;
	height: 36px;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: left;
	font-size: 11px;
	text-align: center;
	background-image: url(../img/head-list.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	color: #434242;
	height: 13px;
	margin: 0px 20px 0px 0px;
	padding-left: 15px;
	padding-top: 0px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu A:hover {
	color: #838383;
	font-size: 11px;
	text-decoration: none;
	}
#t_searchform{
	background: url(../img/search-bg.gif) no-repeat left top;
	width: 244px;
	height: 34px;
	margin: 2px 0px 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}

#t_searchform #s{
	border: 0px;
	margin: 0px;
	padding: 2px;
	float: left;
	width: 167px;
	background-image: url(../img/search-box.gif);
	background-repeat: no-repeat;
	height: 21px;
}

#t_searchform #go{
	float: left;
}

/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 46px;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 46px;
	text-align: center;
	width: 154px;
	display: block;
	padding: 0px;
	}
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 2px;
	height: 46px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	}
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 14px;
	color: #373737;
	text-decoration: none;
	display: block;
	height: 35px;
	text-align: center;
	width: 144px;
	font-weight: normal;
	padding: 11px 5px 0px;
	background-image: url(../img/menu-03.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: #373737;
	font-size: 14px;
	height: 35px;
	width: 144px;
	padding-top: 11px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: normal;
	display: block;
	background-image: url(../img/menu-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#main-menu  A.text:hover {
	color: #373737;
	font-size: 14px;
	height: 35px;
	width: 144px;
	padding-top: 11px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: normal;
	background-image: url(../img/menu-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* メインコンテンツ            */
/* =========================== */
#main-img {
	margin: 0px auto;
	padding: 0px;
	width: 924px;
	text-align: center;
}
#cont-wrap {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 20px 0px 0px;
	}
#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: right;
	}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 240px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:240px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
/* =========================== */
/* フッター            */
/* =========================== */
/* フッターメニュー */
#footer-wrap {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	}
#footer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#page-up {
	margin: 4px 0px 0px;
	padding: 0px;
	float: right;
	height: 25px;
	width: 137px;
}
DIV#footer-menu {
	width: 600px;
	padding: 7px 10px 0px;
	margin: 0px;
	float: left;
	}
DIV#footer-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer-menu DIV.menu-item {
	padding-left: 15px;
	font-size: 12px;
	color: #ee6a00;
	margin: 0px;
	padding-right: 20px;
	display: inline;
	background-image: url(../img/foot-list.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	float: left;
	}
#footer-menu DIV.menu-sepalator {
	height: 10px;
	overflow: hidden;
	width: 1px;
	float:left;
	margin: 0px 3px;
	padding: 0px;
	background-color: #4f2245;
	}
#footer-menu A {
	color: #ee6a00;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
#footer-menu A:hover {
	color: #a4a4a4;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 910px;
	margin: 5px auto 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-color: #e8e7e7;
	clear: both;
	}
#footer-copy {
	background-image: url(../img/copy-bg.gif);
	background-repeat: repeat;
	width: 910px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	font-size: 11px;
	color: #767676;
}
