@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#inquiry {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#inquiry h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
}
#inquiry p {
	float:left;
	width:625px;
	height: auto;
	display: block;
	padding-right: 30px;
}
#inquiry #table {
	float:left;
	width:635px;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
}
#inquiry #table table {
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
	border-bottom: none; /* 下方向のボーダーを表示させないように指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	font-size: 90%; /* Windows Internet Explorer 5対策のため、フォントサイズを指定 */
	width: 90%; /* ボックスの幅を指定 */
	float: left;
}

#inquiry #table td {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	padding: 10px; /* 全方向にパディングを指定 */
}

#inquiry #table th {
	border-top: none; /* 上方向のボーダーを表示させないように指定 */
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
	border-left: none; /* 左方向のボーダーを表示させないように指定 */
	border-right: none; /* 右方向のボーダーを表示させないように指定 */
	background-color: #F3F3F3; /* セルの背景色を指定 */
	font-weight: normal; /* フォントを通常の太さに指定 */
	padding: 10px; /* 全方向にパディングを指定 */	
	width: 200px; /* ボックスの幅を指定 */
}
