/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
==================================================================
BASE
==================================================================
*/



.title_img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.topics_box {
	margin-bottom: 20px;
}

.title_bar {
	background: url("./image/title_bar.gif") no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 45px;
	line-height: 25px;
	margin-bottom: 15px;
}

.txt_box {
	width: 550px;
	line-height: 16px;
	margin-bottom: 20px;
}

.require_tbl {
	width: 530px;
	color: #000000;
	margin: 0px 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: 530px;
	table-layout: fixed;
	margin: 0px 0px 0px 0px;
}

.contact_table1 {
	width: 530px;
	margin: 0px 0px 15px 0px;
}

.contact_table td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_table1 td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 30px;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: #4B9211;
	padding: 10px 0px 10px 0px;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 110px;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	line-height: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #999999;
	padding: 10px 5px 10px 5px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #D4D4D4;
	padding: 10px 5px 10px 5px;
}

/* 送信ボタン */

.submit_box {
	widht: 530px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 100px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_text {
	width: 530px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 0px 0px;
}







