@charset "utf-8";
/* 特定商取引に関する表示 CSS */

/**********２カラムレイアウト部分**********/

/*カラム右*/
#right_back {
	width:587px;
	float:right;
}

/*カラム左*/
#left {
	width:204px;
	float:left;
}
/****************************************/

/*見出し*/
#right_back h3 {
	width:565px;
	height:31px;
	margin:6px auto 1em;
	background-image:url(../img/midashi9.jpg);
	overflow:hidden;
	text-indent:-1000px;
}

table#deal {
	width:545px;
	margin:0 auto 10px;
	border-collapse:collapse;
	border:solid 1px #666;
}
table#deal th, table#deal td {
	border-bottom:dashed 1px #666;
}
table#deal th {
	width:170px;
	background-image:url(../img/form_back.gif);
	border-right:dotted 1px #acacac;
	font-size:0.9em;
	text-align:left;
	padding:5px;
	vertical-align:top;
}
table#deal td {
	font-size:0.9em;
	padding:5px 10px;
	vertical-align:top;
}
