@charset "UTF-8";
/* CSS Document */

h1 {
	height:230px;
	background:url(../images/h1_top.png);
}

.top_item_box {
	width:560px;
	clear:both;
	padding:0 0 2em 0;
}
.top_item_box:after { /* hack for morden browser*/
	content : "";
 	display : block;
 	height : 0;
 	clear : both;
}

.top_item_box img {
	float:left;
	border:1px solid #ccc;
}

.top_item {
	width:280px;
	float:right;
}

.top_item h2 {
	width:280px;
	height:34px;
	margin:0 0 .5em 0;
	border-bottom:1px solid #ccc;
	text-indent:-9999px;
}
.a_type h2 { background:url(../images/h_a_type.png); }
.b_type h2 { background:url(../images/h_b_type.png); }
.top_item p {
	text-indent:0;
	color:#006524;
}


