@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	padding: 0px;
	margin-bottom: 2px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #fff7e9;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: 12px;
　　　　　color: #666666;
	}

DIV#top {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header {
	margin: 0px;
	padding: 0px;
	height: 83px;
	width: 900px;
}
/* サイトタイトル */
#site-title {
	float: left;
	width: 541px;
	margin: 0px;
	padding: 0px;
	height: 83px;
	}

/* ヘッターコンテンツ領域 */	
#header-contents {
	float: right;
	width: 359px;
	margin: 0px;
	padding: 0px;
	height: 52px;
	display: inline;
	}
	
/* ヘッダーメニュー */
#header-menu {
	height: 32px;
	width: 350px;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: right;
	float: right;
	}
#header-menu DIV.menu-item {
	float: left;
	background-image: url(../img/head-arrow.gif);
	background-repeat: no-repeat;
	color: #ecb888;
	padding: 0px 20px 0px 18px;
	background-position: left 5px;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:active,
#header-menu A:visited,
#header-menu A:focus {
	color: #ecb888;
	font-size: 12px;
	text-decoration: none;
	}
#header-menu A:hover {
	color: #cf4d7f;
	font-size: 12px;
	text-decoration: none;
}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	width: 900px;
	height: 31px;
	margin:0px auto;
	padding:0px;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px;
	float:left;
	width: 127px;
	height: 31px;
	background-image: url(../img/main-menu-bg.gif);
	background-repeat: repeat-x;
	display: inline;
	vertical-align: top;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/main-menu-sepa.gif);
	background-repeat: no-repeat;
	width: 1px;
	height: 31px;
	display: inline;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 127px;
	padding: 5px 0px 0px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 127px;
	padding: 5px 0px 0px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
	}

#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	display: block;
	width: 127px;
	padding: 5px 0px 0px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
	background-image: url(../img/main-menu-roll.gif);
	background-repeat: repeat-x;
	}
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:900px;
	padding: 0px 0px 5px;
	margin-top: 10px;
margin-right: auto;
	margin-left: auto;
	}
	
/* =========================== */
/* フッター                         */
/* =========================== */
#footer-layout {
	clear:both;
	width:900px;
	margin: 0px; 
	padding: 0px; 
	}
/* フッターメニュー */
DIV#footer-menu {
	margin:0px auto;
	padding: 0px 10px;
	height: 20px;
	width: 880px;
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px auto;
	padding: 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: 12px;
	color: #ecb888;
	text-decoration: none;
	}
#footer-menu A:hover {
	font-size: 12px;
	color: #cf4d7f;
	text-decoration: none;
	}
/* フッターコンテンツ領域 */
#footer-contents {
	clear: both;
	background-color: #ecb888;
	width: 895px;
	height: 56px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-weight: bold;
	}
#top-left {
	width: 276px;
	padding: 0px 0px 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-left p {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#top-right {
	width: 610px;
	float: right;
	padding-bottom: 20px;
}
#bottom {
	background-color: #FFFFFF;
	width: 879px;
	clear: both;
	border: 1px solid #f5dbc3;
	padding: 10px;
}

