body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
.sep{
	padding:5px;
}
.sep2{
	padding:2px;
}
.sep3{
	padding:3px;
}
.sep7{
	padding:7px;
}
.sep9{
	padding:10px;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.justify{
	text-align:justify;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#9C0000;
	text-decoration:none;
}



.header{
	width:100%;
}
.hed-part{
	width:980px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
}
.menu-main{
	background-image: url(../images/layout/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:38px;
}
.menu-part{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
/*----MENU START-----*/
.menu ul{
	margin:0px;
	padding:0px;
}
.main_menu li {
	color:#B5B5B5;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;

	font-size: 12px;
	font-weight: bold;
	color: #484531;
	text-decoration: none;
}
.main_menu li a {
	float:left;
	display:block;
	line-height:21px;
	padding:6px 18px 6px 17px;
	margin-left:8px;

	font-size: 12px;
	color:#484531;
	font-weight: bold;
	text-decoration: none;
	text-align:center;

	text-shadow:1px 1px #E7E2C9;
}
.main_menu li a:hover {
	color:#9C0000;
	text-decoration:none;
	text-shadow:1px 1px #fff;
}
.main_menu li.active {
	background:url(../images/layout/menu_left.png) no-repeat top left;
	text-shadow:1px 1px #fff;
}
.main_menu li.active a {
	color:#fff;
	text-shadow:1px 1px #635F44;
	background:url(../images/layout/menu_right.png) no-repeat top right;
}
/*----MENU END-----*/





.contain{
	width:100%;
	background-color:#E3DDC7;
}
.contain-part{
	width:980px;
	margin-left:auto;
	margin-right:auto;

	padding:11px 0px 13px 0px;
}
.left-part{
	float:left;
	width:285px;
}
.left-con{
	background-color:#FFFFFF;
	padding:0px 7px 0px 7px;
}
.right-part{
	float:right;
	width:678px;
}
.lt-box{
	padding-bottom:8px;
}

/*--text & link start--*/
.text-14{
	color:#5F5B42;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.text-dgray-13{
	color:#5F5B42;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.text-dgray-nor-13{
	color:#5F5B42;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
.text-black-14{
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.text-black-13{
	color:#000;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}
.text-black-bold-13{
	color:#000;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}


a.link-red{
	color:#9C0000;
	text-decoration:none;
}
a.link-red:hover{
	color:#000;
	text-decoration:none;
}
a.link-red-uline{
	color:#9C0000;
	text-decoration:underline;
}
a.link-red-uline:hover{
	color:#9C0000;
	text-decoration:none;
}
a.link-black-13{
	color:#000;
	text-decoration:none;
}
a.link-black-13:hover{
	color:#9C0000;
	font-size:13px;
	text-decoration:none;
}
/*--text & link end--*/



.phone{
	float:left;
	width:64px;
}

a.link-white{
	color:#FFFFFF;
	text-decoration:none;
}
a.link-white:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/*---paging start---*/
.abc-01{
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	letter-spacing:5px;
	text-align:left;
}
.abc-01 a{
padding:2px;
}
.abc{
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	letter-spacing:5px;
	text-align:center;
}
.link-abc-text{
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.link-abc-text:hover{
	font-size:13px;
	color:#9C0000;
	text-decoration:none;
	font-weight:bold;
}
.lspacing-none{
	letter-spacing:normal;
}
/*---paging end---*/

/*---input start---*/
.search-box{
	float:left;
	width:199px;
}

.search-btn{
	float:right;
	width:72px;
}

.button{
	background-image: url(../images/layout/red-btn.jpg);
	background-repeat: repeat-x;
	background-position: left top;

	border:solid 1px #B71111;

	float:left;
	height:24px;
	line-height:24px;

	padding:0px 10px 0px 10px;
}
.button a{
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.button a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

/*---input end---*/

.dgray-tit-main{
	background-color:#979073;
	height:34px;
	line-height:34px;

	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
.dgray-tit-left{
	float:left;
}
.dgray-tit-right{
	float:right;
}
.con-box{
	background-color:#ECECEC;
	border:solid 1px #979073;

	padding:15px;

	font-size:13px;
	color:#3B3A3A;
	text-decoration:none;
	font-weight:normal;
}

.sm-img{
	float:left;
	width:111px;
}
.sm-img-border{
	border:solid 1px #DFDEDB;
}

.footer{
	background-color:#2B2A2A;

	font-size:13px;
	color:#616161;
	text-decoration:none;
	font-weight:normal;
}
.foot-con{
	width:980px;
	margin-left:auto;
	margin-right:auto;

	padding:32px 0px 26px 0px;
}
.foot-left{
	float:left;
	width:330px;
}
.foot-right{
	float:right;
	width:455px;
}
.inn-box-tit{
	background-image: url(../images/layout/inn-tit-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border:solid 1px #D6D0B7;

	font-size:14px;
	color:#9C0000;
	text-decoration:none;
	font-weight:bold;

	height:32px;
	line-height:32px;
	padding:0px 10px 0px 10px;
	margin-bottom:2px;
}
.lg-box-main{
	padding:8px 0px 0px 0px;
	margin-bottom:10px;
}
.lg-box{
	background-color:#FFFFFF;
	border:solid 1px #CFC8AD;

	padding:8px;
}
.lg-box-01{
	background-color:#FFFFFF;
	border:solid 1px #CFC8AD;

	padding:15px 15px 12px 15px;
}

.text-phone{
	background-image: url(../images/layout/text-phone.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0px 8px 23px;
}
.text-mail{
	background-image: url(../images/layout/email.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0px 8px 23px;
}
.text-chat{
	background-image: url(../images/layout/chat.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:1px 0px 8px 23px;
}
.text-offline{
	background-image: url(../images/layout/offline.png);
	background-repeat: no-repeat;
	background-position: left top;

	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;

	padding:1px 0px 8px 23px;
}
a.link-smicontext{
	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.link-smicontext:hover{
	color:#6E674A;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.text-bold-pedd{
	padding:0px 0px 5px 0px;
	font-weight:bold;
	text-decoration:none;
}
.text-normal-pedd{
	padding:0px 0px 8px 0px;
	font-weight:normal;
	text-decoration:none;
}
.tit-ft-01{
	float:left;
	padding-right:15px;
}
.tit-ft-02{
	float:right;
}
.favorite{
	float:right;
	width:88px;
	padding:8px 0px 0px 5px;
}
.text-gray-12-pedd{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;

	padding-left:13px;
}
.lg-tit-text{
	font-size:20px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	padding-top:10px;
}

.box-foot-main{
	background-color:#F1EDDE;
	border:solid 1px #DAD4BD;
	padding:7px 5px 0px 10px;
}
.box-foot-01{
	float:left;
	width:150px;
}
.left-pedd{
	padding-left:10px;
}

.favorite01{
	float:left;
	width:16px;


	padding:0px 5px 0px 0px;
}
.c-box-main{
	padding:12px 8px 10px 8px;
	background-color:#F1EDDE;
	margin-bottom:1px;

}
.c-box-01{
	float:left;
	width:105px;
}
.c-box-02{
	float:left;
	width:395px;
	padding-left:15px;
}
.c-box-03{
	float:right;
	width:130px;
	padding-left:10px;
}
