@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_img {
	margin-bottom: 10px;
}

.title_img {
	width: 730px;
	height: 63px;
	background: url("./image/title_img.jpg") no-repeat;
	margin-bottom: 20px;
}

.title_txt {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 55px;
}

.english {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 55px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	color: #FFFFFF;
	padding: 5px 0px 5px 15px;
	line-height: 15px;
	margin-bottom: 15px;
}


.toiawase_txt {
	width: 201px;
	font-size: 11px;
	line-height: 14px;
	padding-top: 25px;
	margin: 0px 0px 0px 10px;
}

.require_td1 {
	width: 500px;
	color: #FF6600;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
}

.left_box {
	width: 500px;
	float: left;
}

.right_box {
	width: 217px;
	height: 479px;
	background: url("./image/con_bg.jpg") no-repeat;
	float: right;
	margin-top: 10px;
}

.bar_img {
	margin-bottom: 10px;
}

.txt_box {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

a.privacy_lnk:link {
	text-decoration: underline;
	color: #FF3300;
	border: 0px;
}
a.privacy_lnk:visited {
	text-decoration: underline;
	color: #FF3300;
	border: 0px;
}
a.privacy_lnk:active {
	text-decoration: underline;
	color: #FF3300;
	border: 0px;
}
a.privacy_lnk:hover {
	text-decoration: none;
	color: #FF3300;
	border: 0px;
}

/* 送信画面 */

.contact_table {
	width: 500px;
	margin: 0px 0px 0px 0px;
}

.contact_table1 {
	width: 500px;
	margin: 0px 0px 15px 0px;
}

.contact_table td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_table1 td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 20px;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	background-color: #106506;
	padding: 10px 0px 10px 0px;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 100px;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #79DB4A;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #ACE78F;
	padding: 10px 5px 10px 5px;
}

/* 送信ボタン */

.submit_box {
	widht: 500px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 100px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_text {
	width: 500px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 0px 0px;
}





