@charset "utf-8";
#mainCol {
	margin-top: 10px;
}
/*タイトル文字なし*/
.title h1 {
	display: none;
}
/*テーブルレイアウト*/
table {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
table tr .tableTitle {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
table tr .tableText {
	padding-left: 10px;
}
/*高さ合わせ*/
#space {
	height: 50px;
	clear: both;
}