@charset "UTF-8";

/* 土地活用 */

/*=======================*/
/* イントロ　　　　      */
/*=======================*/

#contents{
	padding-top: 20px;
}

#contents h2{
	width: 190px;
	height: 21px;
	margin: 0 0 20px 15px;
	text-indent: -9999px;
	background-image: url(../img/landuse/h2_landuse.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#contents p.intro{
	margin-bottom: 40px;
	padding: 0 15px;
}

#contents p.image{
	position: absolute;
	right: 20px;
	margin-top: -50px;
	z-index: 10;
}

/*=======================*/
/* 土地活用それぞれ      */
/*=======================*/

#social,
#future,
#assured{
	position: relative;
	width: 836px;
	margin: 0 35px 50px 15px;
	background-image: url(../img/common/dotline.gif);
	background-repeat: repeat-x;
	background-position: 0 22px;
	clear: both;
}
#assured{ margin-bottom: 70px; }

#social h3,
#future h3,
#assured h3{
	width: 185px;
	height: 17px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
}

#social h3{ background-image: url(../img/landuse/h3_social.png); }
#future h3{ background-image: url(../img/landuse/h3_future.png); }
#assured h3{ background-image: url(../img/landuse/h3_assured.png); }


#future p{
	padding-right: 280px;
}

#assured p{
	padding-right: 200px;
}


/*=======================*/
/* 問い合わせ・資料請求  */
/*=======================*/

#request{
	position: relative;
	width: 906px;
	height: 116px;
	margin-bottom: 20px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_bg_type2.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#request a{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 194px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/common/inquiry_button2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

