@charset "utf-8";
#box {
	margin: 15px auto 0px;
	width: 90%;
}
#box #left {
	float: left;
	width: 280px;
	text-align: left;
}
#box #right {
	float: right;
	width: 280px;
	text-align: left;
}
#box p {
	margin-bottom: 15px;
	background: url(/images/common/pink_icon.gif) no-repeat 0px 2px;
	padding-left: 20px;
	font-size: 14px;
}
#box a {
	color: #333333;
}
#box ul {
	list-style: none;
	font-size: 14px;
	margin-bottom: 30px;
}
#box li {
	background: url(/images/common/side_icon.gif) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

