.sinple_list
{
	padding: 0px 5px 2px 5px;
	list-style: none;
}
	.sinple_list li
	{
		margin: 5px 0px;
	}
	.sinple_list .hli
	{
		padding: 4px 5px 3px 20px;
		background-image: url(../img/system/list_mark_b.png);
		background-repeat: no-repeat;
		background-position: 0% 50%;
		border-bottom: dotted gray 1px;
	}
	.sinple_list .foot
	{
		background-color: #FFFFFF;
		padding: 3px;
		text-align: right;
		border-top: dotted gray 1px;
	}

