@charset "UTF-8";

/*============================================================
//  EVENT&NEWS
//==========================================================*/

.news-head{
	width:575px;
	height:25px;
	background:url(../news/image/topics_head.gif) no-repeat;
}
.news-head p{
	height:19px;
	background:url(../news/image/icon_rss.jpg) no-repeat;
	background-position : 0 50% ;
	padding-left : 23px;
	font-size:0.8em;
	float:right;
}
.news-head p a{
	color:#333;
	text-decoration: none;
}
.news-head p a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.box-news{
	width:575px;
	background:url(../news/image/topics_body.gif) repeat-y;
	padding-bottom:20px;
}
.box-news .date{
	width:548px;
	height:34px;
	background:url(../news/image/topics_title.gif) no-repeat;
	padding:1px 0 0 27px;
	font-size:1.0em;
	color:#444;
}
.box-news .img-box{
	float:right;
	margin-left:10px;
	width:100px;
}
.box-news .img-box-detail{
	float:right;
	margin-left:10px;
	width:200px;
}
.box-news .copyright{
	font-size:10px;
}
.box-news .icon{
	margin-right:5px;
}
.box-news h3{
	font-size:1.0em;
	color:#0087C0;
	margin:0 0 0 30px;
	margin-bottom:7px;
}
.box-news h3 a{
	color:#0087C0;
	text-decoration: underline;
}
.box-news h3 a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.box-news p{
	font-size:1.0em;
	margin:0 0 0 30px;
}
.box-news p a{
	color:#FF6600;
	text-decoration: underline;
}
.box-news p a:hover{
	color:#FF6600;
	text-decoration: underline;
}
.news-bottom{
	width:575px;
	height:35px;
	background:url(../news/image/topics_bottom.gif) no-repeat;
}

.box-news table{
	margin:10px 0 0 30px;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	font-size:10px;
}

.box-news td{
	vertical-align:middle;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px;
}
.box-news td.news-title{
	width:50px;
	text-align:center;
	background:#EFEFEF;

}
