@charset "shift_jis";
/*  Top Contents
-----------------------------------------------------------------------------*/
#toppage h2 { display: none; }



#toppage #main_area h1 {	margin-bottom: 16px; }
#toppage #main_area h3 {	margin-bottom: 16px; }

#toppage #main_area .read {
	margin: 0 24px 10px 10px;
	font-size: 1.1em;
}

#toppage #main_area a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
}

#toppage #main_area #item_box {
	padding: 6px;
	width: 588px;
	background: #f0f0f0;
}
#toppage #main_area #item_box table {
	width: 588px; border-collapse: collapse;
}
#toppage #main_area #item_box td {
	clear: both;
	padding: 5px 16px 10px 8px;
	width: 294px; height: 138px;
	background: url(../../images/top_box_bg.gif) left top no-repeat;
	vertical-align: top;
}
#toppage #main_area #item_box td h4 {
	margin: 10px 0;
}
#toppage #main_area #item_box td .explain {
	width: 130px;
	float: right;
}

#toppage #main_area #item_box td .photo {
	width: 130px;
	float: left;
}


