@charset "UTF-8";



/*------------------------------------------------------------------------------
news
------------------------------------------------------------------------------*/
#header ul .news a {
	background-image: url(../img/menu/news_now.jpg);
	text-indent: -9999px;
	height: 130px;
	width: 86px;
	display: block;
}
#header ul .news a:hover{
	background-image: url(../img/menu/news_on.jpg);
}

.date {
	font-size: 1.2em;
	line-height: 145%;
	color: #a48408;
	padding-bottom: 3px;
}
.news_text dt {
	font-size: 1.3em;
	line-height: 145%;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.news_text dd {
	font-size: 1.2em;
	line-height: 145%;
	margin-bottom: 25px;
	padding-bottom: 8px;
	background-image: url(../img/tenten.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.news_text img {
	background-image: url(../img/dot.gif);
	background-repeat: repeat;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_text a:hover img {  
filter: alpha(opacity=50);  
opacity:0.5;  
   } 