@charset "utf-8";
/* ===================================================================
CSS information

 file name  :contact.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/* --------------------------------------------------
	
	#header		ヘッダー
		
----------------------------------------------------- */

#contact #header #cnt_header h2 {
	background:url(../contact/images/title.jpg) center 0 no-repeat;
}


/*----------------------------------------------------
   #sbmenu		サブメニュー
---------------------------------------------------- */

#contact #sbmenu ul {
	width:295px;
	background:url(../contact/images/sbmenu.gif);
}


#contact #sbmenu ul li#sbm_phone {
	width:146px;
}

#contact #sbmenu ul li#sbm_form {
	width:149px;
}



/*----------------------------------------------------
   #cnt_introcontact		
---------------------------------------------------- */

#contact #cnt_introcontact {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	width:660px;
	background:url(../images/bg_hline.gif) 0 bottom repeat-x;
}

#contact #cnt_introcontact p {
	margin:0 0 0 20px;
	width:470px;
}


/*----------------------------------------------------
   #cnt_contactphone		
---------------------------------------------------- */

#contact #cnt_contactphone {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	width:660px;
	background:url(../images/bg_hline.gif) 0 bottom repeat-x;
}

#contact #cnt_introcontact p {
	margin:0 0 0 20px;
}

/*----------------------------------------------------
   #cnt_btnmail		
---------------------------------------------------- */

#contact #cnt_btnmail {
	margin:40px 0 0 0;
	width:660px;
}

#contact #cnt_btnmail p {
	text-align:center;
}


/*----------------------------------------------------
   #cnt_contactform		
---------------------------------------------------- */

#contact #cnt_contactform {
	margin:40px 0 0 0;
	padding:0 0 40px 0;
	width:660px;
	background:url(../images/bg_hline.gif) 0 bottom repeat-x;
}

#contact #cnt_contactform h3 {
	margin:0 0 40px 0;
	width:660px;
	height:53px;
	line-height:53px;
	text-indent:-9999px;
	background:url(../contact/images/tit_contactform.gif) 0 0 no-repeat;
}

#contact #cnt_contactform table {
	margin:10px 0;
	width:660px;
}

#contact #cnt_contactform table th {
	width:190px;
}

/*  フォーム */


#contact #cnt_contactform input[type=text] {
	border:1px solid #cac8c7;
	padding:0;
	height:18px;
	padding-top:2px;
	margin:0px;
}

#contact #cnt_contactform textarea {
	border:1px solid #cac8c7;
	width:90%;
	height:200px;
}


#contact #cnt_contactform input[type="submit"]{
	background-color: #575454;
	color: #fff;
	border:1px solid #000;
	width:80px;
	height:25px;
	cursor:pointer;
}

#contact #cnt_contactform p.btn_check {
	padding:25px 0 0 0;
	background-color:#483A31;
	text-align:center;
	height:50px;
}

#contact #cnt_contactform input[type="button"] {
	margin:0 15px 0 0;
	background-color:#575454;
	border:1px solid #000000;
	color:#FFFFFF;
	cursor:pointer;
	height:25px;
	width:80px;
}


#contact #cnt_contactform span {
	color:#DE2121;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

