@import "common.css";
#company {
	width: 760px;
	
}


.co_info {
	width: 760px;
	margin-bottom: 50px;
	float: left;
}
.co_logo {
	width: 260px;
	float: left;
}
.co_logo p {
	float: left;
	margin-right: 20px;
}
.co_detail {
	float: left;
	margin-left: 20px;
	line-height: 1.4em;
}
.co_detail  li {
	list-style-type: none;
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.co_detail  .leaf {
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(../images/li_leaf.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	margin-bottom: 3px;
	display: block;
	padding-bottom: 0px;
}
.profile {
	text-align: left;
	width: 760px;
	margin-bottom: 50px;
	float: left;
}
h3 {
	text-align: left;
	margin-bottom: 20px;
}

#company a:link, #company a:visited {
	background-attachment: scroll;
	background-image: url(../images/li_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
