/*-----------------------------------
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;
}

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



/* 詳細 */
#details{

}
.detail_box{
	margin:10px 10px 0 0;
	height:100%;
	padding-bottom:100px;
}
.detail_box .info_img{
	width:230px;
	float:left;
	margin:0 0 0 0;
}
.detail_box .info_txt{
	paddind:0 0 0 0;
}
.detail_box .info_txt.patern_img{
	float:right;
	width:485px;
}
.detail_box div h3{
	font-size:1.2em;
	background:url(../images/icon.gif) no-repeat 0 2px;
	padding:0 0 7px 20px;
	margin:0 10px 15px 0;
	border-bottom:1px solid #d3d3d3;
	font-weight:normal;
}
.detail_box div p{
	line-height:150%;
}











