@charset "UTF-8";
/* h4
--------------------------------------------------*/
#contentsbody h4 {
	clear:both;
	border-bottom:dotted 1px #cccccc;
	width:970px;
	font-size:1.7em;
	margin-bottom:15px;
	padding:5px;
}
/* blockquote
--------------------------------------------------*/
#contentsbody blockquote {
	width:960px;
	font-size:1.2em;
	color:#666666;
	line-height:1.5;
	margin: 0 auto 15px auto;
}
/* h5
--------------------------------------------------*/
#contentsbody h5 {
	font-size:1.3em;
	color:#006600;
	margin-bottom:5px;
}
/* table
--------------------------------------------------*/
#contentsbody table {
	border:solid 1px #99cc99;
	border-collapse:collapse;
	margin:0 auto 20px auto;
}
#contentsbody table tr.category th {
	width:auto;
	background-color:#ccffcc;
}
#contentsbody table tr th {
	border:solid 1px #99cc99;
	background-color:#eeffee;
	width:100px;
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
#contentsbody table tr td {
	border:solid 1px #99cc99;
	font-size:1.2em;
	text-align:left;
	vertical-align:top;
	padding:5px;
}
#contentsbody table tr td ul li {
	float:left;
	height:25px;
	color:#666666;
	vertical-align:bottom;
	margin:0 5px;
}
#contentsbody table tr td ul li a,
#contentsbody table tr td ul li a:link,
#contentsbody table tr td ul li a:visited {
	font-size:1.3em;
	text-decoration:none;
}
#contentsbody table tr td ul li a:hover {
	font-size:1.3em;
	text-decoration:underline;
}
/* ul
--------------------------------------------------*/
#contentsbody ul.information {
	width:950px;
	margin:0 auto 25px auto;
	padding-left:10px;
}
#contentsbody ul.information li {
	font-size:1.1em;
	color:#666666;
}
/* .new_data
--------------------------------------------------*/
.new_date{
	text-align:right;
	font-size:1.2em;
}