﻿@charset "utf-8";

.textArea{
	width: 570px;
}
#telBox{
	float: right;
	margin-right: 44px;
}
#formBox span{
	color: #ff0000;
}
#formBox table{
	margin-left: 64px;
	margin-bottom: 4px;
	width: 600px;
}
#formBox table th{
	width: 10em;
	font-weight: bold;
	padding: 5px 0;
	vertical-align: top;
}
#formBox table td{
	padding: 5px 0;
	vertical-align: top;
}
#formBox .formtext input,
#formBox .formtext textarea,
#formBox .formselect select
	{
	height: auto;
	padding: 2px;
	border: solid 1px #808080;
	font-size: 100%;
	}
#formBox .formtext input.max,
#formBox .formtext textarea
	{width: 80%;}
#formBox .formtext input.min,
#formBox .formselect select
	{width: 30%;}


input.submitBtn01{
	width: 150px;
	height: 34px;
	background: url(../common/images/btn01Bg.gif) no-repeat center center;
	border: none;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

