@charset "UTF-8";
@import "common.css";
@import "lightview.css";

/*container--------------------*/

#container {
	width: 100%;
	background:url(../img_top/corner_bg.jpg) top center no-repeat;
}

h1 {
	display: none;
}

/*FLASH--------------------*/

#flash {
	width: 1041px;
	height: 550px;
	margin: 0 auto;
	text-align: center;
}

.flash_error {
	width: 1041px;
	height: 550px;
	margin: 0 auto;
	text-align: center;
}



/*news--------------------*/

#news {
	width: 970px;
	padding-top: 11px;
	background: #FFFFFF url(../img_top/news_block_top.gif) top left no-repeat;
	margin: 0 auto 30px auto;
}

#news_btm {
	width: 930px;
	padding: 0 20px 15px 20px;
	background: #FFFFFF url(../img_top/news_block_btm.gif) bottom left no-repeat;
}

#news h2 {
	float:left;
	width: 105px;
}

.news_block {
	float: right;
	width: 785px;
	padding-left: 20px;
	border-left: 2px solid #b3b3b3;
}

.news_box {
	float: left;
	width: 524px;
	height: 90px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.news_block table {
	width: 524px;
}

.news_block th{
	padding: 0 15px 5px 15px;
	color: #333333;
	text-align: left;
	background:url(../img/icon_maru01.gif) 0 4px no-repeat;
	font-weight: normal;
	vertical-align: top;
}

.news_block td {
	padding: 0 0 5px 0;
	text-align: left;
	vertical-align: top;
}

.news_block table .ph {
	float: left;
	width: 66px;
	margin-right: 15px;
}

.news_block table .txt {
	overflow: hidden;
	zoom:1;
	line-height: 1.7;
}

.news_block table .txt .icon {
	margin-right: 5px;
	vertical-align: middle;
}

.news_block a:link,
.news_block a:visited,
.news_block a:hover,
.news_block a:active {
	text-decoration:none;
}

.news_block .btn_event {
	float: right;
	width: 246px;
}

/*bana--------------------*/

.bana_block {
	clear: both;
	width: 970px;
	margin: 0 auto 15px auto;
	padding-top: 20px;
	background: #1c1d1d url(../img_top/bana_top.gif) top left no-repeat;
}

.bana_block ul {
	width: 948px;
	margin: 0 auto;
	padding: 0 3px 20px 19px;
	background: url(../img_top/bana_btm.gif) bottom left no-repeat;
}

.bana_block li {
	float: left;
	height: 62px;
	margin-right: 15px;
	list-style: none;
}

