@charset "utf-8";
/* CSS Document */

/* top image */

h1{
	width:530px;
	height:80px;
	text-indent:-9999px;
	background:url(http://www.hm-numbers.com/common/images/logo_company.jpg) no-repeat;
}

/* table */

table{
	width:530px;
	border:solid 1px #FF9900;
	margin:10px 0 20px 0;
}

tr{
}

td{
	border-bottom:dotted 2px #CC0066;
	vertical-align:middle;
	padding:10px 0 10px 20px;
}

span{
	color:#FF0066;
	font-weight:bold;
}

.category{
	width:35%;
	background-color:#EDEDED;
	color:#666666;
	font-weight:bold;
	padding:15px 0 15px 20px;
}

.category_b{
	width:35%;
	background-color:#EDEDED;
	color:#666666;
	font-weight:bold;
	padding:15px 0 15px 20px;
	border:0;
}

#attention{
	font-size:12px;
	color:#999999;
	margin:0 0 0 5px;
	padding:0 0 0 0;
	vertical-align:top;
}

#border_c{
	border:0;
}