@charset "UTF-8";


/* パートナーページメイン
---------------------------------------------*/
#partnerinfo{
	float:right;
	display:inline;
	color:#666;
	width:478px;
	margin-right:220px;
}

#partnercontent {
	width: 670px;
	padding:20px 20px 13px 15px;
	overflow:hidden;

}

#partnercontent h4 {
	padding: 10px 0 10px 20px;
	font-size:160%;
	font-weight:bold;
	background-color:#FFF;
	border-bottom:#666;
}

/* パートナーページその1
---------------------------------------------*/
.sentence {
	background-color:#FFF;
	width:660px;
	margin:auto;
	overflow: hidden;
}

.sentence img {
	float:right;
	padding:10px;
	background:#FFF;
}

.sentence h3 {
	padding-top: 10px;
	text-align:center;
	font-size:160%;
	font-weight:bold;
	background-color:#FFF;
	border-bottom:#666;
	
}
.sentence p {
	padding:10px;
	line-height:2em;
	font-size:120%;
	color:#666;
	background-color:#FFF;

}