/* CSS Document */



#side {
	float:right;
	width: 210px;
	text-align: center;
}
#side div {
	height: 30px;
	background-color: #24A998;
	font-size: 15px;
	line-height: 30px;
	color: #FFFF00;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#contents {
	background-color: #FFFFFF;
	width: 620px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	font-size: 14px;
	padding-left: 5px;
}
#contents h1 {
	background-image: url(images/1hed.jpg);
	height: 42px;
	background-position: right;
	background-color: #24A998;
	color: #FFFF00;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 40px;
	width: 610px;
	text-indent: 10px;
}
#main {
	width: 840px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: relative;
	margin-top: 5px;
}
.flame {
	width:600px;
	height:100px;
	overflow:auto;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}
.hide {
	display: none;
}
.news {
	height: 100px;
	width: 596px;
	overflow: auto;
}
.news dt {
	color: #009966;
	font-weight: bold;
	text-indent: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: 5px;
	margin-left: 5px;
}
.news a {
	text-decoration: none;
	color: #0066CC;
}
.news dd {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
}
