/*@import "reset-min.css";
*/

@import "fonts-min.css";

.wrapper {
	width: 600px;
	margin: 0px auto;
	text-align: left;
	position:relative;
	z-index:1;
}

body {
	background-color: #ffffff; 
    color: #333333;
}

h1 {
	margin-bottom: 13px;
	margin-top: 5px;
	padding-left: 9px;
	background-color: #ffffff;
	border-left: 8px solid #4369e1;
	border-bottom: 2px solid #4369e1;
	line-height: 125%;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0.2em;
}

div.lead {
	line-height: 150%;
}

h2 {
	margin-bottom: 13px;
	margin-top: 13px;
	margin-left: 5px;
	padding-left: 5px;
	background-color: #f5f5f5;
	border-bottom: 2px solid #000000;
	line-height: 125%;
	font-weight: bold;
	font-size: 1.2em;
	list-style-position: inside;
}

ol.term {
	line-height: 150%;
	list-style-position: outside;
}

div.inquiry {
	line-height: 150%;
	margin-left: 20px;
}