@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: #444444;
	background-image: url(../img/pattern.gif);
	background-repeat: repeat;
	background-position: center top;
	}

DIV#top {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#wrap {
	background-image: url(../img/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	width: 872px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 192px;
	width: 872px;
	margin: 0px;
	background-image: url(../img/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#headr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	width: 872px;
	padding: 0px;
	height: 106px;
	display: inline;
	margin: 0px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	height: 23px;
	width: 872px;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	}
#head-right {
	float: right;
	width: 449px;
	margin-top: 0px;
	height: 79px;
}
#head-right:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ヘッダーーメニュー */
#header-menu {
	width: 828px;
	text-align: right;
	height: 19px;
	margin-top: 44px;
	padding-right: 22px;
	padding-left: 22px;
	}
#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;
	color: #1C7717;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 16px;
	padding-left: 15px;
	padding-top: 2px;
	background-image: url(../img/header-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: #444444;
	font-size: 11px;
	text-decoration: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;
	}
#header-menu A:hover {
	color: #fc840a;
	font-size: 11px;
	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: 870px;
	height: 41px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px;
	height: 41px;
	display: block;
	width: 123px;
	float: left;
	text-align: center;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	width: 1px;
	height: 41px;
	background-image: url(../img/main-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: 12px;
	color: #444444;
	text-decoration: none;
	height: 31px;
	font-weight: normal;
	text-align: center;
	background-image: url(../img/main-menu-03.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
	width: 123px;
	display: block;
	padding-top: 10px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/main-menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width: 123px;
	padding-top: 10px;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/main-menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width: 123px;
	padding-top: 10px;
	}
#main-menu A.text:hover {
	font-size: 12px;
	height: 31px;
	font-weight: normal;
	background-image: url(../img/main-menu.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	width: 123px;
	padding-top: 10px;
}
/* =========================== */
/* contents-wrap 　　　　　   */
/* =========================== */
#contents-wrap {
	width:870px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 302px;
	background-image: url(../img/main-img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* =========================== */
/* contents-wrap2 　　　　　   */
/* =========================== */
#contents-wrap2 {
	width:833px;
	background-image: url(../img/contents-wrap2-bg.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 17px;
}
#contents-wrap2:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:200px;
	padding: 20px 14px 50px 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
/* =========================== */
/* メインコンテンツ　　　　　   */
/* =========================== */
#main-contents {
	width:600px;
	float: right;
	}
/* =========================== */
/* フッター　　　　　     　　*/
/* =========================== */
#footer-layout {
	width: 870px;
	clear: both;
	padding-bottom: 0px;
	margin: 3px auto 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #43a0d6;
}
/* フッターメニュー */
DIV#footer-menu {
	width: 850px;
	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;
	font-size: 80%;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}
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: 20px;
	margin: 0px;
	color: #4591e3;
	}
#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: #4591e3;
	text-decoration: underline;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 870px;
	color: #666666;
	margin: 0px;
	text-align: center;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fffffd;
	padding-top: 10px;
	padding-bottom: 20px;
	}

