@charset "utf-8";

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

index.css

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


last update 00/00/00

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


#para1{
	margin-top:20px;
	background:url(../../img/bg_para1.jpg) no-repeat;
	width:660px;
	height:315px;
	overflow:hidden;
	zoom:1;
}
#para1 div{
	margin-top:150px;
	margin-left:15px;
	width:630px;
}
#para1 div p{
	color:#423636;
}

#para2{
	margin-top:15px;
	width:660px;
	zoom:1;
}
#para2 a:hover{
	background:#fff;
	opacity:0.8;
	filter:alpha(opacity=80);
}




#para1:after,
#para2:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}





/*====================================================================
	news
====================================================================*/

#contents #news{
	margin-left:2px;
	width:650px;
	height:220px;
}
#contents #news div{
	margin-left:10px;
	width:640px;
	height:220px;
	overflow:auto;
}
#contents #news table{
	width:620px;
	font-size:12px;
	line-height:1.2em;
}
#contents #news table th,
#contents #news table td{
	padding-top:8px;
	padding-bottom:8px;
	background:url(../img/line_01.gif) bottom repeat-x;
	text-align:left;
	vertical-align:top;
}
#contents #news table th{
	padding-left:5px;
	width:150px;
	color:#d2700e;
}
#contents #news table td{ padding-bottom:10px;}
#contents #news table td a{ color:#d2700e;}












