@charset "utf-8";

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

index.css

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

	01.news

last update 00/00/00

====================================================================*/
#contents h3{margin-top: 15px;}




/*=====================================================================
	01.news
=======================================================================*/
#news{
	height:90px;
	overflow:auto;
}
#news table{
	border-top: solid 1px #e1e1e1;
	width: 493px;
}
#news table th,
#news table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#news table th{
	width: 150px;
	color: #0a5e0b;
}



/*=====================================================================
	02.para1
=======================================================================*/
#para1{
	position:relative;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:20px;
	background:url(../../img/image01.jpg) no-repeat;
	width:513px;
	height:305px;
}
#para1 a{
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	width:513px;
	height:40px;
	text-indent:-9999px;
}
#para1 a:hover{
	background:#fff;
	opacity:0.2;
	filter: alpha(opacity=20);
	
}


/*=====================================================================
	03.para2
=======================================================================*/

#para2{
	margin-bottom:20px;
	margin-left:10px;
	width:513px;
}
#para2 p{ margin-bottom:20px;}










