@charset "EUC-JP";


/*=====INDEX.PHP start================================================== */

.title_img {
	text-align: center;
	margin-bottom: 15px;
}

.contents_box {
	padding: 0px 0px 0px 10px;
	border: 1px solid #FFFFFF;
	background: url("./image/bg.gif") repeat-y;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	color: #0F67AF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 50px;
	margin-bottom: 15px;
}

.left_box {
	width: 522px;
	float: left;
}

.right_box {
	width: 174px;
	float: right;
}

.toiawase_txt {
	width: 165px;
	margin: 20px 0px 0px 10px;
	color: #666666;
}

.txt_title {
	font-weight: bold;
	color: #0F67AF;
}

.require_tbl {
	width: 500px;
	margin: 0px 0px 5px 0px;
}

.require_td1 {
	width: 15px;
	color: #000000;
}

.require_td2 {
	font-size: 10px;
	color: #000000;
}

.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 10px 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: #63A39F;
	padding: 10px 0px 10px 0px;
	color: #ffffff;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 90px;
	vertical-align: middle;
	text-align: left;
	line-height: 15px;
	color: #000000;
	background-color: #C6DDDC;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #F0F0F0;
	padding: 10px 5px 10px 5px;
}

/* 送信ボタン */

.submit_box {
	width: 520px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 100px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_text {
	width: 520px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	margin: 30px 0px 0px 0px;
}

.thanx_txt {
	width: 520px;
	color: #CC0000;
	text-align: center;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
}
