body {
	background-image: url(bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0;
}
.date {
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}


#main
    {
	margin: 0 auto;
	text-align:left;     /* 中身を左側表示に戻す */
	width:825px;         /* 幅を決定する */
    }

.main2
    {
	margin: 0 auto;
	text-align:left;     /* 中身を左側表示に戻す */
	width:825px;         /* 幅を決定する */
    }
.comment {
	line-height: 25px;
	padding-left: 70px;
	padding-right: 70px;
}
.bold {
	font-weight: bold;
}
.time {
	font-size: 18px;
	font-weight: bold;
}


.red {
	font-weight: bold;
	color: #F00;
}

a.link {
   display: block;
   width: 444x; /* 画像1枚分の横幅 */
   height: 60px; /* 画像1枚分の高さ */
   text-indent: -1000px; /* 文字を見えなくする */
   background-image: url("btn.gif"); /* 画像ファイル名 */
}

a.link:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
.tokutei {
	padding-left: 70px;
	padding-right: 70px;
}
.tokutei_table {
	padding: 10px;
	font-size: 14px;
}
.tokuteitable2 {
	font-size: 14px;
	padding: 10px;
	background-color: #EFEFEF;
	text-align: center;
}
.footerlink {
	font-size: 14px;
	text-align: center;
}
