/* CSS Document */





/* ------------------
 左ボディ
 ------------------*/
 
 #left_body{
 	width:650px;
	height:auto;
	margin-right:102px;
	_margin-right:51px;
	font-size:12px;
	float:left;
	display:inline;
	line-height:20px;
}




#company_title_box{
	width:650px;
	height:30px;
	border-bottom:#000000 solid 1px;
}

#company_title{
	width:198px;
	height:30px;
}

#company_mainbox{
	width:650px;
	height:auto;
	margin-top:30px;
}

.company_txt_box{
	width:605px;
	height:auto;
	margin:20px 0 0 45px;
	
}

.company_txt_box .left{
	width:80px;
	height:auto;
	color:#bf0000;
	float:left;
}

.company_txt_box .right{
	width:525px;
	height:auto;
	color:#000000;
	float:left;
}

.under_line{
	width:650px;
	height:3px;
	margin-top:20px;
	border-bottom:#000000 solid 1px;
}


/* ------------------
 右ボディ
 ------------------*/
 
 #right_body{
 	width:98px;
	height:auto;
	float:left;
	display:inline;
}
 
 
