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

/* CSS Document */



#wrapper {
	background: #F00;
	height: auto;
	width: 800px;
	overflow: hidden;
	margin-top: 10px;
	padding-top: 30px;
}
#h1 {
	background: #F00;
	float: left;
	height: 520px;
	width: 500px;
	overflow: hidden;
}
#side {
	float: left;
	height: auto;
	width: 250px;
}

#content {
	background: #F00;
	height: auto;
	padding: 30px;
	overflow: hidden;
}
#content .comment {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	padding: 20px;
	background: url(../img/history/bg_3.jpg) no-repeat;
	overflow: hidden;
}
.comment h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	color: #060;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 5px;
}
.comment h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 16px;
	color: #999;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 20px;
	line-height: 20px;
}
