@charset "Shift-JIS";

/* ベースレイアウト定義　idとclassは分けて記述。（id先,class後） */
/* 基本的に変更不可。 */

/* -----------	id	----------- */

#cmn-lay-header{	
	width:100%;
	min-width:980px;
	border-bottom:1px solid #cccccc;	
	height:56px;
}

#cmn-lay-cntWrap{
	clear:both;
	min-width:960px;
	width:960px;

	
}

#cmn-lay-cntLeft{
	float:left;
	width:425px;
}


#cmn-lay-cntRight{
	float:right;
	width:490px;
}

#cmn-lay-cntRight a{
	display:block;
}

#cmn-lay-footer{
	display:block;
	clear:both;
	width:100%;
	min-width:980px;
	background:url('http://www.sekisuihouse.com/shared/img/cmn_linec_761.gif') top repeat-x;
	height:17px;
}

#cmn-cnt-skipAnchor{
	height:0px;
	overflow:hidden;
}

dl#cmn-cnt-gnavi{
	width:980px;
	min-width:980px;
	height:56px;
	list-style-type:none;
	display:block;
	overflow:hidden;
	background-color:transparent;
}

dl#cmn-cnt-gnavi dt{
	float:left;
	background-color:transparent;
}


dl#cmn-cnt-gnavi dd{
	float:left;
	background-color:transparent;
}

ul#cmn-cnt-footer{
	display:block;
	margin-left:200px;
	width:780px;
}

ul#cmn-cnt-footer li{
	float:left;
}

#cmn-cnt-btnEnter{
	display:block;
	width:130px;
}





/* -----------	class	----------- */


div.div-h1block{
	margin-left:45px;
}

/*　グローバルナビ */
dd.dd-gnavi-001 {
	margin:0px 500px 0px 0px;
}

div.div-h2block{
	
}

/*　パンくずリスト */
ol.ol-panlist{
	list-style-type:none;
	display:block;
	height:40px;
	margin:0px 0px 0px 45px;

}


ol.ol-panlist li{
	float:left;
	display:block;
	margin:10px 0px 0px 0px;
	line-height:100%;
	margin-right:0px;
    font-size:10px;
}

ol.ol-panlist li a{
	line-height:inherit;
	font-size:inherit;
	text-decoration:none;
	color:#2255a4;
	
}

ol.ol-panlist li.li-panlist-001 a{
	color:#666666;
}

ol.ol-panlist2{
	list-style-type:none;
	display:block;
	height:40px;
	margin:0px 0px 0px 45px;

}


ol.ol-panlist2 li{
	float:left;
	display:block;
	margin:10px 0px 0px 0px;
	line-height:100%;
	margin-right:0px;
	font-size:10px;
}

ol.ol-panlist2 li a{
	line-height:inherit;
	font-size:inherit;
	text-decoration:none;
	color:#2255a4;
	
}

ol.ol-panlist2 li.li-panlist-001 a{
	color:#666666;
}




/* フロート（段組み）解除用　*/
.clear{
	clear:both;
}



/* 字詰め用　文字幅でレイアウトが崩れる場合のみ、ピンポイントでテキスト要素に使用。最大-0.1emまで。追加作成不可。
	使用の際はブラウザ毎の表示差を要確認（特にIE）　*/
.gen-lSpace-01{
	letter-spacing:-0.1em;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  display:blo
  /*＼*//*/
  height: auto;
  overflow: hidden;
  /**/






