@charset "UTF-8";

/* load common style */
@import url("common.css");



#main .imgBlock {
	float: left;
	width: 194px;
}

#main .imgBlock img {
	padding-left: 27px;
}

#main .txtBlock {
	float: left;
	width: 435px;
}

#main .txtBlock {
	float: left;
	width: 435px;
}

#main .txtBlock table {
	width: 435px;
}

#main .txtBlock table th,
#main .txtBlock table td {
	border-bottom: 1px dashed #fff;
	padding: 5px 10px;
}

#main .txtBlock table th {
	font-weight: bold;
	color: #fff;
	background-color: #70A10B;
}

#main .txtBlock table td {
	background-color: #D0DFAC;
}

#main .txtBlock img {
	vertical-align: middle;
}

























