div.contents-box{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
}
div.contents-box h3{
	text-align: left;
	margin: 10px;
}
div.contents-box h4{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	font-size: 85%;
	font-weight: bold;
	color: #555555;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
div.contents-box p.txt{
	font-size: 85%;
	line-height: 135%;
	color: #555555;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
}

div.contents-box table {
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.contents-box table td {
	font-size: 80%;
	line-height: 135%;
	color: #555555;
	text-align: left;
	background-color: #FFFFFF;
	padding: 5px;
}
div.contents-box table th {
	font-size: 80%;
	line-height: 135%;
	color: #555555;
	background-color: #FBFBFB;
	padding: 5px;
	font-weight: lighter;
}
