@charset "UTF-8";


/*-----------------------------------------
	index
-----------------------------------------*/

.list {
	width:660px;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../img/dot_line.gif) bottom repeat-x;
}

.list-title a {
	padding-left:12px;
	text-align:left;
	background:url(../img/maru_icon_s.gif) left no-repeat;
}

.list-txt{
	width:660px;
	margin:10px 0;
	text-align:left;
}

.list-txt a:link, .list-txt a:visited {
	color:#86B700;
}

/*-----------------------------------------
	clearfix
-----------------------------------------*/

.list:after {
	content: ",";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
