#main_block {
	background-image: url(img_index/main_block_back.jpg);
}

/***** 特集エリアの設定開始 *****/
#feature_area {
}
#feature_block {
	background-image: url(/blue_back.jpg);
}
#feature_area h2 {
}
#feature_area .comment_area {
	color: #666699;
}

/***** テーブルエリアの設定開始 *****/
table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.tr_photo td {
	text-align: center;
}
th {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 0.80em;
	background-image: url(img_index/table_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
.tr_comment td {
	vertical-align: top;
	background-image: url(img_index/td_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tr_comment td p {
	color: #666666;
	font-size: 0.75em;
	line-height: 150%;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0.2em;
	margin-right: auto;
	width: 120px;
	margin-left: auto;
}

