	@import "/common_css/default.css";
	@import "/common_css/component.css";

#contents table.firstPopTable {

	border-left: solid 1px #B4B4B4;
	border-top: solid 1px #B4B4B4;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}

#contents table.firstPopTable th {
	background-color: #EEEEEE;
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

#contents table.firstPopTable td {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	width: 80%;
}

#contents div.fir_marginLeft {
 padding-left: 10px;

}