h1 {
	width: 768px;
	height: 145px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background: url(../images/headertop.jpg) no-repeat;
}

/* リード */
#read {
	margin: 30px;
}

#left {
	float: left;
	width: 438px;
	text-align: left;
}

#left p {
	font-size: 10pt;
	line-height: 1.6;
}

#right {
	float: right;
	width: 240px;
	margin-left: 30px;
}

/* 企業一覧 */

#Companyerea {
	margin: 30px;
	text-align: left;
}

h2 {
	text-indent: -9999px;
	background: url(../images/subtitle1.gif) no-repeat;
}

#photo {
	float: left;
	width: 240px;
	margin-right: 30px;
}

#text {
	float: right;
	width: 438px;
	font-size: 10pt;
	line-height: 1.6;
}

.Companyname {
	font-size: 12pt;
	font-weight: bold;
}

.box a {
	margin-top: 5px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #92cf18;
}

.box a:hover {
	margin-top: 5px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	background: #ff960e;
}