@charset "utf-8";
/* CSS Document */

.pdf{
margin-top:15px;
margin-left:30px;
width:625px;
}

.pdf p{
background:url(/images/icon_pdf.gif) no-repeat left center;
}

.pdf p span{
padding-left:20px;
}

.ao{
	width:635px;
	margin-top:15px;
	margin-left:20px;
}


.ao table{
	width:635px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-collapse:collapse;
	background-color:#ffffff;
	empty-cells:show;
	font-size:10px;
}

.ao th{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#333;
	background-color:#eee;
	padding:0.3em;
	text-align:center;
	font-weight:normal;
}

.ao td{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding:0.3em;
}

.ao table.point{
	width:100%;
	border:0;
}

.ao table.point tr{
	border:0;
}

.ao table.point td{
	border:0;
}




