@charset "Shift_JIS";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	■アップルランディングページ用 CSS■
	  2007.10.18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* *********************************************************
 *	▼基本ページ設定
 * *********************************************************
 */
body,form,fieldset,table {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,p,ul,ol,dl,dd {
	margin:0;
	padding:0;
}

body {
	line-height:145%;
	text-align:center;
	background-color:#FFFFFF;
	font-family:"ＭＳ ゴシック", "Osaka−等幅";
	font-size: 12px;
	color: #666;
}

#chuko, #syasyu {
	width:770px;
	margin:0 auto;
	text-align:left;
}

p.tex{
	font-size:0.75em;
	line-height:1.5em;
	}

/* ■ヘッダー ---------------------------------------------- */
#header {
	width:770px;
}

#header #logo {
	width:240px;
	float:left;
}

#header #freeCall {
	width:340px;
	float:right;
}

/* ■コンテンツ ---------------------------------------------- */
#contents {
	width:768px;
	border:1px solid #666666;
	clear:both;
}

/* ■無料査定 ---------------------------------------------- */
#satei .yuubin {
	background:url(satei_03.gif) no-repeat;
	background-position:center center;
	height:25px;
	margin-top:0px;
	padding-top:0px;
	padding:5px 0 20px 60px;
}
#satei .yuubin img{
	vertical-align:bottom;
}

/* ■ステップ ---------------------------------------------- */
#step {
	width:750px;
	margin:0 9px 10px 9px;
	text-size=0.5em;
}

#step .textStep{
	padding:0 0 0px 20px;
	height:44px;
	background-repeat:no-repeat;
	vertical-align:top;

}


/* ■アップルがオススメの理由 ---------------------------------------------- */
#osusume {
	width:750px;
	margin:0 9px 10px 9px;
}

#osusume .textOsusume{
	padding:0 10px 0px 25px;
	height:90px;
	background-repeat:no-repeat;
	vertical-align:top;
}

#osusume .textOsusume2{
	padding:0 25px 0px 25px;
	height:90px;
	background-repeat:no-repeat;
	vertical-align:top;
}

/* ■フッター ---------------------------------------------- */
#footer {
	margin:20px auto;
	text-align:center;
}

