

h1{
	width: 650px;
	margin: 0 0 0 0;
	padding: 0;
}
h2{
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	font-size: 12px;
	background: url("../../img/list_point02.gif") 0 3px no-repeat;
}

/*company intro*/

table.intro{
	width: 580px;
	margin: 0 0 20px 40px;
	border-top: 1px #ccc solid;
}
table.intro th,
table.intro td {
	padding: 5px 5px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px #ccc solid;
}

table.intro th {
	background-color: #bce8ed;
	color: #000;
}


/*rerated company*/

div.reratedHead,
div.reratedBody,
div.reratedFoot {
	width: 585px;
	margin-left: 40px;
}
div.reratedFoot {
	margin-bottom: 30px;
}
div.reratedHead img,
div.reratedBody img,
div.reratedFoot img {
	display: block;
}

div.reratedBody {
	padding: 2px 0;
	background: url("../img/rerated_body.gif") 0 0 repeat-y;
}
div.reratedBody ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
div.reratedBody ul li {
	font-size: 12px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 23px;
	background: url("../../img/list_point04.gif") 10px 3px no-repeat;
}

