@charset "utf-8";
/* CSS company-page */

/*** [Ｈ３] タイトル ****/
/*** @group h3.categoryTitle ****************************************************************************/

.categoryTitle_01 {
	padding: 0px;
	height: 25px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(../images/contact/h3-categoryTitle-01.gif) no-repeat;
}

.categoryTitle_02 {
	padding: 0px;
	height: 25px;
	width: 870px;
	margin: 0px auto 10px auto;
	background: url(../images/contact/h3-categoryTitle-02.gif) no-repeat;
}

.form_area {
	width: 800px;
	margin: 0 auto;
	height: auto;
	background:url(../images/contact/formarea_bg.gif);
}

.form_left {
	float:left;
	width: 190px;
	height: auto;
}


.form_right {
	float:right;
	width: 600px;
	height: auto;
}

.f_mail {
width: 700px;
height:auto;
border:#999 1px solid;
margin-bottom:15px;
}

.f_mail_l {
height:auto;
float:left;
margin:3px;

}

.f_mail_r {
height:auto;
float:left;
margin:3px auto 3px 10px;
}

.item {
 border: 1px solid #999;
 margin-bottom: 15px;
}

.c_white {
 color: #FFF;
 font-weight:bold;
 font-size: 13px;
}

.p_top {
 margin-top: 5px;
}

.c_txt {
 margin:8px;
 line-height:150%;
 font-size: 12px;
 line-height: 150%;
}

.form_title_bg { background-image:url(../images/contact/form_title_bg.gif);
}



/* 送信ボタン
---------------------------------------------------- */
#submit {
 width: 600px;
 margin:10px auto 0 auto;
 text-align:center;
}

#submit input {
  margin: 10px 20px 20px 0;
  border-width: 2px;
  border-color: #7cabd2 #003567 #003567 #7cabd2;
  background: #4182b8;
  width: 180px;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
}

#submit input.reset {
  border-color: #7cabd2 #003567 #003567 #7cabd2;
  width: 140px;
  background: #5c82a2;
}









