@charset "UTF-8";

#main {
	background: #f0f0f0;
}

#first_block {
	width: 652px;
	margin: 0 auto 30px auto;
	padding: 60px 0 0 0;
	clear: both;
}

#first_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#first_block li {
	list-style: none;
	width: 309px;
	padding-bottom: 10px;
	background: #fff;
	color: #666;
}

#second_block {
	width: 652px;
	margin: 0 auto 30px auto;
	padding: 0;
	clear: both;
}

#second_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#second_block li {
	list-style: none;
	width: 197px;
	padding-bottom: 10px;
	background: #fff;
	float: left;
}

#third_block {
	width: 652px;
	margin: 0 auto;
	padding-bottom: 30px;
	clear: both;
}

#third_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#third_block li {
	list-style: none;
	width: 197px;
	padding-bottom: 10px;
	background: #fff;
	float: left;
}

#first_block li .text01,
#second_block li .text02,
#third_block li .text03 {
	padding: 0 20px;
	clear: both;
}

#first_block li h3,
#second_block li h3,
#third_block li h3 {
	margin: 10px 0 5px 0;
	font-size: 106%;
	display: inline;
	color: #666;
	border-bottom: #666 solid 3px;
	text-decoration: none;
	line-height: 2.0;
}

#first_block li a,
#second_block li a,
#third_block li a {
	text-decoration: none;
}

#first_block li .hover h3,
#second_block .hover h3,
#third_block li .hover h3 {
	color: #065fc2;
	border-bottom: #065fc2 solid 3px;
	text-decoration: none;
}

#first_block li img,
#second_block img,
#third_block img {
	margin-bottom: 10px;
}

#first_block li p,
#second_block li p,
#third_block li p {
	margin: 10px 0 0 0;
}

#second_block li.sp,
#third_block li.sp {
	margin-right: 30px;
	_margin-right: 29px;
}

.index_text {
	width: 652px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-size: 83%;
	clear: both;
}

