/* ▼▼ トップページ ▼▼ */

#main_image {
	margin-bottom: 15px;
}

.bukken_box {
	clear: both;
	margin-bottom: 15px;
}

.bukken {
	float: left;
	display: inline;
	width: 185px;
	height: 250px;
	margin: 0px 5px 10px 5px;
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #F4F9F4;
	font-size: 9pt;
}

.bukken_name {
	width: 185px;
	text-align: center;
	font-weight: bold;
	color: #FF9900;
}
.bukken_name a:link { color: #FF9900; text-decoration: none; }
.bukken_name a:visited { color: #FF9900; text-decoration: none; }
.bukken_name a:active { color: #FF9900; text-decoration: none; }
.bukken_name a:hover { color: #CC0000; text-decoration: underline; }

