BODY {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 14px;
	color: #ff0000;
	background-color: #55514f;
	padding: 0px;
	margin: 0px;
}
a {
	color: #ab805d;
	text-decoration: underline;
}
a:hover {
	color: #ab805d;
	text-decoration: none;
}
a.nd {
	text-decoration:none;
}
a.nd:hover {
	text-decoration:none;
}
.top_area {
	background-color: #3c3430;
	height: 70px;
}
.body_area {
	background-color: #fff;
}
#page {
	background-color: #fff;
	width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	margin-top: -70px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
	color: #674c3c;
	z-index: 999;
	position: relative;
}
/**********/
#page .lang_panel {
	float: left;
	margin-left: 30px;
	margin-top: 22px;
}
#page .lang_panel IMG {
	margin-right: 15px;
}
#page .lang_panel SPAN {
	background-image: url("../pics/lang_arrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 12px;
	cursor: pointer;
}
#page .lang_panel SPAN I {
	border-bottom: dotted 1px;
	font-style: normal;
}
#page .lang_panel .sel {
	display: none;
	z-index: 1000;
}
#page .lang_panel:hover .sel {
	display: block;
	position: absolute;
	top: 2px;
	left: 30px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
	padding: 20px;
	padding-bottom: 15px;
}
#page .lang_panel:hover .sel A {
	display: block;
	padding-bottom: 5px;
	text-decoration: none;
	color: #674c3c;
}
#page .lang_panel:hover .sel A:hover {
	text-decoration: none;
	color: #ab805d;
}
/**********/
#page .top_navi {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
}
#page .top_navi A {
	text-decoration: none;
	color: #674c3c;
	margin-left: 20px;
	margin-right: 20px;
}
#page .top_navi A:hover {
	text-decoration: underline;
	color: #ab805d;
}
/**********/
#page .jolly {
	width: 1000px;
	height: 280px;
	clear: both;
	padding-top: 15px;
}
/**********/
#page .slogan {
	margin-top: 5px;
	background-color: #3c342f;
	color: #fff;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
/**********/
#page #lc {
	float: left;
	width: 300px;
	vertical-align: top;
	margin-bottom: 50px;
}
#page #lc .logo {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background-image: url("../pics/logo.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 70px;
}
#page #lc UL.navi_block {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
/**/
#page #lc UL.navi_block LI {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #f4f2f0;
}
#page #lc UL.navi_block LI a {
	text-decoration: none;
	color: #674c3c;
}
#page #lc UL.navi_block LI a:hover {
	text-decoration: underline;
	color: #ab805d;
}
/**/
#page #lc UL.navi_block LI.header {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 15px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #3c3430;
	text-transform: uppercase;
	background-image: url("../pics/ul_li_header.gif");
	background-position: 270px center;
	background-repeat: no-repeat;
	font-weight: 300; /*300,400,700 light,normal,bold*/
}
#page #lc UL.navi_block LI.header a {
	text-decoration: none;
	color: #fff;
}
#page #lc UL.navi_block LI.header a:hover {
	text-decoration: none;
	color: #e0b28d;
}
/**/
#page #lc UL.navi_block LI.current {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #f4f2f0;
	background-image: url("../pics/ul_li_current.gif");
	background-position: 270px center;
	background-repeat: no-repeat;
}
#page #lc UL.navi_block LI.current a {
	text-decoration: none;
	color: #674c3c;
}
#page #lc UL.navi_block LI.current a:hover {
	text-decoration: underline;
	color: #ab805d;
}
/*****/
#page #cc {
	float: left;
	vertical-align: top;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 30px;
	width: 600px;
}
#page #cc .page_navi {
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: right;
	width: 600px;
}
#page #cc .page_navi A {
	text-decoration: none;
	color: #3c3430;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700; /*300,400,700 light,normal,bold*/
}
#page #cc .page_navi A:hover {
	text-decoration: underline;
	color: #ab805d;
}
/**********/
#page #cc H1 {
	color: #000;
	font-size: 36px;
	font-weight: normal;
}
/********************/
#page #four {
	clear: both;
	padding-bottom: 30px;
}
#page #four .block {
	display: inline-block;
	width: 183px;
	margin-left: 2px;
	margin-right: 2px;
	background-color: #f4f2f0;
	border-top: solid 5px #664b3c;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
#page #four .block STRONG {
	display: block;
	font-size: 18px;
	font-weight: 700; /*300,400,700 light,normal,bold*/
	padding-bottom: 15px;
	color: #3c3430;
}
/********************/
#foot_area {
	background-color: #55514f;
	margin-top: -210px;
	padding-top: 200px;
	z-index: 998;
	position: relative;
}
#foot_area #foot {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}
#foot_area #foot .navi {
	float: left;
	padding-bottom: 30px;
	padding-left: 30px;
}
#foot_area #foot .navi A {
	color: #c7c3b7;
}
#foot_area #foot .cr {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
	color: #f4f2f0;
	font-size: 12px;
}
#foot_area #foot .cr A {
	color: #f4f2f0;
	text-decoration: none;
}
#foot_area #foot .cr A IMG {
	border: 0px;
}
/*****************************************/
#sendform {
	margin: 0px;
	padding: 0px;
	}
#sendform FORM {
	margin: 0px;
	padding: 0px;
	}
#sendform FORM input.field {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 14px;
	color: #674c3c;
	border: solid 1px #b3aaa4;
	padding: 5px;
	}
#sendform FORM textarea.field {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 14px;
	color: #674c3c;
	border: solid 1px #b3aaa4;
	padding: 5px;
	}
#sendform FORM select.field {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 14px;
	color: #674c3c;
	border: solid 1px #b3aaa4;
	padding: 5px;
	}
#sendform FORM input.button {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /*300,400,700 light,normal,bold*/
	font-size: 14px;
	color: #FFF;
	border: solid 1px #2b2420;
	padding: 5px;
	background-color: #3c342f;
	text-transform: uppercase;
	margin-left: 30px;
	}
#sendform FORM input.button:hover {
	background-color: #6b4e3c;
	border: solid 1px #6b4e3c;
	cursor: pointer;
	}
/****************************************/
#paging {
	padding: 0px;
	line-height: 20px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #DDDDDD;
	}
#paging a {
	border: solid 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	}
#paging b {
	border: solid 1px #3C3430;
	background-color: #3C3430;
	color: #FFF;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	}