@charset "UTF-8";

/* ========================================
		index.css
		author:arimoto
======================================== */

/* ----------------------------------------
		内容
---------------------------------------- */
h1{
	height:91px;
	background:url(../img/bg_header.jpg) no-repeat;
}

h2.tit_categoryList{
	width:310px;
	background:url(../img/tit.gif) no-repeat;
}

.box_contents{
	margin-bottom:40px;
}

.photoCompany{
	float:right;
	margin:0 0 10px 10px;
}


/* ---- フォーム ---- */
.tbl_form,
.tbl_half{
	width:100%;
	border:1px solid #DCDCDC;
	margin:5px 0 10px 0;
}

.tbl_form th,
.tbl_half th{
	color:#333;
	background:#EDEDED;
}

.tbl_form td,
.tbl_half td{
	color:#333;
	line-height:150%;
}

.tbl_half{
	width:49%;
	float:left;
}