@charset "utf-8";

/* メインエリアスタイル
----------------------------------------------------------- */
div#main h2 {
	background: url(../../images/h2_bg.jpg) 0 0 no-repeat;
}


/* tableのスタイル */
div#main table {
	border: 1px solid #c5c5c5;
	width: 626px;
	border-collapse: collapse;
	font-size: 100%;
	margin: 10px 0 30px 2px;
}

div#main table th,
div#main table td {
	padding: 7px 12px;
	border: 1px solid #c5c5c5;
}

div#main table th {
	text-align: center;
	white-space: nowrap;
	background: url(../images/th_bg.gif) 0 0 no-repeat;
}






