/* CSS Document */

@import "common.css" ;


table.asa {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	line-height:1.4;
	text-align:left; 
} 

table.asa tr th,
table.fukuro tr th { 
	border-style: none;
	padding:0.5em;
	background-color: #6BADFE;
	color: #FFFFFF; 
	font:bold 1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align:center; 
}

table.asa tr,
table.fukuro tr{ 
	border-right:1px solid #999999;
	border-left:1px solid #999999;
}

table.asa tr th.b_right,
table.fukuro tr th.b_right{ 
	border-left: 1px solid #FFFFFF;
} 

table.asa tr td,
table.fukuro tr td{ 
	border:1px solid #CCCCCC; 
	padding:0.5em;
	font-size: 11px;
}

span.small{
	font-size: 0.9em;
}

table.fukuro {
	width:100%;
	margin:1em auto;
	border-collapse:collapse;
	line-height:1.4;
	text-align:center; 
} 

table.fukuro tr td.large{
	font-size: 1.1em;
	font-weight: bold;
}

span.end1{
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

span.red{
	color: red;
	font-size: 1em;
}
span.orenge{
	color: #FF6633;
	font-size: 1em;
}
#copy1 {
font-size:110%;
font-weight:bold;
text-align:center;
padding:10px;
border:#8DB3E2 solid;
border-bottom-width:1px;
border-top-width:1px;
border-left-width:10px;
border-right-width:10px;
}

.detailBox dt{
	font-weight: bold;
	margin: 10px 0 0 0;
	padding-bottom:3px;
}

.detailBox dd{
	margin: 0 0 0 14px;
	padding: 0;
	line-height: 1.4;
}