﻿@charset "utf-8"; 
/* CSS Document */

#flash {
	float: left;
	width: 460px;
	margin-bottom: 10px;
	height: 260px;
}

#indexbutton {
	float: right;
	margin-bottom: 10px;
}

#indexb {
	list-style: none;	
	width: 190px;
	height: 260px;
	position: relative;
	overflow: hidden;
}

ul#indexb li,
ul#indexb li a {
	display: block;
	height: 85px;
	margin: 0px;
	padding: 0px;

}
ul#indexb li a {
	position: absolute;
	top: 0;
	//z-index: 2;

}

ul#indexb li#indexb1,	
ul#indexb li#indexb1 a {
	width: 190px;
	background-image: url(../images/index/right-bar01b.jpg);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	height: 85px;
	margin-bottom: 2px;






}
ul#indexb li#indexb2,	
ul#indexb li#indexb2 a {
	width: 190px;
	background-image: url(../images/index/right-bar02b.jpg);
	background-repeat: no-repeat;
	top: 87px;
	left: 0px;
	height: 85px;
	margin-bottom: 2px;













}
ul#indexb li#indexb3,	
ul#indexb li#indexb3 a {
	width: 190px;
	background-image: url(../images/index/right-bar03b.jpg);
	background-repeat: no-repeat;
	top: 174px;
	height: 85px;
	left: 0px;






}

ul#indexb li.here a {
	visibility: visible;
}

ul#indexb li.here,
ul#indexb li.here a img,
ul#indexb li a:hover {
	background: none;
}

ul#indexb li.here,
ul#indexb li.here a img,
ul#indexb li a:hover img {
	visibility: hidden;
}

#news {
	margin-top: 3px;
}

#news dl {
	margin: 0;
	list-style-type: none;
	display: block;
	padding-right: 3px;
	padding-left: 3px;
}

#news dt {
	float: left;
	width: 9em;
	padding: 8px 0 0px;
	line-height: 150%;
	font-size: 90%;
	text-align: left;
}

#news dd {
	padding: 8px 0 0px 9em;
	line-height: 150%;
	font-size: 90%;
	text-align: left;
}

#news .text {
	padding-left: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #E60012;
}

#w300window {
	text-align: center;
	margin: 10px;
	width: 300px;
	border: 1px solid #333333;
	padding: 10px 10px 20px;
}

#w300window .title {
	background-color: #FF9900;
	text-align: center;
	padding: 8px 5px 5px;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#w300window .text {
	font-size: 100%;
	font-weight: bold;
	color: #0671B0;
	margin-bottom: 10px;
}

#w300window .w120 {
	width: 120px;
	margin-bottom: 10px;
	float: right;
}

#w300window .w170 {
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	width: 170px;
	float: left;
}

#w300window .agotext {
	font-size: 80%;
	line-height: 200%;
	text-align: left;
	padding-bottom: 20px;
}

.topnews {
	padding: 5px 7px;
	border: 2px solid #FF0000;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 90%;
	line-height: 150%;
	background-color: #FFFFCC;
}

.topnews2 {
	margin-top: 10px;
	margin-bottom: 1em;
	font-size: 90%;
	line-height: 150%;
	padding-right: 5px;
	padding-left: 5px;

}

