﻿@charset "utf-8";

.box{
	margin-left: 60px;
	margin-bottom: 1.5em;
}
#listBox {
	margin: 20px 44px 30px 44px;
}
#listBox li {
	list-style:none;
	background-image: url(../common/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	margin:5px 0 5px 20px;
	padding: 0px 0px 0px 16px;
	line-height:1.5em;
}

