@charset "utf-8";
/* CSS Document */

h2{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3{
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.txt_box{
	width: 572px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 5px;
	margin-left: auto;
	line-height: 1.4em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

.txt_box p{
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.txt_box img{
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
}

.txt_box table{
	width: 300px;
	margin-right: 5px;
	background-color: #FCFCFE;
	border: 1px solid #CCCCCC;
	height: auto;
	margin-left: 25px;
}
.txt_box table th{
	font-weight: normal;
	color: #FFFFFF;
	background-color: #aaaaaa;
	border: 1px dotted #CCCCCC;
	text-align: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 100px;

}
.txt_box table td{
	border: 1px dotted #CCCCCC;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;

}




em{
	font-style: normal;
	font-weight: bold;
	color: #993300;
}

/*---ie6--*/
* html .txt_box{
	width: 538px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 7px;
	line-height: 1.4em;
	padding-left: 38px;
}


* html table{
	font-size:1em;
}
