@charset "utf-8";
/* CSS Document */
div#main div.honbun {
	width: 650px;
	padding: 6px 10px;
}

div#main div.honbun p {
	width: 560px;
	line-height: 1.5em;
	margin: 10px auto;
}

p.uptop {
	width: 600px;
	margin-right: 0;
	text-align: right;
}

dl.list_semi dt {
	width: 593px;
	margin: 0.2em 0 0em 25px;
	padding-left: 10px;
	color: #000;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


dl.list_semi dd {
	width: 560px;
	margin-left: 20px;
	padding-left: 38px;
}


table {
	width: 598px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: #999 solid 0.5px;
	border-collapse: collapse;
}

table th {
	height: 40px;
	border: #999 solid 1px;
	text-align: center;
	background-color: #E6E5D9;
}


table td{
	height: 40px;
	line-height: 1.3;
	padding: 4px 4px;
	border: #999 solid 1px;
}




