@charset "UTF-8";
input.fmtxte40	{
	width:		40px;
	ime-mode:	disabled;
}
input.fmtxtj40	{
	width:		40px;
	ime-mode:	active;
}
input.fmtxte120	{
	width:		120px;
	ime-mode:	disabled;
}
input.fmtxtj120	{
	width:		120px;
	ime-mode:	active;
}
input.fmtxte160	{
	width:		160px;
	ime-mode:	disabled;
}
input.fmtxtj160	{
	width:		160px;
	ime-mode:	active;
}
input.fmtxte240	{
	width:		240px;
	ime-mode:	disabled;
}
input.fmtxtj240	{
	width:		240px;
	ime-mode:	active;
}

input.fmtxte480	{
	width:		480px;
	ime-mode:	disabled;
}
input.fmtxtj480	{
	width:		480px;
	ime-mode:	active;
}


input.err_fmtxte40	{
	width:		40px;
	ime-mode:	disabled;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxtj40	{
	width:		40px;
	ime-mode:	active;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxte120	{
	width:		120px;
	ime-mode:	disabled;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxtj120	{
	width:		120px;
	ime-mode:	active;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxte160	{
	width:		160px;
	ime-mode:	disabled;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxtj160	{
	width:		160px;
	ime-mode:	active;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxte240	{
	width:		240px;
	ime-mode:	disabled;
	color:		#CC0000;
	background-color:	#FFCCCC;
}
input.err_fmtxtj240	{
	width:		240px;
	ime-mode:	active;
	color:		#CC0000;
	background-color:	#FFCCCC;
}

select.err_fmsel	{
	color:		#CC0000;
	background-color:	#FFCCCC;
}

input.err_checked	{
	color:		#CC0000;
	background-color:	#FFCCCC;
}
span.notice		{
	color:		#CC0000;
}

textarea.fmtarea	{
	width:		360px;
	height:		10em;
	ime-mode:	active;
}
textarea.err_fmtarea	{
	width:		360px;
	height:		10em;
	ime-mode:	active;
	color:		#CC0000;
	background-color:	#FFCCCC;

}

table.tbl2		{
	margin:			20px 0 10px 0;
	width:			688px;
	border:			1px #CCCCCC solid;
	border-collapse:	collapse;
	float:			left;
}

table.tbl2 th	{
	border:		1px #CCCCCC solid;
	padding:		1em;
}

table.tbl2 td	{
	border:		1px #CCCCCC solid;
	padding:		1em;
}
div.mbox1	{
	float:			left;
	width:			668px;
	border:			1px #CCCCCC solid;
	margin:			5px 0 5px 0;
	padding:		10px;
}

