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


ul.cst_list {
	width: 660px;
	margin: 0 auto 20px;
}
	ul.cst_list li {
		float: left;
		width: 302px;
		background: url(../images/common/tnavi_arrow.gif) no-repeat 5px center;
		padding: 8px 3px 10px 25px;
		border-bottom: 1px dotted #666;
	}
	ul.cst_list li.last {
		border-bottom: none;
	}
