@charset "utf-8";
/* CSS Document */
div#main div.honbun {
	width: 650px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
div#main div.honbun p {
	width: 560px;
	line-height: 1.6em;
	margin: 10px auto;
	font-size: 1.1em;
}
ul {
	list-style-type: none;
}
div#maininner ul.about {
	width: 600px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
ul.about li {
	display: block;
	width: auto;
	line-height: 2;
	margin-left: 20px;
	background-image: url(../images/ul_about_bk.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#maininner ul.about2 {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
ul.about2 li {
	line-height: 1.5;
	padding-left: 30px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
div#maininner ul.about3 {
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 30px;
}
ul.about3 li {
	line-height: 1.5;
	padding-left: 30px;
	background-image: url(../images/arrow_list_sm.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
}
p.uptop {
	width: 610px;
	margin: 10px auto 0px;
	text-align: right;
}

