@charset "utf-8";
#box {
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}
#box #l_box {
	float: left;
	width: 285px;
}
#box #r_box {
	float: right;
	width: 285px;
}
#box p {
	background: url(../images/top/blog_icon02.gif) no-repeat 0px 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-top: 10px;
	border-top: 1px dotted #CCCCCC;
	padding-top: 5px;
}
#box ul {
	padding-left: 10px;
	list-style: none;
	padding-bottom: 7px;
}
#box li {
	background: url(../images/top/blog_icon02.gif) no-repeat 0px 3px;
	padding-bottom: 8px;
	padding-left: 8px;
}

