@charset "EUC-JP";

/* 戻るリンク */
.backlink {
	padding:2px 11px;
}
.backlink a {
	text-decoration:none;
	color:#333333;
}
.backlink a:hover {
	color:#339900;
}

/* 詳細表示 */
#detbase td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
}
#detbase td#detimg a {
	display:block;
	float:left;
	margin:0 0 10px 10px;
}
#detbase td#detimg a img {
	border:none;
}
#detlist td {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	padding:3px 5px;
	background:url(../img/dot_line.gif) repeat-x left bottom;
}
#detlist td.dl1 {
	width:50px;
}
#detlist td.dl2 {
	width:15px;
	text-align:center;
}
#detlist td.dl3 {
	width:232px;
}
#detlist td.dl3 strong {
	font-weight:bold;
	font-size:16px;
	color:#FF6600;
}

#condbase {
	clear:both;
	margin-left:10px;
	border-collapse:collapse;
	border:3px double #666666;
}
#condbase th,#condbase td {
	text-align:left;
	vertical-align:top;
	padding:5px;
	font-size:12px;
}
#condbase th {
	color:#000000;
	font-weight:bold;
	background-color:#CCCCCC;
	border-bottom:1px solid #666666;
}
#condlist th,#condlist td {
	text-align:left;
	vertical-align:top;
	padding:0;
	border-bottom:1px solid #CCCCCC;
}
#condlist th {
	padding-right:12px;
	background-color:#FFFFFF;
	border:none;
	border-bottom:1px solid #CCCCCC;
	width:5em;
}
#condlist th.nb,#condlist td.nb {
	border:none;
}

#detinfo {
	padding:15px 0;
	color:#FF6600;
	font-weight:bold;
	font-size:12px;
}
#detinfo td {
	text-align:left;
	vertical-align:top;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#FF6600;
}

#detbtn {
	text-align:center;
}
	