@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: 'ＭＳ Ｐゴシック';
	background: #ffffff;
	line-height: 1.2em;	
	font-size: 80%;
	margin: 0px auto;
	padding: 0px;
	}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0;
	background: url(/asset/00057/site_shared/season-img/season-img.jpg) no-repeat right top;
	}

DIV#top {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */

/* サイトタイトル */
#site-title {
	float: left;
	width: 400px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	}

/* ヘッターコンテンツ領域 */	
#header-contents {
	clear: both;
	width: 800px;
	margin: -30px 0px 0px 0px;
	padding: 0px;
	}
	
/* ヘッダーメニュー */
#header-menu {
	float: right;
	width: 400px;
	height: 57px;
	padding: 5px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(/asset/00057/site_shared/dummy.gif);
	background-repeat: no-repeat;
	color: #0000ff;
	padding: 0 5px 0 20px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #0000ff;
	font-size: 9pt;
	text-decoration: none;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 800px;
	height: 28px;
	background-image: url(/asset/00057/site_shared/img/menu_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;	
	}	
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	float:left;
	width: 132px;
	height: 28px;
	_height : 28px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:right;
	background-image: url(/asset/00057/site_shared/img/menu_sepa.jpg);
	background-repeat: no-repeat;
	width: 1px;
	height: 28px;
	_height : 28px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	display: block;
	width: 132px;
	padding: 6px 0 0 0;
	height: 22px;
	_height : 22px;
	text-align: center;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 10pt;
	color: #ffffff;
	background: url(/asset/00057/site_shared/img/menu_over.jpg) repeat-x;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #ffffff;
	background: url(/asset/00057/site_shared/img/menu_over.jpg) repeat-x;
	}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	float:right;
	width:800px;
	padding: 10px 0px;
_display:inline;
	}
	
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:800px;
	margin: 0px auto; 
	padding: 0px; 
	background: url(/asset/00057/site_shared/img/footer.jpg) repeat-x top;
	}
DIV#footer-menu {
	margin:0px;
	padding: 10px 0px 0px 20px;
	text-align: center;
	}
#footer-menu DIV.menu-item {
	height: 12px;
	display: inline;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	}
#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: 8pt;
	color: #000F49;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	clear: both;
	}

