@charset "UTF-8";
#all {
	height: auto;
}
#title {
	padding: 0px;
	height: 60px;
	width: 790px;
	background-color: #F2EED0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/company_title.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#title h2 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#main {
	background-color: #EFEBCE;
	height: 390px;
	background-image: none;
}
#main ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.list {
	width: 600px;
	list-style-type: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF0000;
	height: 40px;
}
#main li h3 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	font-size: 90%;
	width: 100px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin: 0px;
}
#main li p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	font-size: 90%;
	width: 300px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#footer #company {
	color: #FF0000;
}	

