@charset "UTF-8";
/* --------------------------------
絶対座標によるレイアウト
-------------------------------- */
#footer {
	top: 1400px;
}

h2 {
	position: absolute;
	top: 23px;
	left: 851px;
}

.content {
	position: absolute;
	top: 191px;
	left: 130px;
	width: 820px;
}
.module {
	width: 820px;
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
	margin-bottom: 30px;
}

.module2 {
	width: 676px;
	padding: 18px 17px;
	background-color: #f2f2f2;
}


/* --------------------------------
余白系
-------------------------------- */
h3 {
	margin-bottom: 13px;
}
.msg {
	margin-bottom: 20px;
}
.photo {
	float: right;
}
h4 {
	margin-bottom: 9px;
}

/* --------------------------------
本文／キャプション
-------------------------------- */

.spec {
	width: 470px;
	font-size: 9pt;
	line-height: 1.4;
	padding-bottom: 6px;
}