BODY {
	
}
A {
	TEXT-DECORATION: none
}
.fs120 {
	FONT-SIZE: 120%
}
.fs80 {
	FONT-SIZE: 80%
}
.fs60 {
	FONT-SIZE: 60%
}
.fcred {
	COLOR: #7d0002
}
.bold {
	font-weight: bold;
}
.fcwhite {
	COLOR: #ffffff;
}
.fcdarkgreen {
	COLOR: #006411;
}
TABLE.darkblue {
	BACKGROUND-COLOR: #000080;
}
TABLE.gray {
	BACKGROUND-COLOR: #b6b6b7;
	WIDTH:100%;
	border-collapse:collapse;
	//border:solid 1px #cccccc;
}
TABLE.black {
	BACKGROUND-COLOR: #000000;
}
TABLE.darkgreen {
	BACKGROUND-COLOR: #006411;
}
TD.whitegray {
	BACKGROUND-COLOR: #efefef;
}
TD.white {
	BACKGROUND-COLOR: #ffffff;
}
TD.darkgreen {
	BACKGROUND-COLOR: #006411;
}
TD.lightgreen {
	BACKGROUND-COLOR: #ccffcc;
}
TD.darkblue {
	BACKGROUND-COLOR: #000080;
}
TD.menugreen {
	BACKGROUND-COLOR: #85a064;
}
TD.orange{
	BACKGROUND-COLOR: #FDC55A;
}
TD.lightyellow{
	BACKGROUND-COLOR: #FFFFCC;
}
TD.lightblue {
	BACKGROUND-COLOR: #d5f9fd;
	PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;

}
TD.pink {
	BACKGROUND-COLOR: #fde3f5;
	PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;
}
TD.lightpurple {
	BACKGROUND-COLOR: #f9d0ff;
	PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;

}
TD.blue {
	BACKGROUND-COLOR: #d4dafe;
	PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;

}

TD.event_white {
	BACKGROUND-COLOR: #ffffff;
	PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;

}
TD.event_lightgreen {
	BACKGROUND-COLOR: #ccffcc;
    PADDING:5px;
	font-size:80%;
	border:solid 1px #cccccc;

}
#container_news {
	margin-top:15px;
	padding:0;
	border: 1px solid #a7a7a7;
}

ul.newsline {
	margin: 0px;
	padding: 0px;
}

ul.newsline li.line {
	border-bottom:1px dashed #CCC; line-height: 150%;
	font-size: 90%;
	color: #333;
	vertical-align: middle;
	background-image: url('zou/newsIcon.gif');
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px
}

ul.newsline li.end {
	line-height: 150%;
	font-size: 90%;
	color: #333;
	vertical-align: middle;
	background-image: url('zou/newsIcon.gif');
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px
}