@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー縦用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 2px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 80%;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #333333;
	}

DIV#top {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	background-image: url(../img/header-bg.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	}
/* ヘッターコンテンツ領域 */	
#head-right {
	width: 500px;
	float: right;

	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	padding: 0px;
	height: 35px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	}
	
/* ヘッダーメニュー */
#header-menu {
	height: 39px;
	margin-top: 6px;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/head-menu-bg.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 0px;
	font-size: 12px;
	height: 27px;
	width: 126px;
	text-align: center;
	margin: 0px 0px 0px 2px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #4c4c4c;
	font-size: 12px;
	text-decoration: none;
	}
#header-menu A:hover {
	color: #f7b400;
	font-size: 12px;
	text-decoration: none;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	width: 900px;
	height: 36px;
	margin:0px auto;
	padding:0px;
	background-repeat: repeat-x;
	background-image: url(../img/main-menu.gif);
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	float:left;
	height: 36px;
	background-image: url(../img/main-menu.gif);
	background-repeat: repeat-x;
	text-align: center;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	width: 1px;
	height: 36px;
	background-color: #FFFFFF;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px;
	height: 26px;
	text-align: center;
	width: 111px;
	font-weight: normal;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	color: #4c4c4c;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #4c4c4c;
	font-size: 12px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
	}
#main-menu A:hover {
	color: #4c4c4c;
	font-size: 12px;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
}
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */
#cont {
	background-color: #FFFFFF;
	width: 876px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 20px;
}
/* =========================== */
/* サイドボックス                   */
/* =========================== */
#side {
	width: 210px;
	float: left;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 210px;
	padding: 0px;
	margin: 0px 0px 15px;
	}
#sub-menu DIV.menu-item {
	width: 210px;
	vertical-align: middle;
	background-image: url(../img/sub-menu-bg.gif);
	background-repeat: no-repeat;
	height: 43px;
	}
#sub-menu DIV.menu-sepalator {
	height:0;
	overflow:hidden;
	}
#sub-menu A {
	font-size: 12px;
	color: #4c4c4c;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 18px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active {
	}
#sub-menu A:hover {
	width: 210px;
	vertical-align: middle;
	background-image: url(../img/sub-menu-roll.gif);
	background-repeat: no-repeat;
	height: 43px;
	_margin-right:-18px;
	_margin-bottom:-7px;
	}
	
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	width:200px;
	padding: 0px 0px 20px;
	text-align: center;
	}
/* =========================== */
/* メインボックス                  */
/* =========================== */	
#main {
	width: 650px;
	float: right;
	padding: 0px 0px 20px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width:650px;
	padding: 0px;
	font-size: 80%;
	}
#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;
	clear: both;
	width: 650px;
	margin: 0px;
	}

	
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:100%;
	margin: 10px 0px 0px;
	padding: 10px 0px 0px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px auto;
	padding: 0px 0px 0px 17px;
	width: 883px;
	height: 25px;
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px;
	padding: 0px 0px 0px 23px;
	background-image: url(../img/footer-menu.gif);
	background-repeat: no-repeat;
	}
#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;
	}
#footer-menu A:link,
#footer-menu A:active,
#footer-menu A:visited {
	font-size: 90%;
	color: #333333;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 48px;
	font-size: 90%;
	clear: both;
	text-align: right;
	padding-right: 17px;
	color: #333333;
	padding-top: 12px;
	}
