@charset "utf-8";
/* CSS Document */

.image{border:none}


.image a{border:none}
*{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}


#wrap {
	float: left;
	height: 100%;
	width: 100%;
	padding-bottom: 10px;
	background-repeat: repeat-y;
	background-image: url(../images/3.png);
	background-position: center top;
}
#nonfloat {
	float: none;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#base {
	float: left;
	width: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	height: 548px;
}
.likebox {
	float: left;
	width: 400px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
	height: 104px;
	padding-left: 10px;
	padding-top: 10px;
}
.likebox-item {
	float: left;
	width: 400px;
}
