@charset "Shift_JIS";



/* 自然な鳴り感の... */
div#tennen {
	width: 640px;
	margin: 28px auto 21px;
	background-color: #fff;
	color: #000;
	font-size: 150%;
	text-align: center;
}

/* textの段落 */
div.textspace {
	width: 550px;
	margin: 16px auto;
	text-align: left;
	line-height: 1.8;
}

/* ベース、ブロックのかたまり */
div.section {
	width: 600px;
	margin: 28px auto;
	text-align: left;
	line-height: 1.8;
}

/* 廃番おしらせ */
div#haiban {
	width: 560px;
	margin: -14px 64px 3em;
	padding: 0.5em 1.5em;
	border: 1px solid black;
	background-color: #fff;
	color: #000;
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
}