@charset "UTF-8";
@import url(../../css/common.css);

#main h2 {
	font-size: 14px;
	margin-top: 2em;
}
#main dl {
	margin: 0;
}
#main dt {
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	width: 90px;
	height: 18px;
	float: left;
}
#main dd {
	line-height: 18px;
	margin: 0 0 0.5em 100px;
}
#main ul {
	list-style-type: none;
}
#google-maps {
	height: 350px;
	border: solid 1px #999;
}
#google-maps em {
	color: #096;
	font-weight: bold;
	font-style: normal;
}
ul#principle {
	text-align: center;
	padding: 0.5em;
	border: solid 1px black;
	list-style-type: none;
}
#principle li {
	font-size: 14px;
	margin-right: 1em;
	display: inline;
}
