@charset "Shift_JIS";

/* 全体構造
---------------------------------------------------- */
body {
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #73532C;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #AA987C;
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	line-height: 1.3em;
}
table {
	text-align: left;
}

#frame {
	width: 764px;
	border: 1px solid #242020;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FAF7E6;
}

/* ヘッダ
---------------------------------------------------- */
#header {
	background-image: url(../images/header_bg.gif);
	height: 66px;
	width: 764px;
	background-repeat: no-repeat;
}
#navi {
	width: 764px;
}

/* コンテンツ
---------------------------------------------------- */
#contents {
	padding-bottom: 20px;
	padding-top: 8px;
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAF7E6;
	text-align: left;
}
/* フッタ
---------------------------------------------------- */
#footer {
	text-align: center;
}
#footer #menu {
	text-align: center;
	font-size: small;
}
#footer #copy {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	text-align: center;
	height: 75px;
	width: 764px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.f14 {
	font-size: larger;
	line-height: 1.6em;
}
.f10 {
	font-size: small;
}

/* リンク
---------------------------------------------------- */
a:link {
	color:#574C4C;
	text-decoration:underline;
}
a:visited {
	color:#574C4C;
	text-decoration:underline;
}
.white {
	color: #FFFFFF;
}

a:hover {
	color:#BCAA72;
	text-decoration:underline;
}
.f10red {
	font-size: small;
	color: #BE3F3F;
}


a.menu:link {
	color:#1A0202;
	text-decoration:none;
}
.subnavimenu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: 90775A;
	border-bottom-color: 90775A;
	border-left-color: 90775A;
	width: 178px;
	padding-bottom: 4px;
}
a.menu:visited {
	color:#1A0202;
	text-decoration:none;
}
a.menu:hover {
	color:#574C4C;
	text-decoration:underline;
}
/* ナビゲーション
---------------------------------------------------- */
#subnavi {
	float: left;
	width: 180px;
	height: auto;
}
#main {
	width: 530px;
	height: auto;
	float: left;
}
.menuset {VISIBILITY:hidden;}
.red {
	color: #BE3F3F;
}
