@import url("common.css");

/*  h2のみ指定でトップからコピー＆ペーストで更新可能　*/
h2 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 90%;
	line-height: 135%;
	border: none;
	clear:both;
	color: #333;
}

#MainContents {
	padding-bottom: 20px;
}

h3 {
	padding-left: 12px;
	border-bottom: 1px dotted #333333;
}

table.table th,
table.table td {
	vertical-align:top;
}
