/*-----------------------------------
DEFAULT CSS
FILE DATA: company.css
-----------------------------------*/


/*MAIN_IMAGE
-----------------------------------*/
#main_image2 div{
	background-image: url(../images/main_img.jpg);
}

/*BODY_LEFT
-----------------------------------*/
#body_left{
	width:125px;
	height:auto;
	float:left;
}
#body_left h2{
	width:40px;
	height:300px;
	text-indent:-10000em;
	margin:0 auto;
	background:url(../images/recommend_ttl.gif) no-repeat;
}

/*BODY_RIGHT
-----------------------------------*/
#body_right{
	width:734px;
	height:auto;
	padding:0 15px 0 25px;
	float:right;
}

/*-----------------------------------
下記から記述
-----------------------------------*/



/* 一覧 */
#index{
	padding-bottom:30px;
}
.info_box{
	width:730px;
	height:auto;
	padding:5px 0;
	float:left;
	border-bottom:1px dotted #c2c2c2;
}
.info_box .info_img{
	float:left;
	width:80px;
	margin:0 10px 0 0;
}
.info_box .info_text{
	width:auto;
	height:auto;
	padding-right:5px;
}
.info_box .info_text span{
	font-weight:bold;
}