@charset "utf-8";


#company{}
#company h2{
	background: url(../../company/images/contents-title.png) no-repeat 0px 0px;
	height: 123px;
	width: 619px;
	margin-bottom: 50px;
	margin-top: 5px;
}
#company h2 span{
	display: none;
	height: 0px;
	width: 0px;
	position: absolute;
}


#company dl{
	width: 450px;
	font-size: 13px;
	text-align: left;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 15px;
	line-height: 130%;
}
#company dl dt{
	float: left;
	width: 130px;
	background: url(../../company/images/icon.png) no-repeat left center;
	padding-left: 20px;
}
#company dl dd{
	width: 300px;
	float: right;
}
#company p{
	font-size: 12px;
	line-height: 150%;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#company a:link,
#company a:visited{
	color: #00F;
}
#company a:hover{
	color: #F60;
}

#links{}
#links ul{}
#links ul li{}
