﻿@charset "utf-8";

/* =========================== */
/*                             */
/* トップ・通常ページ                    */
/* ２カラム用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px;
	padding: 0px;
}
	
BODY {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;	
	font-size:80%;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	background-color: #230e00;
	background-image: url(../img/body_back.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}

DIV#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/wrapper2_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
DIV#wrapper3 {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/wrapper_back.jpg);
	background-repeat: no-repeat;
	background-position: center 379px;
	_background-position: center 380px;
}
DIV#wrapper2 {
	margin: 0px auto;
	padding: 0px;
	background-image: url(../img/wrapper3_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

DIV#top {
	width: 900px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	}
	
/* =========================== */
/* ヘッダー                   */
/* =========================== */
#header-layout {
	width: 780px;
	height: 92px;
	_height: 92px;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../img/header_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* サイトタイトル */
#site-title {
	float:left;
	width: 220px;
	margin: 0px 0px;
	padding: 30px 0px 0px 15px;
	}
#site-title A IMG {
	border: none;
	}
/* ヘッターコンテンツ領域 */	
#header-contents {
	float:right;
	margin: 0px 0px;
	width: 530px;
	line-height: 1.5em;	
	padding: 15px 10px 0px 0px;
	}
/* ヘッダーメニュー */
#header-menu {
	float:right;
	margin: 0px 0px;
	width: 530px;
	padding: 3px 5px 0px 0px;
	}
#header-menu DIV.menu-item {
	float: right;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #491f04;
	padding: 0px 15px 0px 15px;
	font-size: 83%;
	}
	
/* ヘッダーメニュー内のリンク */
#header-menu A:link,
#header-menu A:focus,
#header-menu A:visited {
	color: #491f04;
	text-decoration: none;
	}
#header-menu A:active,
#header-menu A:hover {
	color: #491f04;
	text-decoration: underline;
	}
#header-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* =========================== */
/* メイン                  */
/* =========================== */
DIV#main-layout {
	clear: both;
	width: 760px;
	height: 100%;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	_padding: 0px 10px 0px 10px;
	background-color: #ffffff;
	}
DIV#contents-layout {
	float:right;
	width: 540px;
	margin: 0px auto;
	padding: 0px 0px;
	}

DIV#side-layout {
	float:left;
	width: 200px;
	margin: 0px auto;
	padding: 0px 0px;
	}

#main-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* メインイメージ                 */
/* =========================== */
#main-img {
	clear: both;
	width: 780px;
	height: 286px;
	margin:0px auto;
	padding: 0px 0px;
	}

/* =========================== */
/* メインメニュー                  */
/* =========================== */			
#main-menu {
	clear: both;
	width: 780px;
	height: 58px;
	margin:0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../img/menu_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
	
#main-menu DIV.menu-item {
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	height: 46px;
	width: 129px;
	}
	
#main-menu DIV.menu-sepalator {
	margin:0px;
	padding:0px;
	float:left;
	background-image: url(../img/menu_sepa.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 1px;
	height: 46px;
	}
	
#main-menu  A.text:link,
#main-menu  A.text:visited {
	font-size:85%;
	color: #ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	display: block;
	padding: 20px  0px 0px 0px;
	height: 26px;
	text-align: center;
	line-height: 1em;	
	margin: 0px;
	width: 129px;
	font-weight:bold;
	}

#main-menu A.text:active,
#main-menu A.text:hover {
	color: #6c3f21;
	background-image: url(../img/menu_rollover.gif);
	background-repeat:repeat-x;
	background-position: center top;
	}
	
#main-menu A.active:link,
#main-menu A.active:visited,
#main-menu A.active:active,
#main-menu A.active:hover {
	color: #6c3f21;
	background-image: url(../img/menu_rollover.gif);
	background-repeat: repeat-x;
	background-position: center top;
	}
/* =========================== */
/* サブメニュー                  */
/* =========================== */			
div#sub-menu {
	width: 200px;
	margin: 0px auto;
	padding: 41px 0px 20px 0px;
	background-image: url(../img/sub_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	}

#sub-menu DIV.menu-item {
	margin:0px 0px;
	padding:0px 0px;
	width: 200px;
	height: 36px;
	_height : 36px;
	}
	
#sub-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	height: 0px;
	overflow:hidden;
	}
	
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 90%;
	color: #663719;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 9px 0px 0px 30px;
	height: 27px;
	_height : 27px;
	text-align: left;
	font-weight:bold;
	background-image: url(../img/sub_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #663719;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	color: #663719;
	background-image: url(../img/sub_menu_rollover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list x:-moz-read-only {
	width:510px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	font-size: 83%;
	color: #230e00;
	}
#crumb-list {
	width:510px;
	margin: 0px auto;
	padding: 5px 0px 0px 0px;
	font-size: 83%;
	color: #230e00;
	}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color:#230e00;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 0px auto 0px;
	}

#crumb-list A:link {
	color: #230e00;
	text-decoration:none;
	}
#crumb-list A:visited {
	color: #230e00;
	text-decoration:none;
	}
#crumb-list A:active,
#crumb-list A:focus,
#crumb-list A:hover {
	color: #230e00;
	text-decoration:underline;
	}
#crumb-list:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/* =========================== */
/* サイドコンテンツ                 */
/* =========================== */
#side-contents {
	clear: both;
	width:200px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	}
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:540px;
	margin: 0px auto; 
	padding: 10px 0px 20px 0px;
	}

/* =========================== */
/* フッター                         */
/* =========================== */

/* ページの先頭へ */
#goto-pagetop {
	clear: both;
	width:740px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
	text-align: right;
	background-color: #ffffff;
	}

#footer-layout {
	clear:both;
	width:780px;
	margin: 0px auto; 
	padding: 0px 0px 0px 0px; 
	_padding: 0px 0px 0px 0px; 
	background-color: #230e00;
	}

/* フッターメニュー */
#footer-menu {
	width:760px;
	height: 20px;
	margin:0px auto;
	padding: 10px 10px 6px 10px;
	}
#footer-menu DIV.menu-item {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	background-image: url(../img/header_menu_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	font-size: 83%;
	}
#footer-menu DIV.menu-sepalator {
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 0px;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer-menu A:link,
#footer-menu A:focus,
#footer-menu A:visited {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -0.2mm;
	}
#footer-menu A:active,
#footer-menu A:hover {
	color: #ffffff;
	text-decoration: underline;
	letter-spacing: -0.2mm;
	}

/* フッターコンテンツ領域 */
#footer-contents {
	width:780px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	background-color: #230e00!important;
	}
#copy-layout:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}


