/* CSS Document */
#content{
	width:740px;
	font-size:12px;
	line-height:14px;
}
.float_fix{
	clear: both;
}
.threepar{
	width: 220px;
	margin: 5px;
	float:left;
	border-right: 1px solid silver;
}
.threepar a{
	color: black;
	display: block;
	padding: 2px;
}
.threepar a:hover{
	color: #666666;
}
.sixpart{
	width: 112px;
	float:left;
	padding-left: 3px;
	font-size: 11px;
	border-right: 1px solid silver;
}
.sixpart a{
	color: #666666;
}
.sixpart a:hover{
	color: black;
}
