@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.main_box {
	width: 520px;
	margin: 0px 15px 0px 15px;
}

.title_img {
	background: url("./image/title_img.jpg") no-repeat;
	padding: 30px 15px 40px 10px;
	margin-bottom: 10px;
}

.title_name {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666600;
	letter-spacing: 3px;
}

.title_name1 {
	float: right;
	font-family:Arial Black;
	font-size: 14px;
	color: #666600;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	color: #666600;
	padding: 3px 5px 3px 5px; 
	margin-bottom: 15px;
}

.toiawase_txt {
	width: 520px;
	margin: 10px 0px 20px 00px;
}

.require_tbl {
	width: 520px;
	margin: 0px 0px 0px 0px;
}

.require_td1 {
	font-size: 10px;
	color: #CC0000;
}

.txt_box {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

.a.privacy_lnk:link {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:visited {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:active {
	text-decoration: underline;
	color: #346AC3;
	border: 0px;
}
a.privacy_lnk:hover {
	text-decoration: underline;
	color: #FF6600;
	border: 0px;
}

/* 送信画面 */

.contact_table {
	width: 520px;
	margin: 0px 0px 0px 0px;
}

.contact_table1 {
	width: 520px;
	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;
	vertical-align: middle;
	text-align: center;
	background-color: #A68F53;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 80px;
	vertical-align: middle;
	text-align: left;
	line-height: 15px;
	color: #000000;
	background-color: #DDDD9B;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #F0F4D9;
	padding: 10px 5px 10px 5px;
}

/* 送信ボタン */

.submit_box {
	widht: 520px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 100px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_txt {
	width: 520px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 0px 0px;
}


