@charset "EUC-JP";

/*
==================================================================
CONTACT
==================================================================
*/

/* お問い合わせ・タイトルバー */

.contact_title_bar {
	width: 750px;
	height: 25px;
	background: url("../default/image/title_bar.gif") no-repeat;
	margin: 10px 0px 0px 0px;
}

.contact_title_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #669900;
	margin: 0px 0px 0px 20px;
}

/* 左側(フォーム画面) */

.contact_left {
	float: left;
	width: 540px;
	text-align: left;
	margin: 30px 0px 0px 0px;
}

/* 必須項目 */

.contact_top_table {
	width: 540px;
	height: 15px;
	margin: 0px 0px 10px 0px;
}

.contact_top_td1 {
	width: 24px;
	font-size: 0px;
	text-align: center;
}

.contact_top_td2 {
	width: 516px;
	font-size: 10px;
	line-height: 15px;
	color: #6666CC;
	padding: 0px 0px 0px 0px;
}

/* お問い合わせフォーム */

/* 背景色：白 */

.contact_table_white {
	width: 540px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* 背景色：緑色 */

.contact_table_green {
	width: 540px;
	background-color: #E0F0B2;
	margin: 0px 0px 0px 0px;
}

.contact_td1 {
	width: 24px;
	font-size: 0px;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

.contact_td2 {
	width: 114px;
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

.contact_td3 {
	width: 402px;
	font-size: 10px;
	line-height: 15px;
	vertical-align: middle;
	padding: 5px 0px 5px 0px;
}

/* 送信ボタン類 */

.submit_box {
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.thanks_txt {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 25px 0px 0px 0px;
}

/*  右側(お問い合わせに際して) */

.contact_right {
	float: right;
	width: 170px;
	text-align: left;
	margin: 55px 0px 0px 0px;
}

.contact_right_text {
	width: 170px;
	font-size: 10px;
	line-height: 16px;
	margin: 10px 0px 0px 0px;
}

.contact_right_text a:link {
	color: #0066CC;
	text-decoration: underline;
}

.contact_right_text a:active {
	color: #0066CC;
	text-decoration: underline;
}

.contact_right_text a:visited {
	color: #0066CC;
	text-decoration: underline;
}

.contact_right_text a:hover {
	color: #0066CC;
	text-decoration: none;
}
