/*---------------------------------------------------------------------------------------------*/
/* エンコード設定 */
@charset "shift_jis";

/*---------------------------------------------------------------------------------------------*/
/* 基本設定読み込み */
@import"default.css";

/*---------------------------------------------------------------------------------------------*/
/* お問い合わせページ設定 */
.contacttxt {
	height: auto;
	width: 660px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	line-height: 150%;
	text-align: center;
}

.contactbox_m20 {
	height: auto;
	width: 660px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

.contactform {
	height:auto;
	width: 660px;
	border: none 0px;
	float: left;
	margin: 0px;
}

.table_tr_u10 {
	height: auto;
	width: 660px;
	float: left;
	margin-bottom: 10px;
}

.table_td1 {
	float: left;
	height: auto;
	width: 180px;
	margin-right: 15px;
}
.table_td2 {
	float: left;
	height: 32px;
	width: 463px;
	border: 1px solid #1043A9;
}
.table_td3 {
	float: left;
	height: 80px;
	width: 463px;
	border: 1px solid #1043A9;
}
.table_td4 {
	float: left;
	height: 32px;
	width: 463px;
	border: none 0px;
}

.txtbox {
	width: 440px;
	height: 20px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	border: none 0px;
	font-size: 14px;
	color: #0D3EA4;
}

.txtbox2 {
	width: 440px;
	height: 65px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	border: none 0px;
	font-size: 14px;
	color: #0D3EA4;
}

.optionbutton {
	float: left;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
.option_txt {
	float: left;
	height: auto;
	width: 90px;
	margin-right: 20px;
	font-size: 14px;
	margin-top: 7px;
}
#sendbtn_box {
	float: left;
	height: auto;
	width: 465px;
	margin-top: 15px;
	margin-left: 195px;
}
input.button-1  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p04btn_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
	margin-right: 20px;
}
input.button-1b  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p04btn_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;	
	margin-right: 20px;
}
input.button-2  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p05btn_off.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;
	margin-right: 20px;
}
input.button-2b  {
	width: 150px;
	height: 38px;
	background-color: rgb(255,255,255);
	background-image: url(img/07p05btn_on.jpg);
	border: 0px solid rgb(0,0,0);
	cursor: hand;
	cursor: pointer;	
	margin-right: 20px;
}
