﻿@charset "utf-8";

/* ============================================
	/index.html
============================================ */
.flashSec {
	width: 580px;
	height: 380px;
	position: relative;
}
	.flashSec div {
		position: absolute;
		top: -10px;
		left: -10px;
		background: url(../img/bg_flash.gif) no-repeat left top;
		padding: 10px;
		width: 580px !important;
		height: 380px !important;
		width: 600px;
		height: 400px;
	}
table.news {
	background: #ffffff;
	margin-top: 20px;
	width: 100%;
}
	table.news th {
		padding: 50px 0;
		width: 120px;
		vertical-align: middle;
	}
		table.news th p {
			margin-left: 36px;
		}
	table.news td {
		background: url(../img/bg_news.gif) no-repeat left center;
		padding-left: 25px;
		font-size: 85%;
		color: #6e5600;
		text-align: left;
	}
		table.news td a {
			color: #6e5600;
		}
.caption {
	margin-top: 10px;
	font-size: 85%;
	color: #efce7a;
	text-align: left;
}
