@charset "utf-8";
/* 布局 */
#leftcontent{
	float:left;
	width:740px;
	margin-right:10px;
}
#rightcontent{
	float:left;
	width:200px;
}
#subbody .title{
	color:#bc008d;
	line-height:22px;
}
#subbody .title a{
	display:inline;
	margin:0 10px;
	color:#bc008d;
}
#subbody .title span{
	color:#393939;
	margin-left:10px;
}

#subbody .content{
	width:738px;
	overflow:hidden;
	padding:10px 0;
}
#subbody .content .area{
	width:645px;
	margin:0 auto;
}
#subbody .content .area .piccol{
	width:645px;
	height:432px;
}
#subbody .content .area .piccol img{
	padding:1px;
	border:1px solid #ccc;
	background:#fff;
}
#subbody .content .area p{
	text-align:center;
	margin:10px 0 8px 0;
}
#subbody .content .area p em{
	margin:0 5px;
}

#subbody .content .col{
	width:646px;
	clear:both;
	margin:0 auto;
	background:url(../i/col_bg_01.gif) #feedf3 repeat-y;
}
#subbody .content .col .top{
	height:31px;
	background:url(../i/col_top_01.gif) no-repeat;
}
#subbody .content .col .bottom{
	height:31px;
	background:url(../i/col_bottom_01.gif) no-repeat;
}
#subbody .content .col .main{
	width:530px;
	height:180px;
	overflow:auto;
	margin:0 auto;
	padding:10px 20px;
	font-size:14px;
	line-height:22px;
	color:#3a3839;
	border:1px solid #f9c7d6;
	background:#fff7fa;
}
