body {
	background-image: url(../../index/img/bg.gif);
}
#flashArea ,#noflash {
	height: 350px;
	width: 100%;
}
#noflash {
	background-image: url(../../common/img/bg.gif);
	background-repeat: repeat-x;
	background-position: 100px 250px;
}
#noflash img {
	margin-top: 74px;
}

#contents {
	color: #FFFFFF;
}
#topContents {
	float: left;
	width: 590px;
}
#contents h2 {
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
}
#contents ul {
	list-style-type: none;
}
.btnArea ul {
	margin-top: 20px;
	margin-bottom: 20px; 
}
.btnArea li {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	display: inline;
}
.btnArea a {
	display: block;
	width: 285px;
	height: 80px;
}
#subContents {
	float: right;
	width: 190px;
}
#newsArea ul{
	font-size: 0.85em;
}
#newsArea li{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #333333 solid 1px;
}
#newsArea span {
	display: inline;
	color: #99CC00;
}
#newsArea a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#bannerArea {
	clear: both;
}
#bannerArea li {
	padding-top: 10px;
}
#caption {
	padding-top: 10px;
	clear: both;
}


/*V*/

.newsbox {
	overflow-y:scroll;
	height:160px;
	margin-bottom:20px;
}

.newsbox ul{
	font-size: 10px;
}
.newsbox li{
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #333333 solid 1px;
}
.newsbox span {
	display: inline;
	color: #99CC00;
}
.newsbox a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}