@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
h1{
	height:91px;
	background:url(../img/bg_header.jpg) no-repeat;
}

h2.tit_categoryList{
	width:266px;
	background:url(../img/tit_contact.gif) no-repeat;
}

h2.agency{
	width:422px;
	background:url(../img/tit_agency.gif) no-repeat;
}

/* ---- フォーム ---- */
textarea{
	height:120px;
}

.tbl_form{
	width:838px;
	border:1px solid #DCDCDC;
	margin:5px 0 30px 0;
}

.tbl_form th{
	color:#333;
	width:150px;
	background:#EDEDED;
}

.tbl_form td{
	color:#333;
	line-height:150%;
}

.form_name				{	width:400px;}
.form_namek				{	width:400px;}
.form_tel					{	width:70px;}
.form_mail1				{	width:180px;}
.form_mail2				{	width:202px;}
.form_comment			{	width:400px;}
.form_postal_code1{	width:50px;}
.form_postal_code2{	width:70px;}
.form_prefecture	{	width:130px;}
.form_address			{	width:400px;}
.form_age					{	width:50px;}
.form_job					{	width:200px;}


.form_btns{
	text-align:center;
	background:#CCC;
}

.form_btns .btn_form			{
	width:150px;
}

.form_btns .btn_form_back	{
	width:80px;
	margin-right:10px;
}

