@charset "utf-8";

/*====================================================================

index.css

======================================================================

	main

====================================================================*/


#top_main{
	position:relative;
	background:url(../../img/main.jpg) no-repeat;
	width:800px;
	height:338px;
}

#left{
	position:absolute;
	left:41px;
	bottom:25px;
}

#left a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#center{
	position:absolute;
	left:287px;
	bottom:25px;
}

#center a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

#right{
	position:absolute;
	right:35px;
	bottom:25px;
}

#right a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

body{
	background: #000000 url(../img/bg.gif) repeat-x;
	text-align:left;
	font-size: 12px;
	color: #4b4949;
}

/*--------------------------------------------------------------------/
	news
/--------------------------------------------------------------------*/

#news{
	margin:0 auto ;
	background-color:#FFFFFF;
	width:530px;
	height:300px;
	overflow: auto;
	overflow-x:hidden;
}

#news table{
	margin:10px 0 0 10px;
	width: 500px;
}
#news table th,
#news table td{
	padding-top:4px;
	padding-bottom:4px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
	border-bottom:solid 1px #aaaaaa;
}
#news table th{
	width:130px;
	color:#eb6100;
}


