@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#r_ners {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#r_ners .inner {
	float:left;
	width:630px;
	height: auto;
	margin-bottom: 10px;
}
#r_ners h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#r_ners h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #ECECEC;
}
#r_ners p {
	float:left;
	height: auto;
	display: block;
	width: 630px;
	text-align: justify;
	padding-top: 20px;
}
#r_ners p.division {
	float:left;
	height: auto;
	display: block;
	width: auto;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#r_ners .innerleft {
	float:left;
	width:210px;
	height: auto;
}
#r_ners .innerright {
	float:left;
	width:410px;
	height: auto;
	padding-left: 10px;
}
