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

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

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

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

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#sys-a a {
	background: url(../images/system_s_hover.jpg) no-repeat;
}

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

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

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

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

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

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

div#main h3#system_s {
	margin-top: 30px;
	margin-bottom: 40px;
}
