@charset "utf-8";
/*main����*/

div#main {
	margin-bottom: 40px;
}

div#main h2 {
	margin-top: 15px;
	margin-bottom: 20px;
}

div#main h3#on1 {
	padding-top: 20px;
	font-size: 1.05em;
	margin-bottom: 8px;
}

div#main dl dt {
	font-size: 1.05em;
	font-weight: bold;
	color: #6699cc;
	margin-bottom: 8px;
}

div#main dl dd {
	font-size: 0.925em;
	color: #5c5c5c;
	margin-bottom: 40px;
}

div#main h4 {
	clear: both;
	font-size: 1em;
	color: #266f87;
	margin-top: 20px;
	margin-bottom: 10px;
}

div#main h4#case {
	font-size: 1em;
	color: #266f87;
	padding-top: 20px;
}

div#main p {
	width: 50em;
	font-size: 0.925em;
	color: #666;
	line-height: 1.7;
	padding-right: 25px;
}

div #main ul {
	margin-bottom: 20px;
}

div #main ul li {
	list-style: none;
	line-height: 1.5em;
	font-size: 0.925em;
	color: #666;
}

hr {
	margin-top: 20px;
}

div#main div.left {
	float: left;
	width: 600px;
}

div#main div.right {
	float: right;
	width: 300px;
}

div#main div.left h3 {
	font-size: 1em;
	color: #6699cc;
	margin-top: 30px;
}

div#main div.left p {
	width: 35em;
}


div#main div.right h3 {
	margin-top: 30px;
}

div#main div.section {
	clear: both;
}

div#main h5 {
	clear: both;
	font-size: 1em;
	color: #3c3c3c;
	margin-top: 30px;
}

