@charset "shift_jis";


/* リセット */
* {
	margin: 0;
	padding: 0;
}

/* 全体共通 */
body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #4C4232;
	background-image: url(images/common/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.2em;
}
p {
	margin-bottom: 0.2em;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:active,
a:hover {
	color: #FF3300;
	font-weight: bold;
}
div {
	text-align: left;
}
table {
	border: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.2em;
	color: #333333;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
.txt-black-12px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	line-height: 1.2em;
}
.txt-black-14px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #333333;
	line-height: 1.2em;
}
.txt-black-16px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #333333;
	line-height: 1.2em;
}
.txt-white-12px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.2em;
}
.txt-brown-10px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #973601;
	line-height: 1.2em;
}
.txt-brown-12px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #973601;
	line-height: 1.2em;
}
.txt-brown-16px {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 16px;
	color: #973601;
	line-height: 1.2em;
}


/* 全体共通レイアウト */
div#wrapper {
	width: 800px;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
div#header {
	width: 800px;
	margin-bottom: 16px;
	line-height: 0px;
	background-color: #000000;
}
div#contents {
	width: 800px;
	margin-bottom: 16px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
}
div#navigation {
	margin-bottom: 16px;
}
div#footer {
	width: 800px;
	height: 50px;
	color: #669966;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.2em;
	clear: both;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: center;
}


/* ヘッダー */




/* コンテンツ */




/* ナビゲーション */

div#navigationLeft ul {
	list-style-type: none;
}



/* フッター */




/* for IE5Mac */
/*\*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
