

table.lineList{
	width:100%;
	margin-bottom:20px;
}

table.lineList td{
	width:25%;
	background:#e6e6e6;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	padding:0.3em 0;
}

table.lineList tr.even td{
	background:#f2f2f2;
}

<!-- y-saito add 6/3 STRAT -->
.g_box {
	clear:both;
	margin-bottom:20px;
}

.g_box h4 {
	font-weight: bold;
	margin-bottom:0.5em;
}

.g_box .txtArea {
	float:left;
	width:326px;
	margin-left:9px;
}

.g_box .image {
	float:right;
	width:325px;
}
.g_box h4 {
	background: url("../common/img/bbox_h4_bg.gif") repeat-y scroll 0 0 transparent;
	 border: 3px solid #d2edff;
}

<!-- y-saito add 6/3 END -->
