/****************************************************
　■増改築・リフォームページ　CSS設定
****************************************************/

/***　font-size:80%  style_base.css  ****/

#reform {
	margin: 0 0 0 10px;
}

#reform h4 {
	margin: 0 0 10px 0;
	padding: 3px 0 4px 28px;
	background-image: url(images/housing_h4_back.gif);
	background-repeat: no-repeat;
	font-size: 130%;
	color: #FF9900;
	border-bottom: 2px dotted #FF9900;
}
#reform h5 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 100%;
	color: #CC6600;
}


/***** 1 増改築・リフォーム *****/
#exp01 {
	margin: 0 0 50px 0;
	padding: 0;
	background-image: url(images/reform_01_back01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.exp-text {
	margin: 0;
	width: 370px;
}
.exp-text p {
	margin: 0 0 20px 10px;
	line-height: 1.8em;
}
.exp-text a {
	color: #3366CC;
	text-decoration: underline;
}
#exp02 {
	margin: 0;
	padding: 0;
	background-image: url(images/reform_01_back02.jpg);
	background-repeat: no-repeat;
	background-position: right 38px;
}
#exp02 table {
	margin: 0;
}
#exp02 td {
	padding: 5px;
	font-size: 80%;
	text-align: center;
}

/***** 2 施工例 *****/

#spec {
	margin: 0 0 30px 0;
	padding: 0;
}
.spec-img {
	width: 260px;
	float: left;
}
.spec-text {
	width: 300px;
	float: right;
}
.spec-text p {
	margin: 0 0 5px 5px;
	font-size: 90%;
	line-height: 1.4em;
}

#story {
	margin: 0 0 30px 0;
}
.story-block p {
	font-size: 90%;
	margin: 0 10px;
}
.story-block img {
	margin: 20px 0 20px 60px;
}

