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

.list1, .list2{
	font-size: 100%;
}

.list1 dt, .list2 dt{
	padding:7px 0 7px 30px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight:bold;
}

.list1 dt{
	padding:7px 0 7px 44px;
	float:none;
}
.list1 dd{
	float:none;
	padding: 0px 0px 7px 30px;
}

.list1 dt.bg1{
	background-image: url(../img/bg_1.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}
.list1 dt.bg2{
	background-image: url(../img/bg_2.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}
.list1 dt.bg3{
	background-image: url(../img/bg_3.gif);
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

.list1 dd ol {
	margin-left: 44px;
}
.list1 dd ol li {
	list-style: decimal;
	margin: 2px 0px;
}
.list1 dd ul {
	margin-left: 44px;
}
.list1 dd ul li {
	list-style: disc;
	margin: 2px 0px;
}

.list2 dt{
	width:120px;
	float:left;
}
.list2 dd{
	width:550px;
	padding:7px 0 7px 0px;
	float:left;
}
.list2 dd a{
	padding:0;
	text-decoration:none;
	color:#009b9f;
}
.list2 dd a:hover{
	text-decoration: underline;
	color:#9d9d9d;
}
