@charset "utf-8";
@import url("../../commons/css/base.css");
@import url("common.css");
/* CSS Document */

h3{
	margin:20px 0 10px 0;
}
ul.community_ul{width:650px;margin:0 10px 0 10px;
overflow:hidden;}
ul.community_ul li{
	background:url(../../commons/img/img_line.gif) repeat-x top;
	margin-top:-1px;
	width:650px;
	padding:10px 0;
}
ul.community_ul img{
	float:left;
	width:184px;
	margin-top:1px;
}
ul.community_ul dl{
	float:right;
	width:451px;
}
ul.community_ul dt{
	background:url(../../commons/img/img_line.gif) repeat-x bottom;
	padding-bottom:4px;
	font-weight:bold;
	color:#333;
}
ul.community_ul dd{
	background:url(../../commons/img/list_linkhead.gif) no-repeat 0 2px;
	line-height:160%;

}
ul.community_ul dd span{
	padding-left:17px;
}