@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif
}
#content .left{
	float:left;
	width:590px;
	margin:0px 10px 0px 10px
}
#content .right{
	float:right;
	width:304px;
	margin:0px 10px 0px 10px;
	background-color:#FFF;
	border:1px solid #b9b8b8
}

.text{
	height:605px;
	background:url(../images/bg3.png) no-repeat right bottom;
}
#about{
	width:540px;
	line-height:24px;
	color:#000000;
	padding:0px 0px 0px 20px
}
#about p{
	text-indent:2em;
	padding:0px 0px 5px 0px
}
.imgArea {
	clear:both;
	width:640px;
	height:600px;
	overflow:hidden;
	padding:7px 0px 0px 0px;
}
.imgLAreapic {
	float:left;
	width:200px;
	height:250px;
	padding-top:2px;
	text-align:center;
	border-bottom:1px solid #b8b8b8
}
.imgLAreapic img {
	margin-bottom:2px;
}
.imgLAreapic a.t{
	display:block;
	width:150px;
	height:21px;
	overflow:hidden;
	margin:0px auto 0px auto;
	font-size:12px;
	color:#653602;
	line-height:20px;
}
.imgLAreapic .info{
	text-align:left;
	line-height:15px;
}
#list{
	width:640px;
	margin:0px auto 0px auto;
}
#list li{
	height:25px;
	background:url(../images/red-arrow.gif) no-repeat left center;
	line-height:25px;
	float:left;
	margin:0px 8px 0px 8px;
	padding:0px 0px 0px 15px
}
#list li{
	
}
.border1{
	border:1px solid #ccc;
	padding:2px
}