@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:right;
}
.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;
}
#aisatu {
	margin:30px 0 30px 30px;
}
#aisatu #photo {
	float: left;
	width: 210px;
}
#aisatu p {
	width:460px;
	float: right;
	margin: 0px;
}
.list .company {
	padding: 15px;
	width: 540px;
	margin-bottom: 10px;
	background: #efefef url(../img/bg_wline.gif);
}
.list .clearfix {
	border-bottom: 1px dotted #CCC;
}
.list .listend {
	border: none;
}
