@charset "UTF-8";
@import url("common.css");
@import url("corner.css");


/*-----------------------------------------
	h2
-----------------------------------------*/

h2 {
	background:url(../info/img/h2.gif) no-repeat;
}

/*-----------------------------------------
	NEWS index
-----------------------------------------*/

/*----------main-left----------*/

.news-line {
	clear:both;
	width:570px;
	margin:10px 0 0 0;
	padding-bottom:9px;
	font-size:85%;
	background:url(../common/news_line.gif) bottom repeat-x;
}

.news-txt {
	float:left;
	width:503px;
	padding-left:19px;
	background:url(../common/news_icon.gif) left center no-repeat;
	text-align:left;
}

.news-date {
	float:left;
	width:70px;
	
}
.news-txt a,
.news-txt-old a {
	margin-left:5px;
}

.news-new {
	float:right;
	width:38px;
}

.news-txt-old {
	width:551px;
	padding-left:19px;
	background:url(../common/news_icon.gif) left center no-repeat;
	text-align:left;
}


/*-----------------------------------------
	NEWS more
-----------------------------------------*/

.news-more-date {
	width:570px;
	margin-top:10px;
	padding-bottom:5px;
	text-align:right;
	background:url(../common/news_line.gif) bottom repeat-x;
}

.news-more-date img{
	margin-right:5px;
}

.news-more-txt {
	width:570px;
	margin-top:20px;
}

.news-more-txt img {
	float:left;
	margin-right:10px;
}

.news-more-re {
	width:570px;
	margin-top:20px;
	padding-top:10px;
	text-align:right;
	background:url(../common/news_line.gif) top repeat-x;
}

.news-more-link {
	clear:both;
	width:570px;
	margin:15px auto 30px 0;
}

.news-more-prev {
	float:left;
	width:262px;
	padding-left:18px;
	text-align:left;
	background:url(../info/img/icon_prev.gif) left center no-repeat;
}

.news-more-next {
	float:right;
	width:262px;
	padding-right:18px;
	text-align:right;
	background:url(../info/img/icon_next.gif) right center no-repeat;
}

.news-more-link a:link,
.news-more-link a:visited {
	color:#1B1B1B;
	text-decoration:none;
}

.news-more-link a:hover,
.news-more-link a:active {
	color:#00A0E9;
	text-decoration:underline;
}