﻿/* --------------------
index_style
-------------------- */


/* ============================================================
Default style clear
============================================================ */

@import"reset.css";
@import"common.css";


/* ============================================================
main style
============================================================ */


/* --------------------
contents
-------------------- */

/* --------------------
navigation_bottom
-------------------- */

div#nav_bottom {
	float: left;
	width: 980px;
	margin-left: 10px;
}
div#nav_bottom ul{
	margin-left: 10px;

} 

div#nav_bottom li {
	float: left;
	width: 228px;
	padding: 2px 5px;
	border-right: solid 1px #AAAAAA;
}
div#nav_bottom li.last{
	float: left;
	width: 228px;
	padding: 2px 5px;
	border-right: none;
}
div#nav_bottom a {
	display: block;
	width: 100%;
	padding: 0.2em 0;
	color: #9F9F9F;
	text-decoration: none;
}
div#nav_bottom a:hover {
	color: #000000;
	background-color: #f5f5f5
}

/* --------------------
news
-------------------- */

div#news {
	float: left;
	width: 980px;
	margin-top: 60px;
	margin-left: 10px;
	margin-bottom: 20px;
}
div.more a{
	position:relative;
	left: 125px;
	top: 10px;
	text-decoration: none;
	color: #9F9F9F;
}
div.more a:hover {
	color: #000000
}
div#news h2{
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(../img/logo/news.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
table.news {
	width: 300px;
	margin-left: 340px;
}
table.news th {
	width: 60px;
	text-align: center;
	border-bottom: dotted 1px #AAAAAA;
}
table.news td {
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #AAAAAA;
}
table.news td a {
	color: #9F9F9F;
	text-decoration: none;
}
table.news td a:hover {
	color: #000000;
}