@charset "euc-jp";
BODY,TABLE {
	margin: 0;
	font-size:14px;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.right {
	text-align:right;
}
.text_blue {
	color:#0000FF;
}
.text_white {
	color:#FFFFFF;
}
.text_orange {
	color:#FF6600;

}
.text_red {
	color:#FF0000;

}
.margin_top {
	margin-top:30px;
}
.margin_bottom {
	margin-bottom:30px;
}
H2#request {
	background-color:#CCCCFF;
	font-weight:bold;
	padding:5px;
	text-align:center;
	border:1px solid #9999CC;
	font-size:100%;
	color:#000000;
}
H2#about_bbs {
	text-align:center;
	font-weight:bold;
	font-size:100%;
	background-color:#FFCC99;
	color:#000000;
}
.table01 {
	background-color:#9999CC;
}
.table01 TD {
	background-color:#FFFFFF;
}