@charset "utf-8";
/* common.css */

/*会社概要*/
#contents1 {
	float: left;
	margin-top: 40px;
	clear: both;
	width: 100%;
}

#contents1 h2 {
	width: 220px;
	height: 40px;
	background: url(../contents_page/img/business_bike_bg01.jpg) no-repeat;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff; 
	text-align: center;
}

#contents1 p {
	float: left;
	margin: 0 0 20px 20px;
	font-size: 14px;
	line-height: 1.5;
}
