/*
	試作ホームページ
	現在店舗物件検索中
*/
/* ============================ 	*/
/*	全体 									*/
/* ============================ 	*/
body {
	background-position: center top;
	font-family: "cursive","Yu Gothic","Comic Sans MS","ヒラギノ角ゴ","sans-serif";
	background-color: #ffffff;
     text-align:left;   /* 下記のautoに未対応用のセンタリング */
}

a{/*リンクされた文字*/
	color: #ec9615;
	font-style:normal;
	text-decoration: none;     /* 下線を消す */
}
a:link {/*未訪問のリンク*/
	color: #ec9615;
	font-style:normal;
	text-decoration: none;     /* 下線を消す */
}
a:visited {/*訪問後のリンク*/
	color: #ec9615;
	text-decoration: none;     /* 下線を消す */
}
a:hover {/*マウスをのせたとき*/
	color: #ec9615;
	font-style:normal;
	font-weight: bold;
	text-decoration: none;     /* 下線を消す */
}
a:active {/*クリック中*/
	text-decoration:none;
}

#bodyplate {
	width:1080px;/* 幅 */
	height:900px;
	/*margin:0 auto;　plateを中央にして　*/
	background-image : url("pic/back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 18px;/* 文字サイズ　基本18 */
	text-align: center;
     margin-left:auto;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
}
#cbodyplate{
	width:auto;/* 幅 */
	height:auto;

	/*margin:0 auto;　plateを中央にして　*/
	font-size: 18px;/* 文字サイズ　基本18 */
	text-align: left;
     margin-left:20px;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
}
#lplate{
	width:830px;/* 幅 */
	height:auto;

	/*margin:0 auto;　plateを中央にして　*/
	font-size: 18px;/* 文字サイズ　基本18 */
	text-align: left;
     margin-left:20px;    /* 左側マージンを自動的に空ける */
     margin-right:auto;   /* 右側マージンを自動的に空ける */
     text-align:left;     /* 中身を左側表示に戻す */
	float: left;
}

#adbody{
	width:205px;/* 幅 */
	height:605;
	float: left;
 /* background-color: #eeeeee; */
}

#sitem{
	width:825px;/* 幅 */
	height:404px;
}
#rpic{
	width:400px;/* 幅 */
	height:400px;
	float: left;

}
#lpic{
	width:420px;/* 幅 */
	height:400px;
	float: left;

}
iframe {
	height: 400px;
	height: 400px;
  	border: none;
}
/* ============================ 	*/
/*	header 									*/
/* ============================ 	*/
#cheader {
	width:1080px;
	height:120px;
	background-color: #000000;
	text-align: left;
}

/* ============================ 	*/
/*	content 									*/
/* ============================ 	*/
#contentArea{
	width:1080px;/* 幅 */
	height:600px;
	margin:0 auto;/*　plateを中央にして　*/
}
#content01{
	width:600px;/* 幅 */
	height:100px;
	background-image : url(pic/contW60.png);
	padding: 10px 5px 5px 5px ;
	margin:0 auto;/*　plateを中央にして　*/
}
#content01 img{
	width:120px;/* 幅 */
	//height:90px;
	float: left;
}
#content01 a.p1{
	width:450px;/* 幅 */
	height:90px;
	float: left;
	text-align: left;
	color: #000000;
}

/* ============================ 	*/

#content{
	width:1000px;/* 幅 */
	height:100px;
	background-image : url(pic/contW60.png);
	padding: 10px 10px 10px 10px;
	margin:0 auto;/*　plateを中央にして　*/
}
#tcont{
	width:auto;/* 幅 */
	display: inline-block;
	background-color: #D6FBFD;

}
#tcont2{
	width:auto;/* 幅 */
	display: inline-block;
	background-color: #DDDDDD;

}

h1{
	font-size:16px;
	color:#000000;
	vertical-align: middle;
}
h1 img{
	vertical-align: middle;
}
/* class="XXX" */
.white {
	background-color: white;
}
.black {
	background-color: black;
}
p{
	word-break:keep-normal;
}
.tnormal{
	word-break: normal;
}
.cright{
	text-align:right;
}
/* ============================ 	*/
/*	footer 									*/
/* ============================ 	*/
#footerA{/* フッターエリア */
	width:1080px;
	height: 35px; 
	margin:6px auto;
	text-align: center;
	color: #ffffff;
	font-size: 0.6em;
	//border-top: 2px solid #ffffff
}


