/* CSS Document */
@charset "utf-8";
FROM {
	margin:0px;
}
.bold {
	font-weight:bold;
}
.margin_0 {
	margin:0px;
}
.margin_top {
	margin-top:30px;
}
.red_text {
	color:#CC0000;
}
.gray_text {
	color:#CCCCCC;
}
.blue_text {
	color:#0000CC;
}
.green_text {
	color:#00CC00;
}
.clear {
	clear:both;
}
.table01 {
	font-size:12px;
}
.table01 TH {
	color:#333333;
	text-align:left;
	border-bottom:1px dashed #999999;
}
.table01 TD {
	border-bottom:1px dashed #999999;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.width_half {
	width: 50%;
}
.table02 {
	font-size:12px;
	border:1px solid #999999;
}
.table02 TH {
	color:#333333;
	text-align:left;
	border-bottom:1px solid #999999;
	white-space:nowrap;
}
.table02 TD {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}
TABLE P {
	border-left:5px solid #006699;
	padding-left:10px;
	font-weight:normal;
	margin:0px;
}
.table03 {
	font-size:12px;
}
.table03 TH {
	color:#333333;
	text-align:left;
	border-bottom:1px solid #999999;
	white-space:nowrap;
}
.table03 TD {
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
}
.u {
	text-decoration:underline;
}

