@charset "utf-8";


@import "common.css";



/*
		Top
 -------------------------------------------------- */

/* 大枠 */
#content .top {
	height: 326px;
	background: url(../img/schedule/top-bg.gif) no-repeat 0px 156px;
}

/* リード */
#content .top p {
	width: 625px;
	margin: 10px 0px 0px 95px;
}





/*
		ふたりの新居探しスケジュール
 -------------------------------------------- */

/* 大枠 */
#content .schedule {
	width: 524px;
	float: left;
}
 
/* -------- 結婚決定！ */
#content .sche01 {
	margin: 0px 0px 0px 10px;
}

/* -------- 物件を探す */
#content .sche02 {
	margin: 0px 0px 0px 80px;
	position: relative;
}

/* リンク */
#content .sche02 p {
	position: absolute;
	top: 155px;
	left: 20px;
}

/* リンク */
#content .sche02 p { font-weight: bold;}

/* -------- 目的地へ向かう */
#content .sche03 {
}

/* -------- 物件までは徒歩で */
#content .sche04 {
	margin: 0px 0px 0px 40px;
}

/* -------- 周囲の環境もチェック */
#content .sche05 {
	margin: 0px 0px 0px 92px;
}

/* -------- モデルルームを見学する */
#content .sche06 {
	margin: 0px 0px 0px 42px;
}

/* -------- 販売センターで資金計画をしよう */
#content .sche07 {
	width: 647px;
	height: 361px;
	margin: 0px 0px 0px 92px;
	background: url(../img/schedule/sche07-bottom.gif) no-repeat 0px 191px;
}

/* テキスト */
#content .sche07 dl {
	width: 590px;
	margin: 0px 0px 0px 15px;
}

/* 資金計画とは？ */
#content .sche07 dl dt {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

/* -------- 後日会社帰りに寄り道 */
#content .sche09 {
	margin: 0px 0px 0px 60px;
}

/* -------- 新居決定へ！ */
#content .goal {
	margin: 30px 0px 0px 60px;
}

/* 枠 */
#content .goal dl {
	width: 626px;
}

/* タイトル */
#content .goal dl dt {
	width: 326px;
	float: left;
}

/* テキスト */
#content .goal dl dd.text {
	width: 300px;
	float: left;
	clear: left;
	margin: 20px 0px 0px 10px;
	display: inline;
}

/* ボタン */
#content .goal dd.btn {
	margin: 30px 0px 0px 360px;
}
















