@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */
/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 2pt;
	padding: 0px;
}
	
BODY {
	font-family: "メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.4;
	margin: 0px;
	padding: 9px 0px;
	width: 100%;
	font-size: 80%;
	color: #535353;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	}

DIV#top {
	width: 750px;
	margin: 0px auto;
	padding: 10px 25px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	width: 740px;
	padding: 0px;
	margin: 0px auto;
	height: 66px;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 445px;
	margin: 0px;
	padding: 0px;
	height: 66px;
	}
/* ヘッターコンテンツ領域 */	
#head-right {
	float: right;
	width: 290px;
	text-align: right;

	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	padding: 0px;
	text-align: right;
	margin: 0px;
	height: 66px;
	width: 290px;
	}
	
/* ヘッダーメニュー */
#header-menu {
	margin-top: 0px;
	padding-top: 0px;
	width: 290px;
	height: 20px;
	text-align: right;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/head-menu.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px;
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 0px 3px;
	color: #666666;
	background-position: left top;
	width: 80px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:hover,
#header-menu A:focus
 {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	}
/* =========================== */
/* メインメニュー                 */
/* =========================== */
#main-menu {
	width: 739px;
	height: 34px;
	margin:5px auto 0px;
	padding:0px;
	border: 1px solid #cccccc;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: repeat-x;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 34px;
	text-align: center;
	width: 147px;
	padding: 0px;
	}
#main-menu DIV.menu-sepalator {
	background-image: url(../img/main-menu-sepa.gif);
	background-repeat: no-repeat;
	height: 34px;
	overflow: hidden;
	width: 1px;
	float:left;
	margin: 0px;
	padding: 0px;
	}
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px;
	height: 24px;
	text-align: center;
	width: 147px;
	font-weight: normal;
	margin: 0px;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	color: #FFFFFF;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	width: 147px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
	}
#main-menu A:hover {
	color: #FFFFFF;
	font-size: 12px;
	height: 24px;
	width: 147px;
	padding-top: 10px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
}
/* =========================== */
/* コンテンツ領域             */
/* =========================== */
#contents {
	width:750px;
	padding: 0px 0px 30px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/contents-bg.gif);
	background-repeat: repeat-y;
	background-position: 5px;
	}
#contents:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	width:190px;
	padding: 0px 0px 10px;
	float: left;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #acd03b;
	margin-top: 0px;
	margin-left: 5px;
	display: inline;
	}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 190px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	height: 36px;
	width: 190px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu A {
	font-size: 12px;
	color: #7c7c7c;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 30px;
	}
#sub-menu A SPAN {
	}
#sub-menu A:active {
	vertical-align: middle;
	background-image: url(../img/sub-roll.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 160px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	color: #7c7c7c;
	font-weight: normal;
	}
#sub-menu A:hover {
	vertical-align: middle;
	background-image: url(../img/sub-roll.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 160px;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	color: #7c7c7c;
	font-weight: normal;
	}	
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:190px;
	padding: 0px;
	text-align: center;
	margin: 0px;
	}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	padding: 0px;
	font-size: 80%;
	margin: 5px auto;
	width: 740px;
	color: #535353;
	}
#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 {
	padding: 0px;
	width: 545px;
	margin: 0px;
	float: right;
	display: inline;
	}

/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	width:740px;
	margin: 10px auto 0px;
	padding: 0px;
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px;
	padding: 0px 23px;
	width: 694px;
	height: 30px;
	}
#footer-menu DIV.menu-item {
	margin: 0px 15px 0px 0px;
	float: left;
	padding-left: 0px;
	padding-top: 2px;
	}
#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 {
	text-decoration: none;
	letter-spacing: -0.2mm;
	color: #626262;
	font-size: 90%;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 740px;
	text-align: center;
	margin: 0px;
	padding: 17px 0px 0px;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	height: 50px;
	background-position: center top;
	}
