@charset "utf-8";

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

index.css

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

	01.body


last update 09/05/25

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

/*--------------------------------------------------------------------
	01.body
--------------------------------------------------------------------*/
body{background: url(../../img/bg_body.gif) repeat-x;}


/*--------------------------------------------------------------------
	02.wrapper
--------------------------------------------------------------------*/
#wrapper{
	margin-left: auto;
	margin-right: auto;
	background: url(../../img/bg_wrapper.jpg) no-repeat top center;
}


/*--------------------------------------------------------------------
	02.main
--------------------------------------------------------------------*/
#main{
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 370px;
}


/*--------------------------------------------------------------------
	03.container inner
--------------------------------------------------------------------*/
#inner{
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}
#inner:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#inner a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/*--------------------------------------------------------------------
	04.topics
--------------------------------------------------------------------*/
#topics{
	float: left;
	background: url(../../img/bg_topics.gif) no-repeat;
	width: 490px;
	height: 320px;
	overflow: hidden;
	text-align: left;
}
#topics h3{
	text-indent: -9999px;
	height: 35px;
}
#topics div{
	margin-top: 1px;
	margin-left: 1px;
	width: 488px;
	height: 283px;
	overflow: auto;
	text-align: left;
}
#topics table{
	margin-left: auto;
	margin-right: auto;
	width: 460px;
}
#topics th{
	padding: 15px 5px 5px 10px;
	width: 170px;
}
#topics td{
	padding: 15px 5px 5px 10px;
	text-align: left;
	line-height: 1.5;
}


/*--------------------------------------------------------------------
	05.side
--------------------------------------------------------------------*/
#side{
	float: right;
	width: 310px;
}
#fc{
	background-image: url(../../img/bg_fc.gif);
	width: 310px;
	height: 135px;
	overflow: hidden;
}
#fc h3{
	text-indent: -9999px;
	height: 40px;
}
#fc p{
	padding: 0 15px;
	text-align: left;
}
#bnr{
	position: relative;
	margin-top: 15px;
	width: 310px;
	height: 170px;
}
#bnr01{
	position: absolute;
	top: 0;
	left: 0;
}
#bnr02{
	position: absolute;
	bottom: 0;
	left: 0;
}
#bnr03{
	position: absolute;
	bottom: 0;
	right: 0;
}