/*---------------------------------------------------
-----------------------------------------------------

* Author: YMOCHIUZUKI
* Last Up Date: 13:12 2007/11/22

-----------------------------------------------------
---------------------------------------------------*/
div.InquuiryArea{
	width: 621px;
	margin: 0 auto;
}

div.InquiryTel{
	width: 420px;
	margin: 0 auto 30px auto;
	padding: 10px;
	background-color: #fff;
	text-align: center;
}
	div.InquiryTel p{
		margin: 10px;
		color: #273F47;
	}
	div.InquiryTel p span{
		padding: 5px;
		color: #fff;
		background-color: #415369;
		font-size: 80%;
	}
	div.InquiryTel p.TelNumber{
		margin: 0;
		padding: 0;
	}
	div.InquiryTel p.TelText{
		color: #666 !important;
	}

div.Attention{
	margin: 10px;
}
div.Attention2{
	margin: 10px 0 5px 5px;
	font-size: 80%;
}

table.Inquiry {
	width:99%;
	margin:0 auto;
	margin-bottom: 10px;
	padding:0;
	text-align: center;
}
table.Inquiry th {
	width: 180px;
	margin: 0 0 5px 0;
	padding: 10px;
	background: #efefef url(/img/table_line.gif) bottom left repeat-x;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: 80%;
	color: #626297;
}
table.Inquiry th#Koumoku {
	padding:10px 5px 10px 10px;
	background: #B11111 url(/img/table_line.gif) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	font-size: 80%;
}
table.Inquiry td {
	margin:0;
	padding:5px;
	background: url(/img/table_line.gif) bottom left repeat-x;
	text-align: left;
	font-size: 80%;
}

table.Inquiry td input{
	padding: 3px;
}
table.InquiryErr {
	width:99%;
	margin:0 auto;
	margin-bottom: 10px;
	padding:0;
}
table.InquiryErr td{
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 80%;
	background: #efefef;
}