@charset "utf-8";
/* CSS Document */

@import url("scholarship.css");/* scholarshipフォルダ内共通 */

/*■□■□■□■□■□■□■□ 共通項目 ■□■□■□■□■□■□■□*/

h3{
text-indent:0;}

#modelcase p.modelcase_tit {
	background: url(../img/modelcase_tit.jpg) no-repeat;
	display:block;
	height:170px;
}

#modelcase p.modelcase_tit em{
	display:block;
	padding:70px 0 0 200px;
}

#modelcase h3.plan_a { /* プランタイトルA */
	background:url(../img/modelcase_a_tit.gif) no-repeat;
	height: 50px;
	text-indent:-9999px;
}

#modelcase h3.plan_b { /* プランタイトルB */
	background:url(../img/modelcase_b_tit.gif) no-repeat;
	height: 50px;
	text-indent:-9999px;
}

#modelcase h3.plan_c { /* プランタイトルC */
	background:url(../img/modelcase_c_tit.gif) no-repeat;
	height: 50px;
	text-indent:-9999px;
}

#modelcase .profile { /* ～さんの紹介BOX */
	width: 190px;
	background: #e5e7c5;
	float: left;
}

#modelcase .profile .profile_body {
	margin: 5px;
	line-height: 150%;
}

#modelcase .details { /* ～さんのうちわけBOX */
	float:right;
	background: url(../img/modelcase03.gif) right bottom no-repeat;
	width: 435px;
}

#modelcase .details strong {
	color:#002ed9;
	line-height: 2em;
}

#modelcase .details em {
	font-size: 120%;
	font-weight: bold;
	margin-top: 10px;
	display: block;
}

#modelcase .details_a{ /* 詳細  プランA*/
	background: url(../img/modelcase_a_img.jpg) right 0 no-repeat;
	height:155px;
}

#modelcase .details_b{ /* 詳細  プランB*/
	background: url(../img/modelcase_b_img.jpg) right 0 no-repeat;
	height:123px;
}

#modelcase .details_c{ /* 詳細  プランC*/
	background: url(../img/modelcase_c_img.jpg) right 0 no-repeat;
}

#modelcase .example { /* ローン事例BOX */
	clear: both;
	padding: 15px 0;
	text-indent: -9999px;
}

#modelcase .example_a{ /* ローン事例BOX  プランA*/
	background: url(../img/modelcase_a_detail.gif) center no-repeat;
	height: 135px;
}

#modelcase .example_b{ /* ローン事例BOX  プランB*/
	background: url(../img/modelcase_b_detail.gif) center no-repeat;
	height: 135px;
}

#modelcase .example_c{ /* ローン事例BOX  プランC*/
	background: url(../img/modelcase_c_detail.gif) center no-repeat;
	height: 135px;
}

#modelcase dl.vocie { /* ～さんの声 */
	background:#e3f3ff url(../img/modelcase_cm_bg.gif) 0 20px no-repeat;
	zoom:1;/* IE6の印刷対策 */
	margin: 0 auto;
	margin-bottom: 25px;
}

#modelcase dl.vocie dt {
	background: url(../img/modelcase_cm_head.gif) top no-repeat;
	zoom:1;/* IE6の印刷対策 */
	padding: 10px 10px 0 120px;
	font-weight:bold;
}

#modelcase dl.vocie dd {
	background:url(../img/modelcase_cm_foot.gif) bottom no-repeat;
	zoom:1;/* IE6の印刷対策 */
	padding: 0 10px 10px 120px;
}

