@charset "UTF-8";
/* CSS Document */

h2#tit_img {
	background: url(../news/images/tit_h2_stay_news.jpg) no-repeat;
}

h3#news {
	background: url(../news/images/tit_news.gif) no-repeat;
	text-indent: -10000px;
	width: 600px;
	height: 52px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	font-size: small;
	clear: both;
	display: block;
}
h4 {
	margin-bottom: 0!important;
}



/* news page layout */
/*  news date */
p.date {
	text-align: right;
	color: #669933;
}
/* news box*/
div.news_box {
	border: 1px solid #CEDDC4;
	margin-top: 0.4em;
	padding: 1em;
}
div.news_box p {
	line-height: 140%;
}

