/**** 全体指定 ****/
body {
	font-size: 12px;
	line-height: 16px;
	color: #DBD5BD;
	background-image: url(commimg/bg01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #BE6123;
	margin: 0px;
}
/* リンク文字色指定 */
a:link {
	color: #6A0021;
	text-decoration: underline;
}
a:visited {
	color: #6A0021;
	text-decoration: underline;
}
a:hover {
	color: #BB3C4B;
	text-decoration: underline;
}
a:active {
	color: #6A0021;
	text-decoration: underline;
}
/* 黄色文字リンク文字色指定 */
a.yelink:link {
	color: #F3B707;
	text-decoration: underline;
}
a.yelink:visited {
	color: #F3B707;
	text-decoration: underline;
}
a.yelink:hover {
	color: #FFCC66;
	text-decoration: underline;
}
a.yelink:active {
	color: #F3B707;
	text-decoration: underline;
}

/**** ヘッダ ****/
.head-top-set {
	height: 300px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D88C15;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.head-top-set02 {
	height: 80px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D88C15;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(commimg/head02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.head-rogo {
	float: left;
}

.flash-area {
	height: 300px;
	width: 620px;
	float: left;
	background-color: #0C0A0A;
}
/**** メニュー ****/
.menu-area {
	background-color: #0C0A0A;
	height: 45px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	text-align: center;
}
.menu-set {
	padding-right: 1px;
}
/**** メイン ****/
.main-area {
	background-color: #0C0A0A;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
/**** フッタ ****/
.foot-area {
	background-image: url(commimg/foot_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 31px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
}
.foot-menu {
	height: 24px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	padding-top: 5px;
}
.icon01 {
	padding-right: 4px;
	padding-left: 10px;
}

/**** 中ページ共通 ****/
/* くずリスト基本パターン */
.kuzu-list {
	text-align: right;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
/* くずリスト幅の長いパターン */
.kuzu-list02 {
	text-align: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
/* ページトップへ基本パターン */
.page-top {
	text-align: right;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	color: #CC3333;
	clear: left;
	height: 20px;
}
/* ページトップへ短めのパターン */
.page-top02 {
	text-align: right;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	color: #CC3333;
	height: 20px;
}
/* 左サブメニューエリア */
.sub-area {
	width: 190px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	height: auto;
}
.sub-menu-area {
	background-color: #C8C4B0;
	background-image: url(commimg/side_area_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	width: 185px;
	color: #392C17;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sub-menu-txt {
	padding-right: 3px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 2px;
}
.sub-menu-txt02 {
	padding-left: 10px;
}
.sub-menu-img {
	padding-left: 7px;
	padding-bottom: 5px;
}
.line01 {
	height: 3px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBAD99;
	margin-bottom: 6px;
}
/* 左サブメニューエリア関連ここまで */

/* 右メインエリア */
.main-area02 {
	height: auto;
	width: 650px;
	padding-left: 15px;
	float: left;
	text-align: left;
}
/* 仕切りライン */
.line02 {
	height: 10px;
	width: 640px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E4717;
}
/* 太文字 */
.str-txt {
	font-weight: bold;
}
/* 文字 */
.main-txt01 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.red-txt {
	color: #E28976;
}
.kakaku-txt {
	text-align: right;
	height: 20px;
	width: 620px;
	padding-top: 7px;
	padding-bottom: 5px;
	color: #EBC9C7;
}
