﻿@charset "utf-8";
/* CSS Document */

.hid {
	display: none;
	visibility: hidden;
	width: 280px;
	height: 335px;
}
.show {
	display: block;
	visibility: visible;
	width: 280px;
	height: 335px;
}
.tagAct {
	float: left;
	padding: 0 10px;
	color: #060;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	background: url(images/r_one_hoverBg.gif) repeat-x;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
.tagOff {
	float: left;
	padding: 0 10px;
	color: #060;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
}
.l_bor_br {
	float: left;
	text-indent: 8px;
	width: 130px;
	border-bottom: #9cf dashed 1px;
	border-right: #9cf dashed 1px;
}
.r_bor_b {
	float: left;
	text-indent: 8px;
	width: 135px;
	border-bottom: #9cf dashed 1px;
}
.dl_bor {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	height: auto;
}
.dt_bor {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	height: 26px;
	line-height: 26px;
	border-bottom: #9cf dashed 1px;
}
.dd_bor {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 270px;
	height: 26px;
	line-height: 26px;
}