@charset "utf-8";
/* CSS Document */
h1 {
	position: relative;
}
#box_center {
	padding: 25px 0;
	width: 1000px;
}
.home_service {
	margin-bottom: 50px;
}
.home_service h1 {
	text-align: center;
	margin-bottom: 20px;
}

.home_news h1 a, .home_about h1 a {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.6em;
	line-height: 46px;
}
.home_news h1, .home_about h1 {
	border-bottom: solid 1px #224390;
}
.home_news {
	width: 450px;
	float: left;
}
.home_news ul {
	padding: 0;
	margin: 15px 0 0 0;
	list-style: none;
}
.home_news ul li {
	border-bottom: solid 1px #89b4e9;
	padding: 15px 0;
}

.home_about {
	width: 450px;
	float: right;
}
.home_about p {
	line-height: 1.4em;
}



.home_service #content_block {
	width: 200px !important;
	margin: 0 31px !important;
}

#content_block .name {
    text-align: center;
    height: 65px;
    line-height: 45px;
	    color: #000;
}