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

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

.content {
	position: absolute;
	top: 525px;
	left: 130px;
	width: 820px;
}


#photo {
	position: absolute;
	top: 191px;
	left: 130px;
}
#title {
	position: absolute;
	top: 335px;
	left: 130px;
	width: 820px;
	padding-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
#date {
	position: absolute;
	top: 435px;
	left: 130px;
}

#msg1 {
	margin-bottom: 35px;
}
#msg2 {
	margin-bottom: 40px;
}



/* --------------------------------
余白系
-------------------------------- */
h3 {
	margin-bottom: 10px;
}


/* --------------------------------
テーブル表現
-------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 14px solid #f2f2f2;
	background-color: #f2f2f2;
	width: 670px;
}
table th {
	text-align: left;
	vertical-align: top;
	padding-top: 14px;
	padding-left: 20px;
	width: 140px;
}
table td {
	padding: 14px 0 0 0;
}
table td p {
	padding: 0;
}
table td table td {
	padding-top: 0;
}
/* --------------------------------
バレット追加
-------------------------------- */
a.arrowLink,
.arrowLink a {
	background: transparent url(../gif/linkmark_g.gif) no-repeat 0 50%;
	text-decoration: none;
	padding-left: 8px;
	font-weight: bold;
}

