@charset "UTF-8";

#company {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#company a:link {
	color: #0066CC;
	text-decoration: none;
}
#company a:visited {
	color: #0066CC;
	text-decoration: none;
}
#company a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


#company table {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 100%;
}
#company table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#g_map {
	margin: 0px;
	padding: 0px;
}
