/* ---------------------------------
背景色変更
----------------------------------*/
.body_bgcolor_1
{
	background-color: white;
}
.body_bgcolor_2
{
	background-color: #ccffff;
}
.body_bgcolor_3
{
	background-color: #ffff99;
}


/* 枠情報 */
.table_main
{
	align: center
}
.td_waku_info_r
{
	font-size: 100%;
	text-align: right;
}
.td_waku_info_l
{
	font-size: 150%;
	text-align: left;
}
.td_input
{
	font-size: 100%;
	text-align: right;
	width:30;
}
.button_edit_waku_ok
{
	white-space: nowrap;
	font-size: 100%;
	text-align: center;
	width: 75px;
	height: 30px;
	border-style:solid;
	border-color:#0000EE;
	background-color:#ffffff;
	color:#0000EE;
}
.button_edit_waku_non
{
	white-space: nowrap;
	font-size: 100%;
	text-align: center;
	width: 75px;
	height: 30px;
	border-style:solid;
	border-color:#0000EE;
	background-color:#ffffff;
	color:#0000EE;
}
.div_close
{
	align: center
	font-size: 200%;
}