@charset 'utf-8';
@import url("common.css");

/* ============= clear ============= */

.centerman  {
	height		: 1%;
}

.centerman:after {
	content		: ".";
	display		: block;
	height		: 0;
	clear		: both;
	visibility	: hidden;
}

/* ============= ガイドブックについてトップページ ============= */

/* ============= maincol_top ============= */

.centerman {
	text-align	: center;
	margin-bottom	: 20px;
}

.centerman10 {
	text-align	: center;
	margin-bottom	: 5px;
}

.top_space50 {
	margin-top	: 50px;
}

#bookinfo {
	width		: 532px;
	margin		: 20px auto;
}

#bookbox {
	padding-left	: 36px;
	float		: left;
}

#textbox {
	width		: 252px;
	font-size	: 12px;
	color		: #6f6f6f;
	line-height	: 140%;
	float		: right;
	margin-top	: 20px;
}

#book_pr img {
	margin-bottom	: 30px;
}


