@charset "utf-8";
/* CSS Document */

.base_color{
	background:#F2ECE3;
	padding:5px 20px;
	clear:both;
}

ul.list_bullet_base{
	width:320px;
	float:left;
	margin:0 0 10px 0;
	padding:0;
}

ul.list_bullet_base li{
	font-size:100%;
	color:#666;
	background:url(../img/bullet_list02.png) no-repeat;
	background-position:left top;
}
