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

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

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

div#main div.right li {
	float: left;
	list-style: none;
	margin-top: 30px;
}

div#main div.right li a {
	display: block;
	text-indent: -9999px;
	width: 150px;
	height: 35px;
}

div#main div.right li#f-a a {
	background: url(../images/feature1_hover.jpg) no-repeat;
}

div#main div.right li#f-a a:hover {
	background: url(../images/feature1_hover.jpg) no-repeat;
}

div#main div.right li#f-b a {
	background: url(../images/feature2.jpg) no-repeat;
}

div#main div.right li#f-b a:hover {
	background: url(../images/feature2_hover.jpg) no-repeat;
}

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

div#main h3#on1 {
	padding-top: 20px;
}

div#main h4 {
	font-size: 1.1em;
	color: #6699cc;
	padding-top: 20px;
	margin-bottom: 20px;
}

div#main p {
	width: 52em;
	font-size: 0.925em;
	color: #666;
	line-height: 1.7;
}

div#main p.m {
	padding-bottom:30px;
}
