@charset "utf-8";
/*##################################################
-------------LIST-------------
 00: Base
 --: clearfix
------------------------------
##################################################*/



/* --------------------------------------------------
 00: Base
 -------------------------------------------------- */

/* --見出し-- */
h1	{
	background:url(../images/h1_img.jpg) no-repeat;
	height:50px;
}

/* --コンテンツスタイル-- */
.layout_box01	{
	padding:0 25px;
}
.layout_box01 ul li{
	float: left;
	padding-bottom: 12px;
}
.layout_box01 ul li.news-date{
	width: 120px;
	color: #2d503c;
}
.layout_box01 ul li.news-cont{
	width: 570px;
}
.layout_box01 ul li.news-cont a,
p.news_right a{
	color: #c86300;
	text-decoration: underline;
}
.layout_box01 ul li.news-cont a:hover{}

.news_right{
	text-align:right;
}
/* --------------------------------------------------
 --: ClearFix
-------------------------------------------------- */
/* for Win IE */
.layout_box01
{zoom:1;}
/* for IE5 Mac start ¥*//*/
.layout_box01
{display:inline-table;}
/*for IE5 Mac end */
.layout_box01:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
