@charset "utf-8";
/* index styles */

h1 {
	font-size: 120%;
	padding-bottom: 5px;
	border-bottom: 1px solid #00519e;
}

section#news {
	border: 2px solid #c9cacb;
	width: 690px;
	height: 310px;
	margin: 40px auto;
	padding: 0;
}

section#news h2 {
	background: url(../images/index/ttl_1.gif) no-repeat;
	width: 690px;
	height: 26px;
	margin: 0 0 10px 0;
	text-indent: -9999px;
}

section#news div#box {
	width: 690px;
	height: 265px;
	overflow: auto;
}

section#news table {
	font-size: 100%;
	margin: 10px;
	height: 265px;
}

section#news table th {
	white-space: nowrap;
	vertical-align: top;
}

section#news table th,
section#news table td {
	padding: 5px ;
	font-weight: normal;
	text-align: left;
}

section#news table td a {
	text-decoration: none;
	color: #00519E;
}

section#news table td a:hover {
	text-decoration: underline;
}

section#news table td a:visited {
	color: #636;
}