@charset "utf-8";
/* CSS Document */

/*//////////////////////////////
 Body
//////////////////////////////*/

#ContentsBody{
	clear:both;
	background-color:#FFF;
}

#Customize{
	padding:20px;
}

#Menu{
	clear:both;
	padding:0;
	margin:0;
	border-collapse:collapse;
	width:100%;
	background-color:#FFF;
}

#Menu td{
	padding:3px;
	margin:0;
	width:20%;
	text-align:center;
}

#Menu a{
	color:#FFF;
}

#Eat{
	background:#B7B7B7;
	border-right:solid 1px #FFF;
}

#Beauty{
	background:#B7B7B7;
	border-right:solid 1px #FFF;
}

#Buy{
	background:#B7B7B7;
	border-right:solid 1px #FFF;
}

#School{
	background:#B7B7B7;
	border-right:solid 1px #FFF;
}

#Enjoy{
	background:#B7B7B7;
}

#BackNumberArea{
	clear:both;
	border-top: 1px dotted #000000;
	margin-top:15px;
	padding-top:15px;
}

#BKTitle{
	height:25px;
}

.EachBK{
	float:left;
	width:350px;
}