@charset "utf-8";

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

index.css

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

#t_j{
	position:relative;
	background:#ffffff url(../../img/bg_tjihan1.gif) no-repeat;
	margin-bottom:20px;
	width:570px;
	height:345px;
}

#t_j p{
	position:absolute;
	bottom:20px;
	left:15px;
}

#t_result{
	position:absolute;
	bottom:15px;
	right:15px;
}

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

#content_b_right{
	float:left;
	width:140px;
	height:30px;
}


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

#topics{
	margin:0 auto;
	width:210px;
	height:36px;
}

#news_waku{
	background:#ffffff url(../../img/bg_news.gif) no-repeat;
	margin-bottom:20px;
	width:210px;
	height:171px;
}
#news{
	margin:0 auto;
	width:210px;
	height:171px;
	overflow:auto;
	overflow-x:hidden;
}

#news table{
	margin:5px 0 0 5px;
	width:180px;
	font-size:10px;
}
#news table th{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}
#news table td{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:20px;
	text-align:left;
	line-height:1.6;
	vertical-align:top;
}
#news table th{
	color:#757575;
}

#news table td{
	background:#ffffff url(../../img/mark.gif) 6% 6px no-repeat;
}


