@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;
}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:900px;
	padding: 0px 0px 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	}
	
/* =========================== */
/* フッター                         */
/* =========================== */
#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;
	}
#top-left {
	width: 270px;
	padding-right: 10px;
}
#top-right {
	width: 591px;
}
