@charset "utf-8";
/* CSS Document */

/* common styles */
body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000;
	background:#a3784b url(../images/bg.jpg) repeat-y center center;	
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.flft {
	float:left;
}
.frgt {
	float:right;
}
.cb {
	clear:both;
	font-size:0;
	line-height:0;
}
h1 {
	font-size:16px;
}
h2 {

}
h3 {

}
h4 {

}
p {
	padding:10px 0;
	font-size:14px;
	line-height:20px;
}
.ht_1 {
	
}
.ht_2 {
	
}
.ht_3 {

}
.ht_4 {

}
#main_cnr {
	position:relative;
	width:858px;
	margin:0 auto;
}
#in_cnr {
	display:inline-block;
	background:url(../images/lft.png) repeat-y;
	width:100%;
}	
#in_sup{
	background:url(../images/rgt.png) repeat-y right;
}
.in {
	width:800px;
	margin:0 auto;
}
/* end common styles */


/* header */

#header_cnr {

}
#nav_cnr {
	background:#ece4bf;
	padding-top:10px;
	margin-bottom:50px;
	font-size:12px;
	text-transform:uppercase;
	color:#796e3d;
	height:200px;
	
}
#nav_cnr span{
	display:block;
	padding:0 5px;
	margin-top:20px;
	position:relative;
}
#h_top{
	background:url(../images/hbg.png) repeat-x;
	height:32px;
	position:relative;
	z-index:9;
}
#h_mid{
	height:200px;
	background:url(../images/head_1.jpg);
	position:relative;
	z-index:8;
}

.cr_tl,.cr_tr,.p1{
	position:absolute;
	top:0;
	z-index:1;
}
.p1{
	top:-5px;
	left:250px;
}
.cr_tr{
	right:0;
}
#logo{
	padding-top:10px;
	padding-left:10px;
	float:left;
}
#flash_cnr{
	float:right;
}
#h_btm{
	border-bottom:2px solid #333;
	border-top:2px solid #333;
	background:url(../images/hbg.png) repeat-x;
	height:20px;
	position:relative;
	z-index:10;
}
/* end header */

/* Body */

#body_cnr .in {
	background:#fff;
	position:relative;
}
.bd_shd{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:13px;
}
#body_cnr .col_1{
	width:25%;
	background:#ebebeb;
	float:left;
	border-right:1px #591d1d solid;
	padding:10px;
	height:500px;
}
#body_cnr .col_1 .row{
	background:#b5824f;
	font-size:14px;
	border:#666 solid 1px;
}
#body_cnr .col_1 .row li{
	list-style:none;
	padding:10px;
	border-bottom:#4e2f0f solid 1px;
	border-top:#ceab88 solid 1px;
}
#body_cnr .col_1 .row li.top{
	border-top:none;
}
#body_cnr .col_1 .row li.btm{
	border-bottom:none;
}
#body_cnr .col_1 .row a{
	color:#000;
}

#body_cnr .col_1 .row a:hover{
	color:#fff;
}

#body_cnr .col_2{
	width:65%;
	float:right;
	padding-right:20px;
	margin-top:30px;
}

/* End Body */

/* Home */

/* End Home */


/* Sub Page */
#sp #h_mid{
	height:150px;
}

/* End Sub Page */


/* Footer */

html,body,* html #main_cnr {
	height:100%;
}

#main_cnr {
	min-height: 100%;
}

#footer_cnr {
	width:100%;
/*	text-align:center;
	position:absolute;
	bottom:0;
	left:0;	
	position:relative;*/

}
#footer_cnr,#footer_cnr a{
	color:#fff;
	font-size:12px;
}
#footer_cnr .in{
	background:#471313 url(../images/ft_bg.png) repeat-x;
	position:relative;
	height:45px;
}
#footer_cnr .col_1{
	float:left;
	padding:15px 0 0 40px;
}
#footer_cnr .col_2{
	float:right;
	padding:15px 40px 0 0 ;
}
.cr_bl,.cr_br{
	position:absolute;
	border:0;
}
.cr_bl{
	left:0;
}
.cr_br{
	right:0;
}

/* End Footer */