#inquiry {
	width: 600px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 10px;	
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}
h1{
font-size:16px;
padding:0 0 10px 0 ;
}
body{
	margin-top:0px;
}
#wrapper {
	width: 980px;
}
#header {
	height: 90px;
}
#primary {
	float: left; /* ボックスを左寄せに変更 */
	width: 450px; /* ボックスの幅を変更 */
	margin: 10px 0;
	background-color: #C7D5ED;
}
#secondary {
	float: left;

	margin: 30px 10px 10px 180px; /* 上下と右方向にマージンを指定 */
	font-size:11px;
}
#advertisement {
	float: right; /* ボックスを右寄せに指定 */
	width: 145px; /* ボックスの幅を指定 */
	margin: 10px 0; /* 上下方向にマージンを指定 */
	background-color: #E5C7ED;
}
#footer {
	clear: both;
		width: 900px; /* ボックスの幅を変更 */
	height: 50px;
}
table.table td {
margin:0px;
padding:0px;
}

