@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;
}

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

div#main h5 {
	font-size: 1em;
	color: #6699cc;
	margin-top: 10px;
	margin-bottom: 10px;
}

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: 300px;
	height: 250px;
}

div#main div.right {
	float: right;
	width: 600px;
	height: 250px;
}

div#main div.left h3 {
	font-size: 1em;
	margin-top: 14px;
}

div#main div.right h3 {
	margin-top: 10px;
	color: #6699cc;
}

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