@import url("../common/common.css");
#MainContents  {
	padding-bottom: 20px;
	min-height: 460px;
	_height: 460px;
}
#MainContents table {
	margin-bottom: 40px;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
}

#MainContents table th,
#MainContents table td {
	vertical-align: top;
	padding: 5px;
	border-bottom: 1px #999 solid;
	border-left: 1px #999 solid;
}

#MainContents table th {
	white-space: nowrap;
	text-align: left;
	background-color: #ddd;
	text-align: center;
}

/*画像位置指定*/
#MainContents img {
	margin: 0 0 30px;
}

p.SubTxt {
	margin: 0;
	padding: 0;
	text-align: right;
}
