@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :お問い合わせページ設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* ページタイトル
----------------------------------------------------------- */
#contact #contents_head h2 {
	background: url(../contact/images/st_contact.gif) no-repeat center top;
}


/* conatct_con お問い合わせ
----------------------------------------------------------- */
#contact div.conatct_con {
	width: 695px;
	margin: 0 0 40px 0;
	padding: 20px 0 0 0;
}

#contact div.conatct_con h3 {
	width: 695px;
	height: 40px;
	margin: 40px 0 10px 0;
	background: url(../contact/images/st_form.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#contact div.conatct_con div.txt {
	width: 663px;
	margin: 20px 0;
	padding: 15px;
	border: 1px #af9c4b dotted;
}

#contact div.conatct_con div.txt h4 span {
	color: #b26414;
}

#contact div.conatct_con table {
	width: 695px;
	margin: 0 0 20px 0;
	border-top: 2px #bcb17d solid;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#contact div.conatct_con table th {
	width: 30%;
	padding: 8px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #bcb17d dotted;
	text-align: left;
	vertical-align: top;
}

#contact div.conatct_con table td {
	padding: 8px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #bcb17d dotted;
}

#contact div.conatct_con p.bt {
	width: 695px;
	padding: 10px 0;
	background-color: #e0d9b9;
	text-align: center;
}

#contact div.conatct_con span.ex {
	color: #b26414;
	font-size: 110%;
}

#contact div.conatct_con span.extex {
	color: #b26414;
	font-size: 90%;
}

#contact div.conatct_con input {
	margin: 0 2px 0 0;
	vertical-align: middle;
}

#contact div.conatct_con label {
	color: #FF0000;
	font-weight: bold;
	font-size: 90%;
}

#contact div.conatct_con input.f_tex01 {
	width: 100px;
	margin: 0 10px 0 5px;
	padding: 2px 0;
	border: 1px #cfc9aa solid;
}

#contact div.conatct_con input.f_tex02 {
	width: 350px;
	padding: 2px 0;
	border: 1px #cfc9aa solid;
}

#contact div.conatct_con textarea {
	width: 350px;
	height: 200px;
	border: 1px #cfc9aa solid;
}










/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


