@charset "UTF-8";

div#layoutbox_h2 h2 {
	padding: 0;
	margin: 0 0 5px 0;
}

#pickup {
	float: left;
	width: 511px;
	margin-bottom: 10px;
	background: url(../images/top_list_bg.gif) repeat-y left top;
	border-top: #58b530 1px solid;
}
#pickup div {
	float: left;
	width: 150px;
	padding: 10px;
	text-align: center;
	border-bottom: #58b530 1px solid;
}
#pickup div h3 {
	margin: 5px 0;
	padding-left: 5px;
	border-left: #58b530 3px solid;
	text-align: left;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
}
#pickup div h3 a {
	color: #333;
}
#pickup div h3 a:hover {
	color: #555;
}
.flClear {
	clear: both;
}