@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: #505050;
	background-image: url(../img/body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f9f4f4;
	}

DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	}
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	height: 238px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px 150px 0px;
	background-image: url(../img/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-upper {
	height: 40px;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header-upper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* サイトタイトル */
#site-title {
	width: 302px;
	margin: 0px;
	padding: 0px;
	height: 103px;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	margin: 4px 0px 0px;
	width: 545px;
	height: 15px;
	padding: 0px 0px 0px 15px;
	font-size: 12px;
	color: #626262;
	text-align: left;
	float: left;
	}
/* ヘッダーーメニュー */
#header-menu {
	width: 930px;
	text-align: right;
	height: 17px;
	font-size: 12px;
	background-image: url(../img/head-menu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 66px 0px 0px;
	padding-right: 15px;
	}
#header-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-menu DIV.menu-item {
	float: right;
	font-size: 12px;
	background-image: url(../img/head-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ef5753;
	height: 17px;
	margin: 0px 10px 0px 0px;
	padding-left: 20px;
	padding-top: 0px;
	display: inline;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #ef5753;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
#header-menu A:hover {
	color: #dbdada;
	font-size: 12px;
	text-decoration: none;
	}
#header-menu DIV.header-sepalator {
	background-image: url(../img/head-menu-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 51px;
	width: 1px;
	}
#wrap1 {
	background-image: url(../img/cont-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/* =========================== */
/* メインメニュー                  */
/* =========================== */	
#main-menu {
	width: 930px;
	height: 50px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 6px 0px 0px 15px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #ffb2b2;
	}
#main-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}	
#main-menu DIV.menu-item {
	margin:0px 3px 0px 0px;
	float:left;
	height: 50px;
	text-align: left;
	width: 150px;
	}

#main-menu DIV.menu-sepalator {
	}		
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 14px;
	color: #4a4a4a;
	text-decoration: none;
	height: 30px;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 140px;
	padding-top: 20px;
	background-image: url(../img/menu-02.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	display: block;
	}
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #fff;
	font-size: 14px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	padding-top: 20px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	}
#main-menu  A.text:hover {
	color: #FFF;
	font-size: 14px;
	background-image: url(../img/menu.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 140px;
	padding-top: 20px;
	padding-left: 5px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	}
/* =========================== */
/* コンテンツ包括                  */
/* =========================== */
#cont-wrap {
	width:945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/lay2-bg-02.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}
#cont-wrap2 {
	width:945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px 0px 0px;
	background-image: url(../img/lay2-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#cont-wrap3 {
	width:918px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px 14px 27px 13px;
	background-image: url(../img/lay2-bg-03.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
#cont-wrap3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 223px;
	padding: 0px;
	margin: 0px;
}
#sub-menu {
	width: 222px;
	margin: 0px auto 20px;
	padding: 0px;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	height: 42px;
	width: 222px;
	margin: 0px 0px 2px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #5c5c5c;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 180px;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 42px;
	font-weight: bold;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	font-size: 12px;
	color: #ef7373;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 180px;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 42px;
	font-weight: bold;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	font-size: 12px;
	color: #ef7373;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 28px;
	width: 180px;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	padding-top: 14px;
	padding-left: 42px;
	font-weight: bold;
	}	
/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:222px;
	padding-bottom: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	}
/* =========================== */
/* 右コンテンツ                 */
/* =========================== */	
#right-cont {
	float: right;
	width: 670px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 0px;
	font-size: 12px;
	width: 670px;
	margin: 0px auto;
	}
#crumb-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width:670px!important;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	}
#footer-menu {
	color: #1161e5;
	background-image: url(../img/foot-menu-cont.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 38px 45px 0px;
	height: 38px;
	width: 855px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#footer-menu DIV.menu-item {
	padding-left: 18px;
	font-size: 12px;
	color: #098429;
	background-image: url(../img/foot-menu-list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px 0px 0px;
	display: block;
	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:link,
#footer-menu A:active,
#footer-menu A:visited {
	color: #098429;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	}
	#footer-menu A:hover {
	color: #4a4b4b;
	}
/* フッターコンテンツ領域 */
#footer-contents-wrap {
	background-image: url(../img/foot-con.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #f6f3a3;
}
#footer-contents {
	width: 865px;
	margin: 0px auto;
	padding-top: 88px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 80px;
	font-size: 12px;
	background-color: #f6f3a3 !important;
	color: #515151;
	background-image: url(../img/foot-con-02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
#copy-wrap {
	background-image: url(../img/foot-copy.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
#copy {
	width: 875px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
	font-size: 10px;
}
