.maker_mainbox {
	height: 200px;
	width: 800px;
	text-align:left;
	margin-top: 50px;
	margin-bottom: 50px;
}

.maker_imgbox {
	width:300px;
	height:200px;
	float:left;
}

.maker_textbox {
	width:500px;
	height:200px;
	float:left;
	padding:0px 0px 0px 20px;
	color: #666666;
	line-height: 20px;
	font-size: 12px;
}

.maker_logo {
	width: 460px;
	height: auto;
	text-align: center;
	margin-bottom: 15px;
}
.item_mainbox {
	height: auto;
	width: 800px;
	padding-top: 20px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-bottom: 50px;
}
.item {
	height: auto;
	width: 266px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	color:#666666;
	line-height:6px;
}
.item:hover {
	height: auto;
	width: 266px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
	padding: 5px 0px 5px 0px;
	cursor:pointer;
	background-color: #EBE6D6;
	text-decoration: none;
	color:#666666;
	line-height:6px;
}

