@charset "euc-jp";
/* CSS Document */

.list{
	font-size: 100%;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}
.list dt{
	width:100px;
	padding:7px 0 7px 30px;
	float:left;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
}
.list dd{
	width:570px;
	padding:7px 0 7px 0px;
	float:left;
}
.list dd a{
	padding:0;
	text-decoration:none;
	color:#009b9f;
}
.list dd a:hover{
	text-decoration: underline;
	color:#9d9d9d;
}
.list dd ol {
	margin-left: 40px;
}
.list dd ol li {
	list-style: decimal;
	margin: 2px 0px;
}
.list dd ul {
	margin-left: 40px;
}
.list dd ul li {
	list-style: disc;
	margin: 2px 0px;
}

.list dt.nofloat{
	width:auto;
	float:none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-bottom: 0px;
}
.list dd.nofloat{
	width:auto;
	float:none;
	padding: 0px 0px 7px 30px;
}
.list .clearfix {
	border-bottom: 1px dotted #CCC;
}
.list .listend {
	border: none;
}
.icon{
	margin-right:5px; 
	margin-top:5px;
}