@charset "UTF-8";

/* お問い合わせ基本スタイル 
------------------------------------------------------------- */

div#main_content div#right_content h1 {
	background:url(../images/h1_title.jpg) 0 0 no-repeat;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
	width: 660px;
	height: 150px;
}

div#main_content div#right_content p#contact_text {
	margin: 0 0 30px 0;
}

div#main_content div#right_content p img {
	margin: 0 5px 0 0;
	vertical-align: -0.2em;
}




/* お問い合わせフォームスタイル */
div#main_content div#right_content div#contact_bg_bottom {
	background:url(../images/form_back_bottom.gif) 0 bottom no-repeat;
	padding: 0 0 30px 0;
	width: 650px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top {
	background:url(../images/form_back_top.gif) 0 0 no-repeat;
	padding: 25px 25px 0 25px;
	width: 600px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table {
	width: 600px;
	font-size: 12px;
	color: #333;
	line-height: 1.6;
	margin: 0 0 25px 0;
	background:url(../../common/images/border02.gif) 0 bottom repeat-x;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table th {
	width: 181px;
	padding: 0 10px;
	background: #FDEFEF;
	border-bottom: 1px solid #FFF;
	vertical-align: middle;
	font-weight: bold;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table th img {
	vertical-align: -0.2em;
	margin: 0 0 0 10px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table th#th_bottom {
	border-bottom: none;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td {
	width: 399px;
	padding: 7px 10px;
	background:url(../../common/images/border02.gif) top left repeat-x;
}




/* 入力フォームスタイル */
div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td input.text_name {
	width: 200px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td input.text_wide ,
div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td textarea#content {
	width: 399px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td input.text_tel {
	width: 50px;
	margin: 0 10px;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td input#tel_left {
	margin: 0 10px 0 0;
}

div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top table td input#text_right {
	margin: 0 0 0 10px;
}




/* 確認画面へボタンスタイル */
div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top div#contact_btn {
	text-align: center;
}




/* 送信ボタンスタイル */
div#main_content div#right_content div#contact_bg_bottom div#contact_bg_top div#send_btn {
	text-align: center;
}



/* エラースタイル */
div#main_content div#right_content p#contact_text02 {
	margin: 0 0 20px 0;
}

div#error {
	color:#FF0000;
	font-weight:bold;
}

div#error ul {
	font-weight:bold;
	padding:0 0 20px 0;
	list-style-type:disc;
}

div#error ul li {
	margin: 0 0 0 20px;
}




