@charset "utf-8";
/* CSS Document */

.navlink {
	font-size: 18px;
	color: #333333;
	background-position: left top;
	text-indent: 10px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navlink_small {
	font-size: 14px;
	color: #333333;
	background-position: left top;
	text-indent: 10px;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
}
.news_title {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
.news_content {
	font-size: 16px;
	color: #333333;
	text-align: left;
	text-indent: 30px;
	margin: 10px;
}
.news_bus_title {
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	background-position: left center;
	vertical-align: middle;
}
.btm_textline {
	font-size: 12px;
	color: #333333;
	text-align: right;
}
.sub_title {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.text_common_content {
	font-size: 16px;
	color: #333333;
}
