@charset "utf-8";

.ttl_news {
	background:url(../images/ttl_news.jpg) no-repeat;
	width:753px;
	height:48px;
	text-indent:-1000em;
}

/*------------------------------------------*/
div.news_contents {
	float:left;
	width:488px;
	margin:0 15px 0 23px;
	display:inline;

}
div.news_contents h3 {
	background:url(../images/bg_ttl.jpg) no-repeat;
	width:468px;/*488*/
	height:100px;/*110*/
	padding:28px 0 0 20px;
}
div.news_contents h3 span.date {
	font-size:0.7em;
	display:block;
}
div.news_contents span.image_area {
	display:block;
	width:488px;
	text-align:center;
	min-height:1px;
	height: auto !important;
	height: 1px;
}
div.news_contents span.image_area img {
	border:1px solid #EAEAEA;
	margin:0 10px 20px 10px;
}
div.news_contents p {
font-size:1em;
width:448px;
padding:0 20px 0 20px;
line-height:1.4em;
}
div.news_contents p.print {
	background:url(../images/bt_print.jpg) no-repeat;
	width:183px;
	height:24px;
	text-indent:-1000em;
	margin:0 auto;
}
div.news_contents p.print a {
	display:block;
	width:183px;
	height:24px;
}
div.news_contents hr.news_end {
	height:1px;
	color:#E7E7E7;
	margin:30px 0;
}




/*------------------------------------------*/
div.recent_bar {
	width:203px;
	height:auto;
	font-size:0.65em;
	margin:50px 0 0 0;
}
div.recent_bar h3 {
	background:url(../images/ttl_recent.jpg) no-repeat;
	width:203px;
	height:17px;
	text-indent:-1000em;
	margin:0 0 15px 0;
}
div.recent_bar h3 a {
	display:block;
	width:100%;
	height:100%;
}
div.recent_bar h3 a:hover {
	background:#FFFFFF;
	filter: alpha(opacity=40 style=0);
	-moz-opacity:0.4;
	opacity:0.4;
}

div.recent_bar ul {
	list-style-type:none;
}
div.recent_bar ul li {
	background:url(../images/listhead_tri.gif) no-repeat;
	background-position:0px 5px;
	padding:0 0 5px 10px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #E7E7E7;
}
div.recent_bar span.date {
	display:block;
}
div.recent_bar ul li a {
	display:block;
	color:#4b7122;
	text-decoration:none;
}
div.recent_bar ul li a:hover {
	background:#F1F5EF;
}

/*-------------------------------------
index.html */

div.news_list {
	width:700px;
	margin:25px 0 0 30px;
}
div.news_list ul {
	list-style-type:none;
}
div.news_list ul li {
	border-bottom:1px dotted #E7E7E7;
	padding:7px 0 7px 0;
	font-size:0.8em;
}
div.news_list ul li span.date {
	display:block;
	width:70px;
	float:left;
	padding:5px;
	
}
div.news_list ul li a.ttl {
	display:block;
	float:right;
	width:610px;
}
div.news_list ul li a {
	width:490px;
	display:block;
	color:#4b7122;
	text-decoration:none;
	height:auto;
	float:right;
	padding:5px 0;

}
div.news_list ul li a:hover {
	background:#F2FAE7;
}
