@charset "UTF-8";
.Date {
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}
#container .content .contenttitle h3 {
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 0px 0px 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
}
#container .content .contentbody {
	padding-bottom: 10px;
	line-height: 160%;
}
/*ito add 9/25*/



.contentbody h4 {
	font-size: 14px;
	line-height: 130%;
	margin-top: 30px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #FFFFFF;
	background-color: #333333;
}
small {
	font-size: 10px;
	color: #999900;
}
* html small {
	font-size: 8px;
}
.contentbody h5 {
	font-size: 12px;
	line-height: 130%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #0066CC;
}