@charset "utf-8";

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

index.css

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

	01.news
	02.box01 box02
	03.top_txt

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


/*--------------------------------------------------------------------/
	01.news
/--------------------------------------------------------------------*/

#news {
	clear: both;
	margin-left: 9px;
	width: 653px;
}

#news table {
	background-color: #fff9e9;
	width: 653px;
}

#news table th,
#news table td {
	font-size: 10px;
}

#news table th {
	padding: 0 10px 10px 5px;
	color: #8a3a28;
	font-family: century,sans-serif;
	vertical-align: top;
	letter-spacing: 2px;
}

#news table td {
	padding: 2px 15px 10px 0;
	background: url(../img/dod.gif) repeat-x 0 100%;
	font-family: 'ＭＳ Ｐゴシック',sans-serif;
	letter-spacing: 1px;
}

/* h3 ヴィポ、薪セミオーダー
---------------------------------------------------------------------*/

#box01 {
	float: left;
	margin-left: 9px;
	margin-bottom: 15px;
	background: url(../../img/h3_01.jpg) no-repeat 0 0;
	width: 320px;
	height: 145px;
	overflow: hidden;
	text-indent: -9999px;
}

*html #box01 { margin-left: 5px;}

#box02 {
	float: right;
	margin-right: 2px;
	background: url(../../img/h3_02.jpg) no-repeat 0 0;
	width: 320px;
	height: 145px;
	overflow: hidden;
	text-indent: -9999px;
}

#box01 div,
#box02 div {
	margin-top: 83px;
	height: 16px;
}

#box01 div a,
#box02 div a {
	display: block;
	float: right;
	width: 85px;
	height: 16px;
	overflow: hidden;
	text-indent: -9999px;
}


#box01:after,
#box02:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


.top_txt {
	clear: both;
	margin-left: 15px;
	margin-bottom: 20px;
	width: 645px;
}
.top_txt p { margin-bottom: 10px;}
