@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main {
 background-image:url(../img/img_main01.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:440px;
	text-align:center;
}
#main-flash {
	width:1003px;
	height:440px;
}

/*
 top module [
----------------------------------------------------------- */
#topModule{
 width:900px;
	margin:10px auto 10px auto;
	padding:0 10px 0 10px;
	text-align:left;
}
#topModule #newsArea{
 width:365px;
	float:left;
	text-align:left;
}
#topModule #newsArea #newBtn{
 width:80px;
	float:left;
}


#topModule #bnrArea{
 width:900px;
	float:left;
	text-align:right;
}
#topModule #bnrArea img{
 margin:0 0 0 1px;
}


#imageContainer {
	position:relative;
	height:440px;
	width:1003px;
	margin:0 auto;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}


.rssclass{
float:left;
width: 285px;
padding:7px 0 0 0;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.rssclass a{
text-decoration: underline;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}


