body {
	font-size:85%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#fff
}

#inquiry {
	width:600px;
}

#inquiry table {
	border-top: 1px solid #ccc;
	font-size:100%;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
/* for IE5 */
	width:100%
}

#inquiry th {
	color: #fff;
	border-top: none;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
	background-color: #003f97;
	font-weight: normal;
	padding: 10px;
	width: 200px;
}

#inquiry td {
	color: #111987;
	border-top:none;
	border-bottom:1px solid #ccc;
	border-left: none;
	border-right: 1px solid #ccc;
	padding: 10px;
}


#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: 80%;
}

.text2 {
	width: 4em;
}

.text3 {
	width: 98%;
}

.text4 {
	width: 98%;
}

#inquiry select {
	border: 1px solid #111987;
	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;
}

.err {
	border-color: #ff9999;
	background-color: #ffcccc;	
}

.colorBad {
	text-align: center;
	color: red;
	background-color: #ffcccc;
	padding: 10px;	
}

.colorGod {
	text-align: center;
	color: green;
	background-color: #c2ffec;
	padding: 10px;	
}