
/*contact�̓Ǝ��ݒ�------------------*/

		.divtblform {
			margin-bottom: 30px;
			padding-right: 30px;
			padding-left: 30px;
		}
		.tdformleft {
			background: #FFF6C2;
			text-align: left;
			padding: 5px;
			width: 39%;
			vertical-align: top;
			color: #333333;
			border-bottom: 1px solid #FFFFFF;
			font-size: 12px;
		}
		.tdformright {
			padding: 5px;
			width: 61%;
			text-align: left;
			vertical-align: top;
			font-size: 10px;
			color: #333333;
		}

		.text1 {
			font-family:"�l�r �o�S�V�b�N",sans-serif;
			font-size:12px;
			margin:10px 10px 20px 10px;
			letter-spacing: 0.1em;
			line-height:180%;
		}

#inquiryinput th {
	width				: 200px;
	margin				: 0px;
	padding				: 5px;
	background-color	: #99CCFF;
	font-weight			: normal;
	text-align			: left;
	border-style		: solid;
	border-bottom-color	: #999999;
	border-left-color	: #CCCCCC;
	border-width		: 0 0 1px 6px;
}
#inquiryinput th.must {
	border-left-color: #0066CC;
	background-color: #FFF6C2;
}
#inquiryinput th.notmust {
 	background-color: #fffadf;
}
#inquiryinput th.want {
	border-left-color: #FF99CC;
}
#inquiryinput td {
	margin				: 0px;
	padding				: 5px;
	border-bottom-style	: solid;
	border-bottom-width	: 1px;
	border-bottom-color	: #999999;
}
#inquiryinput td em {
	font-style: normal;
	color: #FF0000;
	margin: 0px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#inquiryinput .submit {
	text-align		: center;
	margin-top		: 10px;
	margin-bottom	: 20px;
}
#inquiryinput input.text100 {
	width			: 100px;
	height			: 20px;
	font-size		: 14px;
	line-height		: 18px;
}
#inquiryinput input.text200 {
	width			: 200px;
	height			: 20px;
	font-size		: 14px;
	line-height		: 18px;
}
#inquiryinput input.text300 {
	width			: 300px;
	height			: 20px;
	font-size		: 14px;
	line-height		: 18px;
}













#formWrap {
	width:650px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}