@charset "utf-8";
/* inquiry layout */

#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#menu li {
	list-style-type: none;
	float: left;
}
.address_top {
	margin-top: 3px;
	margin-right: 50px;
	float: right;
}
.mt10 {
	margin-top: 10px;
}
h3 {
	color: #326292;
	line-height: 25px;
	padding-left: 10px;
	border: 3px double #ffffff;
	margin-top: 10px;
	background-color: #E4E4E8;
}
.inquiry_table {
	margin-bottom: 5px;	
}
.border_bottom_dotted {
	width: 100%;
	border-bottom: 1px dotted #aaaaaa;
	margin-top: 10px;
}
.ml10 {
	padding-left: 10px;
}
address {
	text-align: center;
	margin-top: 10px;
}