/* CSS Document */

.mainsection {
	/* [disabled]height: 800px; */
}
.cboxin {
	margin: 0 0 50px;
	font-size: 13px;
	height: auto;
	width: 890px;
	float: left;
}
.col1s, .col2s, .col3s {
	overflow: hidden;
	height: auto;
	width: 280px;
}
.col1s {
	float: left;
}
.col2s {
	float: left;
	margin-left: 25px;
}
.col3s {
	float: right;
}

.main, .mainhead, .sub {
	float: left;
	width: 280px;
	text-decoration: none;
	height: 20px;
	margin-bottom: 4px;
}
.main, .mainhead {
	font-weight: bold;
	color: #69C;
	font-size: 1.1em;
	margin-top: 8px;
}
.detail {
	font-weight: normal;
}
.detail2 {
	font-weight: normal;
	font-size: 13px;
	color: #666666;
}
.sub {
	color: #666666;
}
.sub:hover, .main:hover {
	text-decoration: none;
	color: #000;
}
.sub:active, .main:active {
	color: #336699;
}
