@charset "UTF-8";
#contents ul {
	list-style-type: upper-roman;
	width: 540px;
	margin: 20px 0 0;
}
#contents ul li {
	list-style-type: upper-roman;
	margin: 10px 0 20px 20px;
	text-align: justify;
	list-style-position: inside;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.5em;
	color: #558800;
}
#contents ul li span {
	display: block;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
}
#contents ul li dl.contact {
	display: block;
	line-height: 1.5em;
	color: #333333;
	border: 1px solid #666666;
	padding: 10px;
	text-align: center;
}
#contents ul li dl.contact dt {
	padding: 5px 0;
}
#contents ul li dl.contact dd {
	padding: 5px 0;
	line-height: 1.2em;
}
#contents ul.second {
	width: 510px;
	list-style-type: decimal;
	list-style-position: outside;
	margin: 10px 0 20px 20px;
	text-align: justify;
}
#contents ul.second li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px 0 20px;
	text-align: justify;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
	text-indent: -1.5em;
	padding-left: 1.5em;
}


/*doclist------------------------------------------*/
h1#pagelogo {
	width: 95%;
	display: block;
	margin: 5px auto 10px;
	text-align: left;
	clear: both;
}
h2#title {
	width: 95%;
	margin: 0 auto;
	clear: both;
	display: block;
	padding-top: 20px;
	padding-bottom: 5px;
}
h1#pagelogo img {
	display: block;
	float: left;
	margin-top: 5px;
}
table#doclist {
	width: 95%;
	margin: 5px auto 30px;
	border: 1px solid #cccccc;
	clear: both;
}
#doclist th {
	border: 1px solid #cccccc;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	background-color: #f0f3ec;
	color: #333333;
	font-size: 0.9em;
}
#doclist th.top {
	background: #669900;
	color: #ffffff;
	text-align: center;
}
#doclist td {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 10px;
	text-align: left;
	vertical-align: top;
	font-size: 0.9em;
	line-height: 1.2em;
}
