@charset "Shift_JIS";



.fontsize-70 {
	font-size: 70%;
	line-height: 1.5em;
}
.fontsize-80 {
	font-size: 80%;
	line-height: 1.5em;
}
.fontsize-90 {
	font-size: 90%;
	line-height: 1.5em;
}

.fontsize-100 {
	font-size: 100%;
	line-height: 1.5em;
}
.fontsize-110 {
	font-size: 110%;
	line-height: 1.5em;
}


h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

p 
 {
	margin: 0px;
	padding: 0px;
}

td {
	text-align: left;
}

.right {
	clear: right;
	float: right;
	margin-left: 5px;
}

.left {
	clear: left;
	float: left;
	margin-right: 5px;
}
dl,dt,dd{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

img {
	border: 0px;
}
.table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.table2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.table2 td {
	font-size: 90%;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.table3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.table3 td {
	font-size: 90%;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.table4 td  {
	padding: 0px;
	margin: 0px;
}
.line {
	line-height: 1.5em;
	border-top: 1px dotted #AAAAAA;
	margin-top: 3px;
}

.clear_both {
	clear: both;
}
.str-line {
	line-height: 1.5em;
	border-top: 1px solid #AAAAAA;
	margin-top: 3px;
}
.print-bt {
	text-align: right;
	padding-bottom: 8px;
}
