@charset "utf-8";
/* CSS Document */
html {
	overflow-y: auto;
}
#ttl {
	text-align: center;
	margin-bottom: 28px;
}
#contents a,
#contents a:link {
    color: #467dc7;
    text-decoration: none;
}
#contents a:hover {
	text-decoration: underline;
}
#contents {
	width: 830px;
	margin: 0 auto;
	padding: 50px 0;
}
#companyList{
	background:url(../../img/about/bg_line.gif) left top no-repeat;
	padding-top:20px;
	margin-bottom: 20px;
}
#companyList dt{
	font-weight:bold;
	float:left;
}
#companyList dd{
	background:url(../../img/about/bg_line.gif) left bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:20px;
	padding-left:190px;
}
.companyListMap{
	margin:20px 0 5px;
	height:220px;
	border:solid 1px #cccccc;
}
.companyMapTitle{
	font-weight:bold;
}

.here {
	font-size: 90%;
}
.here img {
	padding-right: 5px;
	vertical-align: middle;
}
#copyright {
}