@charset "utf-8";
#contents H3 {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	text-align: left;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#contents .navi   {
	background-image: url(img/navi_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
	height: 24px;
	width: 660px;
	clear: both;
	margin-top: 30px;
}
#contents .navi P {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	float: left;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
#contents .navi P.prev {
	background-image: url(img/btn_prev.gif);
	height: 24px;
	width: 110px;
	float: left;
}
#contents .navi P.home {
	background-image: url(img/btn_home.gif);
	width: 130px;
	margin-left: 155px;
	float: left;
}
#contents .navi P.next {
	background-image: url(img/btn_next.gif);
	float: right;
	width: 110px;
}
#contents .navi P A {
	background-repeat: no-repeat;
	background-position: 0px -24px;
	height: 100%;
	width: 100%;
	float: left;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
#contents .navi P A:hover {
	background-position: 0px -48px;
}
#contents .navi P.prev A {
	background-image: url(img/btn_prev.gif);
}
#contents .navi P.home A {
	background-image: url(img/btn_home.gif);
}
#contents .navi P.next A {
	background-image: url(img/btn_next.gif);
}
.news H5 {
	background-image: url(img/h4_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	font-weight: bold;
	color: #006699;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 150px;
	margin-bottom: 5px;
}
.news H6 {
	margin: 0px 0px 0px 10px;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding-left: 10px;
	border-left: 5px solid #006699;
}
.news .txt {
	padding: 5px 10px 5px 50px;
	background-image: url(img/txt_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 10px;
}
.news .link {
	background-color: #F3F3F3;
	border-top: 1px dotted #999999;
	text-align: right;
	padding: 3px 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.news .txt .imgbox {
	float: right;
	margin-top: -15px;
	padding: 5px;
	background-color: #E0E0E0;
	margin-left: 10px;
}
.news {
	margin-top: 30px;
	background-color: #FFFFFF;
}

