@charset "utf-8";
body {
	background: #000;
}

/* CSS Document */


#content {
	background: #F00;
	height: auto;
	width: 800px;
	margin: 0px auto;
}
#content .b_ground {
	background: url(../img/epilogue/comment_1.gif) no-repeat;
	margin-left: 30px;
}
#content .comment {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	color: #FFF;
	height: 250px;
	width: 730px;
	padding: 5px;
	line-height: 18px;
	border-radius: 5px;
	text-align: center;
}
