@charset "utf-8";
/* CSS Document */
#menu {
	padding-bottom: 3px;
}
dl.faq {
	border-bottom: 1px dotted #e1e7e5;
	margin-bottom: 15px;
}
dl.faq dt {
	background: url(img/q.png) top left no-repeat;
	padding-left: 52px;
	min-height: 40px;
	margin-bottom: 1em;
}
dl.faq dd {
	background: url(img/a.png) top left no-repeat;
	padding-left: 72px;
	min-height: 40px;
	margin-bottom: 1em;
}
.box {
	border: 1px solid #005BAA;
	padding: 10px;
	font-weight: bold;
	color: #005BAA;
	font-size: 110%;
	margin-bottom: 30px;
}
