@charset "utf-8";
/* 
CSS Information
 File name:      news.css
 Author:         Administrator
 Style Info:     /news.php
----------------------------------------------------- */
/* CSS override and Class setting
***********************************/

/* #news
***********************************/
.article {
	position: relative;
	padding: 0 10px 5px;
	background: url(../img/news/bg_news01.png) no-repeat;
}

.article .date {
	overflow: hidden;
	position: absolute;
	top: 3px;
	right: 5px;
	width: 97px;
	height: 19px;
	line-height: 19px;
	font-size: 85%;
}

.article h4 {
	padding: 10px 110px 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #8aeae4;
	color: #1b89cf;
}

.article .text {
	padding-right: 10px;
	font-size: 93%;
}

.article .text img {
	float: left;
	max-width: 90px;
	margin: 0 10px 10px 0;
	border: 1px solid #1b89cf;
}

.line {
	width: 100%;
	height: 8px;
	margin-bottom: 10px;
	background: url(../img/news/bg_news02.png) no-repeat;
}

.line hr {
	display: none;
}

/* */