@charset "utf-8";

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

index.css

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

	01.h2
	02.container


last update 09/03/10

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

/*--------------------------------------------------------------------
	01.body
--------------------------------------------------------------------*/
body{
	background: #f3fdff url(../../img/bg.jpg) no-repeat left top;
	text-align: left;
	color: #252525;
	font-size: 14px;
}

/*--------------------------------------------------------------------
	01.h2
--------------------------------------------------------------------*/
#h2box{
	width: 550px;
	height: 480px;
	overflow: hidden;
}
#h2box h2{text-indent: -9999px;}


/*--------------------------------------------------------------------
	02.top box
--------------------------------------------------------------------*/
#tbox{
	background: url(../img/bg_box.gif) repeat-y;
	width: 550px;
}
#tbox div{
	background: url(../../img/bg_h3.gif) no-repeat;
	width: 550px;
	height: 50px;
	overflow: hidden;
}
#tbox div h3{
	float: left;
	text-indent: -9999px;
}
#tbox div img{float: right;}

#tbottom{
	display: block;
	background: url(../img/bg_box-bottom.gif) no-repeat;
	width: 550px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}
#tbox p{
	padding: 20px 25px 10px 25px;
}


/*--------------------------------------------------------------------
	03.news
--------------------------------------------------------------------*/
#news{
	position: relative;
	margin-top: 25px;
	background-image: url(../../img/bg_news.gif);
	width: 550px;
	height: 100px;
}
#news div{
	position: absolute;
	top: 2px;
	left: 45px;
	width: 503px;
	height: 96px;
	overflow: auto;
}
#news table{
	margin-left: 5px;
	width: 95%;
}
#news th,
#news td{padding: 10px;}
#news th{
	width: 100px;
	color: #35abc0;
	font-weight: bold;
}
#news tr{background: url(../../img/bg_tr.gif) repeat-x bottom;}
