@charset "euc-jp";
/* CSS Document */

/* ---------------------------------------------------------------------------- */
table.deco_table {
	width:490px;
	border-spacing: 1px;
	font-size:1em;
	line-height:20px;
	margin-top:20px;
	background-color:#366;
}

.deco_table th {
	vertical-align:center;
	color:#FFF;
	text-align: left;
	background-color:#000;
	text-align:center;
}

.deco_table td {
	padding: 5px;
	background-color:#000;
}

.deco_table th.goukeicell {
	vertical-align:top;
	height:100%;
}

table.goukei{
	padding:0px;
	margin:0px;
	height:100%;
}

table.goukei th {
	vertical-align:center;
	line-height:1.1em;
	padding:0px;
	margin:0px;
}

table.goukei td {
	vertical-align:middle;
	height:100%;
	font-weight:bold;
}


table.deco_table_st {
	color: #666666;
	width: 330px;
	margin: 10px auto 20px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 1px;
}
.deco_table_st th {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	background-color:#999999;
}
.deco_table_st td {
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table.normal_table {
	color: #666666;
	border: none;
}
.normal_table td {
	padding: 0px;
	border: none;
}
/* ---------------------------------------------------------------------------- */

