@charset "Shift_JIS";

/*メインビジュアル
------------------------------------------*/
#mainvisial{
}

/*バナー
------------------------------------------*/
#banner{
	height: 41px;
	top: 30px;
}
#banner li{
	float: left;
	width: 188px;
}
#banner img{
	display: block;
}

/*ニュース
------------------------------------------*/
.news{
	position: relative;
	width: 565px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.news h2{
	background-image: url(../imgs/top/t_title_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.news .more{
	position: absolute;
	top: 11px;
	right: 5px;
}
.news .more a{
	height: 15px;
	display: block;
	width: 86px;
}
.news .more img{
	display:block;
	visibility:hidden;
}
.news .more a.new{
	background-image: url(../imgs/top/t_ti_li_01-o.gif);
}
.news .more a.event{
	background-image: url(../imgs/top/t_ti_li_02-o.gif);
}
.news .more a:hover{
	background-position: bottom;
}
.news table{
	border: none;
	margin-left: 10px;
}
.news td{
	border: none;
	padding-left: 10px;
	vertical-align: top;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 5px #ffffff;
}
.news th{
	color: #5A493E;
	background-image: url(../imgs/top/ic_01.gif);
	background-repeat: repeat-y;
	background-position: 100% 50%;
	padding-right: 10px;
	vertical-align: top;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: solid 5px #ffffff;
}

