﻿@charset "utf-8";

#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:10px 0 10px 0px;
	padding: 0px 0px 0px 16px;
	line-height:1.5em;
}
#listBox li.topP {
}
#listBox li.subP {
	margin-left: 110px;
}
#listBox li.subP2 {
	margin-left: 200px;
}

