﻿@charset "utf-8";

/*----------------------------------------------------------------
index.html / 
-------------------------------------------------------------------*/
#left {
	width: 628px;
	padding: 5px 0px 5px 5px;
	float: left;
	display: inline;
}
#left .ban01 {
	padding-bottom:8px;
}
#left .ban01 a:hover {
	position:relative;
	top:1px;
	left:1px;
}
#right {
	width: 295px;
	padding: 5px 0px 5px 10px;
	float: left;
	display: inline;
}
#right ul {
	padding: 0px 0px 0px 0px;
}
#right li {
	list-style: none;
	padding: 0px 0px 8px 0px;
}
#right .last {
	list-style: none;
	padding: 0px 0px 0px 0px;
}
#right a:hover {
	position:relative;
	top:1px;
	left:1px;
}
#news {
	width: 628px;
	border-left: 1px solid #d0ced1;
	border-right: 1px solid #d0ced1;
	margin: 10px 0px 0px 0px;
}
.newsblock {
	width: 628px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #d0ced1;
}
.newsblock .tle {
	width: 85px;
	margin-top: 2px;
	padding: 0px 0px 5px 5px;
	font-size: 12px;
	color: #786A5B;
	font-weight: bold;
	text-align:justify;
	text-justify:inter-ideograph;
	float: left;
	display: inline;
}
.newsblock .txt {
	width: 533px;
	font-size: 12px;
	color: #786A5B;
	line-height: 130%;
	padding: 0px 5px 5px 0px;
	text-align:justify;
	text-justify:inter-ideograph;
	float: left;
	display: inline;
}


















