@charset "utf-8";
/* CSS Document */

a.menu1:link, a.menu1:visited {
	display:block;
	text-decoration: none;
	color:#555555;
	padding:5px;
	border-bottom:1px dotted #AAAAAA;
}

a.menu1:hover, a.menu1:active {
	display:block;
	text-decoration: none;
	color:#336699;
	padding:5px;
	border-bottom:1px dotted #AAAAAA;
}

.staymenu1 {
	display:block;
	text-decoration: none;
	color:#336699;
	padding:5px;
	border-bottom:1px dotted #AAAAAA;
}

a.menu2:link, a.menu2:visited {
	text-decoration: none;
	width:92px;
	height:23px;
	float:left;
	text-align:right;
	background-image:url(../img/b_1.jpg);
	color:#004080;
	padding-right:3px;
	padding-top:2px;
	margin-left:1px;
	letter-spacing:1px;
}

a.menu2:hover, a.menu2:active {
	text-decoration: none;
	width:92px;
	height:23px;
	float:left;
	text-align:right;
	background-image:url(../img/on_b_1.jpg);
	color:#333333;
	padding-right:3px;
	padding-top:2px;
	margin-left:1px;
	letter-spacing:1px;
}

.staymenu2 {
	text-decoration: none;
	width:92px;
	height:23px;
	float:left;
	text-align:right;
	background-image:url(../img/on_b_1.jpg);
	color:#000033;
	padding-right:3px;
	padding-top:2px;
	margin-left:1px;
	letter-spacing:1px;
}


a.head:link, a.head:visited {
	display:block;
	text-decoration: none;
	color:#555555;
}

a.head:hover, a.head:active {
	display:block;
	text-decoration: none;
	color:#336699;
}

.news {
	overflow:auto;
	display:block;
	padding:5px;
	clear:both;
	margin: 5px;
}

.news ul {
	list-style:none;
	margin:0px;
	padding:0px;
	line-height:150%;
}

.news li {
	list-style:none;
	line-height:120%;
	margin-bottom:4px;
}

.news li .date {
	font-weight:bold;
	color:#EE0000;
}

.news li .new {
	font-weight:bold;
	color:#FF9900;
	margin-left:5px;
}
