@charset "utf-8";
/*main����*/
div#main h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

div#main p {
	font-size: 0.95em;
	color: #555;
	line-height: 1.8;
}

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

div#main #left p {
	font-size: 0.95em;
	color: #555;
	line-height: 1.8;
	padding: 0 20px 0 0;
}

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

div#main #right h3 {
	background: url(../images/main.jpg) no-repeat left top;
	text-indent: -9999px;
	width: 425px;
	height: 600px;
	margin-left: 25px;
}

div#main #right p {
	margin-left: 50px;
}

div#main h3#m1 a {
	clear: both;
	display: block;
	background: url(../images/topm1b.jpg) no-repeat;
	text-indent: -9999px;
	width: 438px;
	height: 80px;
	margin-bottom: 10px;
}

div#main h3#m1 a:hover{
    background: url(../images/topm1b_hover.jpg) no-repeat;
}

div#main h3#m2 a {
	display: block;
	background: url(../images/topm2_hover.jpg) no-repeat;
	text-indent: -9999px;
	width: 438px;
	height: 60px;
	margin-bottom: 10px;
}

div#main h3#m3 a {
	display: block;
	background: url(../images/topm3.jpg) no-repeat;
	text-indent: -9999px;
	width: 438px;
	height: 60px;
	margin-bottom: 20px;
}

div#main h3#m3 a:hover{
	background: url(../images/topm3_hover.jpg) no-repeat;
}
