@charset "utf-8";

body{
	behavior: url("csshover3.htc");
}

.form {
	width:620px;
	overflow:hidden;
}

.form h3 {
	color:#01894B;
	margin:0 0 10px 0;
}

.form h4 {
	margin:15px 0 15px 0;
	padding-bottom:3px;
	width:100%;
	display:block;
	font-weight:bold;
	text-indent:15px;
	background:url(../entry/BG_h4.jpg) no-repeat;
	line-height:31px;
}

.form table.tbl_f {
	width: 620px;
	margin-bottom: 20px;
	background: #CCC;
}

.form table.tbl_f th {
	width: 160px;
	font-weight: bold;
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0px;
	padding: 15px 10px;
}

.form table.tbl_f th span {
	color: #F60;
	padding-left: 5px;
}

.form table.tbl_f td span {
	color: #F60;
	padding-left: 5px;
}

.form table.tbl_f th div {
	color: #666;
	font-size: 11px;
	*font-size: 9px;
	font-weight: normal;
}

.form table.tbl_f td {
	border-bottom: 1px solid #CCC;
	border-collapse: collapse;
	background: #FFF;
	margin: 0px;
	padding: 15px 10px;
}

.form table.tbl_f td ul {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.form table.tbl_f td li {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.form table.tbl_f td table.tbl_f02 td {
	width: 150px;
	border: none;
	margin: 0px;
	padding: 5px 0px;
}

.form table.tbl_f td table.tbl_f03 td {
	border: none;
	margin: 0px;
	padding: 5px 0px;
}

.form table.tbl_f td table.tbl_f04 td {
	width: 200px;
	border: none;
	margin: 0px;
	padding: 5px 0px;
}

.form table.tbl_f td div.form_block {
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

.form table.tbl_f textarea {
	width: 400px;
	height: 100px;
}

button#btn_conf {
	margin: 0px 0px 30px 232px;
	width: 160px;
	height: 35px;
	display: block;
	background: url("./img/btn_conf.jpg") no-repeat;
	border: none;
	cursor: pointer;
	color: #06F;
	font-weight: bold;
}

button#btn_conf:hover {
	background: url("./img/btn_conf_on.jpg") no-repeat;
	color: #09F;
	text-decoration: underline;
}

#inq_btn {
	width: 620px;
	height: 40px;
	margin: 15px 0px 30px 0px;
	position: relative;
}

button#btn_send {
	position: absolute;
	top: 0px;
	left: 145px;
	margin: 0px 0px 0px 0px;
	width: 160px;
	height: 35px;
	display: block;
	background: url("./img/btn_conf.jpg") no-repeat;
	border: none;
	color: #06F;
	font-weight: bold;
	cursor: pointer;
}

button#btn_send:hover {
	background: url("./img/btn_conf_on.jpg") no-repeat;
	color: #09F;
	text-decoration: underline;
}

#btn_rem {
	position: absolute;
	top: 0px;
	left: 315px;

}

#btn_rem span {
	position: absolute;
	top: 8px;
	left: 66px;
}

#btn_rem a {
	width: 160px;
	height: 35px;
	display: block;
	background: url("./img/btn_conf.jpg") no-repeat;
	border: none;
	color: #06F;
	font-weight: bold;
	cursor: pointer;
}

#btn_rem a:hover {
	background: url("./img/btn_conf_on.jpg") no-repeat;
	color: #09F;
	text-decoration: underline;
}




























