.gen_GuestBook .catTitle {
	font-weight: bold;
	text-align: center;
	font-size: 1.4em;
	margin: 0.2em 0em 1em 0em;
	margin-top: 2em;
	margin-bottom: 1.5em;
}

.gen_GuestBook {
	margin: 0em auto 0em auto;
	width: 850px;
}
.gen_GuestBook div.editBoxMsg {
	margin: 4em auto 1em auto;
	background-color: #fffef5;
	padding: 1em 3em;
	border: 2px solid #fbf5e3;
}

.gen_GuestBook .artList {
	float: right;
}

.gen_GuestBook .boxList {
	margin-top: 2em;
}

.gen_GuestBook .boxList a.box {
	display: block;
	width: 100px;
	height: 60px;
	float: right;
	margin: 0px 5px;
	text-align: center;
	font-weight: bold;
	padding-top: 40px;
	background: url(img/box.png) center top;
}

.gen_GuestBook .boxList .viewAllBox {
	padding-top: 50px;
	padding-left: 5px;
	float: right;
}

.gen_GuestBook .boxList .viewAllBox img {
	height: 50px;
}

.gen_GuestBook .pageOfBoxList {
	margin: 0px auto;
	width: 700px;
}

/* *** editbox */

.gen_GuestBook div.editBoxMsg {
	margin: 0.4em 1em 0em 0em;
	float: left;
}

