@charset "UTF-8";
/* CSS Document */


/* 資金計算と住宅ローンページ -----------------------*/


/* Aさんの場合 -----------------------*/
div.pattern {
	width:570px;
	margin: 25px auto;
	background-image: url(../loan/img/pattern_a.gif);
	background-repeat: no-repeat;
	height: 155px;
}

div.pattern-left {
	width:133px;
	height: 80px;
	text-align: left;
	line-height: 140%;
	overflow: auto;
	float: left;
	padding: 65px 0 0 17px;
	color: #5C2900;
}

div.pattern-right {
	width:280px;
	height: 90px;
	text-align: left;
	line-height: 140%;
	overflow: auto;
	margin: 25px 0 0 125px;
	float: left;
}


/* box -----------------------*/
.box-blue {
	width:530px;
	margin: 10px auto;
	background-color: #C1ECFB;
	padding: 10px;
	line-height: 160%;
	color: #5C2900;
	font-weight: bold;
	font-size: larger;
	text-align: left;
}


/* ご相談窓口 -----------------------*/
#contact {
	margin:10px auto;
	width:500px;
}
#contact table {
	width:500px;
}
#contact table td {
	background-image: url(../loan/img/contact_bg.gif);
	background-repeat: repeat-y;
}
#contact-txt {
	font-weight: bold;
	line-height: 160%;
	width: 490px;
	text-align: center;
	padding: 10px 0;
}


