@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/midashi11.jpg);
	overflow:hidden;
	text-indent:-1000px;
}

dl.link {
	width:545px;
	margin:0 auto;
}
dl.link dt {
	font-weight:bold;
	font-size:0.9em;
	border-bottom:dashed 1px #666;
}
dl.link dt img {
	vertical-align:text-top;
}
dl.link dd {
	font-size:0.8em;
	margin:5px 0 1em 2em;
}
pre {
	margin:0;
}

dl#link2 {
	margin:10px 0;
}
dl#link2 dt {
	border:none;
	font-size:1em;
	color:#d98e90;
	border-bottom:solid 1px #ddd;
	padding:3px 5px;
}
dl#link2 dt a {
	color:#b38893;
	text-decoration:none;
}
dl#link2 dt a:hover {
	color:#b38893;
	text-decoration:underline;
}

dl#link2 dd {
	font-size:0.9em;
	padding-bottom:10px;
}

/*---2007/12/27追加----*/

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;
}