div#company {
	padding: 20px;
	text-align: left;
}
div#company h1{
	background: url(../images/title/title_company.gif) left top no-repeat;
	margin: 0 0 0 0 !important;  
	margin: 0 0 0 0 ; /* for only IE6 style */  
	height: 25px;
	width: 600px;
	text-indent: -99999px;
}
div#company_photo {
	float: left;
	width: 250px;
	text-align: left;
	margin: 5px 0 0 0 !important;  
	margin: 5px 0 0 0 ; /* for only IE6 style */  
}
div#company_photo img{
	margin: 0 0 15px 0 !important;  
	margin: 0 0 15px 0 ; /* for only IE6 style */  
}

/* 左側 */

div#company_text {
	float: right;
	width: 470px;
	margin-left: 10px ;
}
div#company p{
	font-size:25px;
	font-weight: bold;
}

/*　会社概要部分　.dl
---------------------------------- */
.profile{
	margin:10px 0px 10px 0px;
	overflow:hidden;
	}

.profile dt{
	float:left;
	line-height: 20px;
	margin:0 5px 15px 0;
	width:19%;
}

.profile dd{
	float:left;
	line-height: 20px;
	margin:0 0 15px 0;
	padding: 0 0 0 10px;
	width:75%;
	border-left: 3px solid #e5e5e5;
}

/*　会社概要部分　.dl
---------------------------------- */
.shop{
	margin:10px 0px 0px 0px;
	overflow:hidden;
	}

.shop dt{
	float:left;
	line-height: 20px;
	margin:0 5px 15px 0;
	width:40%;
}

.shop dd{
	float:left;
	line-height: 20px;
	margin:0 0 15px 0;
	padding: 0 0 0 10px;
	width:55%;
}


