@charset "utf-8";
/* CSS Document */
#rwbtitle{
	text-align:center;
	height:25px;
	line-height:25px;
}
#rbdes{
	height:25px;
	line-height:25px;
	text-align:center;
}
#rbdes a{
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #c90032;
}
#rbdes a:hover{
	border-bottom:1px solid #000;
}
#rwcleft{
	float:left;
	width:380px;
	padding:0 10px 0 10px;
}
* html #rwcleft{
	margin-top:20px;
}

#plist dl.pldf{
	width:50%;
	margin:0;
	float:left;
}
#plist dl.plds{
	margin:0;
	float:left;
}
#plist dl dt{
	height:25px;
	line-height:25px;
	font-weight:bold;
}
#plist dl dd{
	margin:0;
	padding:0;
	line-height:17px;
}
#plist dl dd a{
	color:#F90;
	text-decoration:underline;
}
#plist dl dd.pldsd a{
	color:#000;
}
#plist dl dd a:hover{
	text-decoration:none;
}

#rwcright{
	float:left;
	width:360px;
	padding:0 14px 0 20px;
}
#rwctitle{
	margin-top:20px;
	height:25px;
	line-height:25px;
	background:#ccc;
	padding-left:15px;
	color:#c90032;
	font-weight:bold;
}
#rwcright p span{
	font-weight:bold;
	text-align:justify;
}
#rwcright p a{
	color:#F90;
	text-decoration:underline;
}
#rwcright p a:hover{
	text-decoration:none;
}
#rwcright p.ins{
	margin:0 0 0 10px;
	padding:0;
}


