@charset "utf-8";
/* common Container */
#common {
	padding: 0;
	margin-bottom: 10px;
}

#common p {
	font-size: 11px;
	color: #000;
	margin-bottom: 11px; 
}

.common_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.common_Content {
	padding: 8px 0;
}

#common .Normal
{
FONT-FAMILY: Arial, Verdana, Arial, Arial, Times, serif;
font-size: 11px;
	color: #000;
font-weight:normal;
}

#common .SubHead    {
FONT-FAMILY: Verdana, Arial, Arial, Times, serif;
font-size: 11px;
color: #000;
font-weight:bold;
}

/* round Container */
#round {
	padding: 0;
}

#round p {
	font-size: 14px;
	color: #000;
}
.round_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 32px;
}

.tl_round {background: url(tl.gif) no-repeat top right; width: 10px; height: 32px;}
.tb_round {background: #fff; border-top: #999 1px solid; height: 32px;}
.tr_round {background: url(tr.gif) no-repeat top left; width: 10px; height: 32px;}

.tl_round2 {background: url(tl.gif) no-repeat top right; width: 10px; height: 20px;}
.tb_round2 {background: #fff; border-top: #999 1px solid; height: 20px;}
.tr_round2{background: url(tr.gif) no-repeat top left; width: 10px; height: 20px;}


.cb_round{background: #fff; border-left: #999 1px solid; border-right: #999 1px solid; padding: 0 10px;}

.bl_round {background: url(bl.gif) no-repeat top right; width: 10px; height: 20px;}
.bb_round {background: #fff; border-bottom: #999 1px solid; height: 20px;}
.br_round {background: url(br.gif) no-repeat top left; width: 10px; height: 20px;}

#round .Normal
{ font-family: Arial; font-size: 14px; color: #000;
font-weight:normal;
}

#round .SubHead    { font-family: Arial; font-size: 14px; color: #000;
font-weight:bold;
}


