/*---------------------全体囲み--------------------*/
#inquiry {
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: #FFF;
	color: #666;
}
/*---------------------お問い合わせ--------------------*/
#inquiry #contents {
	width: 860px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0;
	clear: both;
	text-align: right;
}
#inquiry #contents #left {
	width: 650px;
	height: auto;
	background-image: URL(../img/home/flame.gif);
	background-repeat: repeat-y;
	text-align: left;
	float: left;
}
#inquiry #contents #left a {
	color: #F09;
	text-decoration: underline;
}
#inquiry #contents #left a:hover {
	text-decoration: none;
}
#inquiry #contents #left h2 {
	width: 650px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#inquiry #contents #left p {
	font-size: 12px;
	margin: 10px 0 10px 20px;
	line-height: 2;
}
#inquiry #contents #left strong {
	margin: 30px 0 0 20px;
	font-size: 14px;
	color: #000;
	display: block;
}
#inquiry #contents #left span {
	color: #F06;
	font-weight: bold;
}
#inquiry #contents #left strong img {
	margin: 0 5px 0 0;
}
#inquiry #contents #left table {
	width: 610px;
	height: auto;
	background-color: #CCC;
	margin: 15px 20px 0 20px;
}
#inquiry #contents #left th {
	width: 120px;
	height: auto;
	background-color: #333;
	color: #46B2E7;
	text-align: center;
}
#inquiry #contents #left td {
	background-color: #FFF;
}
#inquiry #contents .under_bt {
	text-align: center;
	margin: 10px 0;
}	
















