@charset "utf-8";

ul.left_list {
	float: left;
	width: 266px;
}
ul.right_list {
	float: right;
	width: 266px;
}
ul.left_list li , ul.right_list li {
	list-style: none;
	background: transparent url(../img/yaji01.gif) no-repeat 0 4px;
	padding-left: 20px;
	margin-bottom: 5px;
}
ul.normal {
	width: 500px;
	list-style: disc;
	margin: 10px auto 10px;
}

