@charset "EUC-JP";

.page_bar{
	height: 75px;
	background: url("./image/page_bar.jpg") no-repeat;
}


/*
==================================================================
タイトル 
==================================================================
*/

.gray_bar{
	margin: 10px 0px 5px 0px;
	height: 43px;
	background: url("./image/gray_bar.jpg") no-repeat;
}

.gray_bar_title{
	padding: 6px 0px 0px 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}



/*
==================================================================
お問い合わせ 
==================================================================
*/

.toiawase_text{
	width: 535px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
	line-height: 18px;
	color: #666666;
}



.require_tbl {
	width: 535px;
	margin: 5px 0px 5px 15px;
}

.require_td1 {
	color: #333333;
}

.require_td2 {
}

.txt_box {
	text-align: center;
	margin: 5px 0px 5px 0px;
}


/* 送信画面 */

.contact_table {
	width: 535px;
	margin: 0px 0px 0px 15px;
}

.contact_table1 {
	width: 550px;
	margin: 0px 0px 15px 0px;
}

.contact_table td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_table1 td{
	border-bottom: 1px solid #FFFFFF;
}

.contact_td1 {
	width: 25px;
	vertical-align: middle;
	text-align: center;
	background-color: #666666;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.contact_td2 {
	width: 93px;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #FFFFFF;
}

.contact_td3 {
	font-size: 10px;
	line-height: 13px;
	background-color: #D4D4D4;
	padding: 5px 10px 5px 10px;
}

/* 送信ボタン */

.soushin {
	width: 550px;
	text-align: center;
	margin: 5px 0px 0px 0px;
}
.submit_box {
	width: 550px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.submit_button {
	width: 80px;
	height: 20px;
}

/* 送信成功画面 */

.thanks_text {
	width: 550px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	text-align: center;
	color: #0066FF;
	margin: 20px 0px 0px 0px;
}

.thanx_txt {
	width: 550px;
	color: #0066FF;
	text-align: center;
	margin: 30px 0px 0px 0px;
	font-weight: bold;
}