@charset "utf-8";

/* コンテンツメイン部分スタイル
----------------------------------------------------------- */
div#contents_1column div#main {
	background: url(../images/contents_back.jpg) 0 0 no-repeat;
}






/* テーブルスタイル
----------------------------------------------------------- */
div#contents_1column div#main table {
	width: 633px;
	border: 1px solid #cbcbcb;
	border-collapse: collapse;
	font-size: 100%;
}

div#contents_1column div#main table th,
div#contents_1column div#main table td {
	border: 1px solid #cbcbcb;
	padding: 15px 12px;
	width: 50%;
}

div#contents_1column div#main table th {
	padding: 8px 12px;
	background: #f3f3f3;
}

div#contents_1column div#main table td ul {
	line-height: 1.8em;
	margin: 0 0 0 15px;
	list-style: disc;
}

