@charset "utf-8";

/* コンテンツメイン部分スタイル
----------------------------------------------------------- */
div#contents_1column div#main {
	background: url(../images/contents_back.jpg) 0 0 no-repeat;
}


div#contents_1column div#main img.img_line {
	border: 1px solid #cbcbcb;
	margin: 0 0 35px 0;
}






/* テーブルスタイル
----------------------------------------------------------- */
div#contents_1column div#main table {
	width: 633px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	margin: 0 0 35px 0;
	font-size: 100%;
}

div#contents_1column div#main table th,
div#contents_1column div#main table td {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 8px 12px;
}

div#contents_1column div#main table th {
	vertical-align: top;
	width: 20%;
	background: #f3f3f3;
}

div#contents_1column div#main table td dl {
	line-height: 1.4em;
}

div#contents_1column div#main table td dl dt {
	float: left;
	width: 10em;
}

div#contents_1column div#main table td dl dd {
	margin: 0 0 0 10em;
}
