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

.col2box {
	float: left;
	display: block;
	position: relative;
	background: url(../images/site/box-main-col2.png) no-repeat top center;
	width: 448px;
	min-height: 267px;
	margin: 0 0 20px;
	padding: 2px 10px 0;
}
.col2box h2 {
	text-shadow: 0 1px 4px #fff;
}
.col2box h3 {
	color: #808080;
	margin: 0 0 4px;
}

.col1box {
	float: right;
	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;
	padding: 2px 10px 0;
}
.col1box h2 {
	text-shadow: 0 1px 4px #fff;
}
.col1box h3 {
	color: #808080;
	margin: 0 0 4px;
}
.col1box ul ul {
	margin-bottom: 6px;
}
.col1box li,
.col1box ul ul li {
	list-style: none;
	list-style-type: none;
	margin: 0 0 6px 0;
}

.button h2 a {
	display: block;
	position: relative;
	background: url(../images/site/button-main-col2.jpg) no-repeat top center;
	width: 468px;
	height: 24px;
	color: #fff;
	font-size: 80%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	line-height: 100%;
	text-indent: 14px;
	margin: 24px 0 30px;
	padding: 8px 0 0;
}
.button h2 a:link {
}
.button h2 a:visited {
}
.button h2 a:hover {
	color: #B3B3B3;
	border-bottom: none;
}
.button h2 a:active {
	color: #000;
	text-shadow: 0 0 4px #fff;
	border-bottom: none;
}
