@charset "utf-8";
/*
 * this css
 * Date: 2009/07
 * Author: Creative Team
 */

#page-head h1{
height: 88px;
width: 955px;
margin-left:1px;
background: url(images/tokusho-page-head.png) no-repeat;
text-indent:-9999px;
overflow:hidden;
}

.ultraclear {
	clear:both;
	margin:0;
	padding:0;
	height:0;
	font-size:0;
	line-height:0;
	background:0;
	border:none;
	visibility:hidden;
}


#contents {
	width:764px;
}

#contents table.tokusho {
	border-collapse:collapse;
	border:solid 1px #303030;
	margin:0 auto 20px;
	width:680px;
}
#contents table.tokusho tr,
#contents table.tokusho th,
#contents table.tokusho td{border:solid 1px #303030;}

#contents table.tokusho th,
#contents table.tokusho td{
	padding:7px;
}
#contents table.tokusho th {
	text-align:left;
	font-weight:bold;
	font-size:0.917em;
	width:145px;
	background-color:#cfcfcf;
}
#contents table.tokusho th.even {
	background-color:#e3e3e3;
}
#contents table.tokusho td{
	line-height:150%;
	background-color:#fff;
}
#contents table.tokusho td p {
	margin-bottom:5px;
}
#contents table.tokusho span.ttl_pay {
	font-weight:bold;
	font-size:0.917em;
}
#contents table.tokusho span.ttl_tm {
	font-weight:bold;
	margin-left:-0.5em;
	_margin-left:0;
}
*:first-child+html #contents table.tokusho span.ttl_tm {margin-left:0;}






/*----- IE png fix -----*/

* html div#xxx {
behavior: expression(IEPNGFIX.fix(this));
}

