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

#content {
	padding: 0 0 40px;
}

.col1 {
	float: left;
	width: 224px;
	margin: 0 0 20px 22px;
}
.col1 img {
	float: left;
	display: block;
	position: relative;
	margin: 0;
}
.col1_first {
	float: left;
	width: 224px;
	
}
.col1_first img {
	float: left;
	display: block;
	position: relative;
	margin: 0;
}
.col1box {
	float: left;
	display: block;
	position: relative;
	background: url(../images/site/box-main-col1.png) no-repeat top center;
	width: 204px;
	min-height: 214px;
	top: -2px;
	padding: 2px 10px 0;
}
.col1box h2 {
	text-shadow: 0 1px 4px #fff;
}

.col1box_first {
	float: left;
	display: block;
	position: relative;
	background: url(../images/site/box-main-col1.png) no-repeat top center;
	width: 204px;
	min-height: 214px;
	margin: 0 0 20px 0;
	top: -2px;
	padding: 2px 10px 0;
}
.col1box_first h2 {
	text-shadow: 0 1px 4px #fff;
}
