@charset "utf-8";
/* CSS Document */
h1{
	background-color:#014099;
	margin: 0px;
}
#sp_container {
	background-color: #FFF4E0;
	overflow: hidden;
}

#sp_left {
	float: left;
	width: 250px;
	clear: both;
}

#sp_article {
	padding: 20px 10px;
	color: #333333;
	float: left;
	width: 530px;
	background-color: #ffffff;
	line-height: 130%;
}

#article {
	padding: 0px 20px;
	color: #333333;
}
#image{
	padding:0px;
	height: 226px;
	vertical-align: top;
	margin: 0px;
}
.img_left{
	padding:0px;
	float:left;
	height: 226px;
	background-image:url(../image/back_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
}

.img_under{
margin-top:50px;
}

.img_right{
	float:left;
	padding-top: 66px;
}

h2{
margin-bottom:10px;
text-align:center;
}

.text{
	margin:0px 17px 21px;
	line-height: 2;
}

.human-list{
	margin:0px 78px 30px;
	width: 605px;
}

.human{
	background-color:#99D9E8;
	margin-bottom:12px;
	clear: both;
	float: none;
	height:115px;
}

.human-img{
float:left;
width:185px;

}

.human-text{
	float:left;
	line-height:1.4;
	padding: 12px 19px 12px 44px;
}

.name{
	font-size:120%;
	color:#0F218B;
	font-weight: bold;
}
.name a{
	color:#0F218B;
}

.s-name{
font-size:100%;
}

