.char_zen
{
  ime-mode: active;   /* 全角モード */
}
.char_han
{
  ime-mode: disabled;   /* 半角モード */
}
#mail_form
{
	margin-bottom: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#mail_form table
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mail_form caption
{
	text-align: left;
}
#mail_form th
{
	text-align: left;
	padding: 8px 4px 4px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#mail_form td
{
	padding: 8px 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
#mail_form_btn
{
	text-align: center;
	padding-top: 10px;
	clear: both;
}
#mail_form_btn input
{
	height: 40px;
	width: 100px;
	margin-right: 4px;
	margin-left: 4px;
}
#return_top
{
	text-align: center;
	clear: both;
	padding-top: 20px;
}
#return_top a
{
	display: block;
	width: 200px;
	padding: 8px 4px;
	text-align: center;
	background-color: #eaeaea;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
	color: #333333;
}
#return_top a:hover
{
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
}

#contact_box
{
	padding: 20px;
}
#contact_box .thanks
{
	text-align: center;
}