/*
Theme Name: HDS
Theme URI: 
Description: HDS は(株)ハウジング大興自社サイト向けに作成されたテーマです。
Version: 0.50
Author: 株式会社ジーエンス
Author URI: http://www.zeaence.co.jp/
*/
/* 各CSSファイルのインポート */
/*
	・base.css		：基本となるスタイル定義
	・common.css	：一般のスタイル定義
	・color.css		：カラー情報のスタイル定義
*/

@import url("base.css");
/*@import url("http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/common.css");
*/
@import url("http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/color.css");
@import url("http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/new.css");


@charset "UTF-8";
/*=======================================================================

	1.主要素設定

=======================================================================*/
div#wrapper {
	padding-top: 0px;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}
div#bodyTop {
	background: #000000;
}

/* ヘッダー部分 */
div#topBg {
	width: 780px;
	height: 15px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/header_top.gif);
}
div#newheader {
	width: 900px;
	height: 80px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	position:relative;
}
div#header {
	width: 780px;
	height: 75px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/header_bg.gif);
	background-repeat: repeat-y;
}
div#logo {
	float:left;
	padding-left: 18px;
	padding-right: 20px;
	width: 400px;
}
div#isoLogo {
	float:right;
	/* background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/iso.gif); */
	/* background-repeat: no-repeat; */
	width: 240px;
	height: 53px;
	margin-right: 25px;
	display:inline; /* IE6バグフィックス */
}
div#logo2 {
	width: 480px;
	height: 80px;
	float:left;
}
div#logo2 h1 span{
	display: none;
}
div#denwaBngo {
	position:absolute;
	top:15px;
	right:0;
	width: 330px;
	height: 65px;
}
div#headerBottom {
	width: 900px;
	height:25px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

/* コンテンツ表示部 */
div#bgZentai {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
	border-left:4px solid #999999;
	border-right:4px solid #999999;
}
div#topImage{
	height: 250px;
	width: 730px;
	margin-left: 25px;
	margin-top: 10px;
}
div#main {
	width: 780px;
	padding-top: 10px;
}
div#leftSide {
	float: left;
	width: 515px;
	text-align: left;
	padding-left:25px;
}
div#rightSide {
	float: right;
	width: 200px;
	text-align: left;
	padding-right:25px;
}
div#toiawsase{
	border-bottom: 1px solid #848484;
	border-left: 1px solid #848484;
	border-right: 1px solid #848484;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
div#toiawsase img{
	padding-bottom: 10px;
}
/* フッター部分 */
div#footer {
	border-top: 1px solid #666666;
	clear: both;
	padding-top: 10px;
	width: 100%;
	background-color: #EFEFEF;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
}
div#footerCompany {
	float: left;
	width: 434px;
	height: 68px;
}
div#footerSecom {
	float: right;	
}
div#footerCopyright {
	clear:both;
	padding-top: 20px;
}
div#footerBox {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}

/* フッター部分　リニューアルトップ2010年6月 */

div#new_footer {
	clear: both;
	width: 960px;
	height: 200px;
	background:#c9c9ca;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	text-align:justify;
}
div#new_footer h2 {
	border-bottom:solid 20px #f0f1f1;
}

div#new_footerContents {
	text-align:justify;
	padding: 20px 0;
}
div#new_footerContents {
	text-align:justify;
	padding: 20px 0;
}
.txtCenter {
	text-align: center;
}

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

	2.グローバルメニュー設定

=======================================================================*/
div#globalNavi{
	clear: both;
	/* width: 780px; */
	/* height: 45px; */
}
div#globalNavi ul li span {
	display: none;
}

div#globalNavi ul{
	widtht:780px; /* 全体の横幅 */
	height:45px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#globalNavi ul li.globalNaviLink1 {
	padding-left: 14px;
	float: left;
	width: 101px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink2 {
	float: left;
	width: 94px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink3 {
	float: left;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink4 {
	float: left;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink5 {
	float: left;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink6 {
	float: left;
	width: 93px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink7 {
	padding-left: 20px;
	float: left;
	width: 60px;
	height: 45px;
	display:inline; /* IE6バグフィックス */
}
div#globalNavi ul li.globalNaviLink8 {
	padding-left: 22px;
	float: left;
	width: 49px;
	height: 45px;
	display:inline; /* IE6バグフィックス */
}


/* アンカー設定 */
div#globalNavi ul li.globalNaviLink1 a {
	display: block;
	width: 101px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink2 a {
	display: block;
	width: 94px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink3 a {
	display: block;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink4 a {
	display: block;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink5 a {
	display: block;
	width: 95px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink6 a {
	display: block;
	width: 93px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink7 a {
	display: block;
	width: 60px;
	height: 45px;
}
div#globalNavi ul li.globalNaviLink8 a {
	display: block;
	width: 49px;
	height: 45px;
}


/* マウスオーバ時の画像切り替え */
div#globalNavi ul li.globalNaviLink1 a:hover,
div#globalNavi ul li.globalNaviLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -14px -45px ;}

div#globalNavi ul li.globalNaviLink2 a:hover,
div#globalNavi ul li.globalNaviLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -115px -45px ;}

div#globalNavi ul li.globalNaviLink3 a:hover,
div#globalNavi ul li.globalNaviLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -209px -45px ;}

div#globalNavi ul li.globalNaviLink4 a:hover,
div#globalNavi ul li.globalNaviLink4 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -304px -45px ;}

div#globalNavi ul li.globalNaviLink5 a:hover,
div#globalNavi ul li.globalNaviLink5 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -400px -45px ;}

div#globalNavi ul li.globalNaviLink6 a:hover,
div#globalNavi ul li.globalNaviLink6 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -495px -45px ;}

div#globalNavi ul li.globalNaviLink7 a:hover,
div#globalNavi ul li.globalNaviLink7 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -607px -45px ;}

div#globalNavi ul li.globalNaviLink8 a:hover,
div#globalNavi ul li.globalNaviLink8 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -689px -45px ;}

/* アクティブ時の画像表示  ここから*/
body#bodyTop ul li.globalNaviLink1 a:link,  
body#bodyTop ul li.globalNaviLink1 a:visited,  
body#bodyTop ul li.globalNaviLink1 a:hover,  
body#bodyTop ul li.globalNaviLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -14px -45px ;}

body#bodyKodate ul li.globalNaviLink2 a:link,  
body#bodyKodate ul li.globalNaviLink2 a:visited,  
body#bodyKodate ul li.globalNaviLink2 a:hover,  
body#bodyKodate ul li.globalNaviLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -115px -45px ;}

body#bodyMansion ul li.globalNaviLink3 a:link,  
body#bodyMansion ul li.globalNaviLink3 a:visited,  
body#bodyMansion ul li.globalNaviLink3 a:hover,  
body#bodyMansion ul li.globalNaviLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -209px -45px ;}

body#body ul li.globalNaviLink4 a:link,  
body#bodyRenovation ul li.globalNaviLink4 a:visited,  
body#bodyRenovation ul li.globalNaviLink4 a:hover,  
body#bodyRenovation ul li.globalNaviLink4 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -304px -45px ;}

body#bodyReform ul li.globalNaviLink5 a:link,  
body#bodyReform ul li.globalNaviLink5 a:visited,  
body#bodyReform ul li.globalNaviLink5 a:hover,  
body#bodyReform ul li.globalNaviLink5 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -400px -45px ;}

body#bodyCompany ul li.globalNaviLink6 a:link,  
body#bodyCompany ul li.globalNaviLink6 a:visited,  
body#bodyCompany ul li.globalNaviLink6 a:hover,  
body#bodyCompany ul li.globalNaviLink6 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/gnvi.gif) no-repeat -495px -45px ;}

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

	3.ルートメニュー設定

=======================================================================*/
div#rootNavi{
	float: right;
	padding-right: 25px;
}
div#rootNavi ul li span {
	display: none;
}
div#rootNavi ul{
	widtht:305px; /* 全体の横幅 */
	height:19px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/rnvi.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#rootNavi ul li.rootNaviLink1 {
	float: left;
	width: 95px;
	height: 19px;
}
div#rootNavi ul li.rootNaviLink2 {
	float: left;
	width: 131px;
	height: 19px;
}
div#rootNavi ul li.rootNaviLink3 {
	float: left;
	width: 79px;
	height: 19px;
}


/* アンカー設定 */
div#rootNavi ul li.rootNaviLink1 a {
	display: block;
	width: 95px;
	height: 19px;
}
div#rootNavi ul li.rootNaviLink2 a {
	display: block;
	float: left;
	width: 131px;
	height: 19px;
}
div#rootNavi ul li.rootNaviLink3 a {
	display: block;
	float: left;
	width: 79px;
	height: 19px;
}


/* マウスオーバ時の画像切り替え */
div#rootNavi ul li.rootNaviLink1 a:hover,
div#rootNavi ul li.rootNaviLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/rnvi.gif) no-repeat 0px -19px ;}

div#rootNavi ul li.rootNaviLink2 a:hover,
div#rootNavi ul li.rootNaviLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/rnvi.gif) no-repeat -95px -19px ;}

div#rootNavi ul li.rootNaviLink3 a:hover,
div#rootNavi ul li.rootNaviLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/rnvi.gif) no-repeat -226px -19px ;}
/*=======================================================================

	4.ローカルメニュー設定

=======================================================================*/
div#localNavi {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/content_back.png);
	background-repeat: repeat-y;
	padding-left: 21px;
	padding-right: 21px;
	clear: both;
}
div#localNavi ul {
	border-bottom: 1px solid #e7e7e7; /* 1 */
	background-color: #f7f7f7; /* 2 */
	list-style:none;
	padding:0;
	margin:0;
	/*width:100%;*/ /* 必ずwidthの設定をしてください */
}
div#localNavi ul:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
div#localNavi ul li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1;
	list-style-type: none;
}
div#localNavi ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	color: #808080; /* 3 */
	text-align: center;
	text-decoration: none;
	font-size: 80%;
	background-color: #f7f7f7; /* 2 */
}
div#localNavi ul li a:hover {
	color: #34a7d8; /* 2 */
	background-color: #ffffff; /* 3 */
}
/*=======================================================================

	5.TOPページボタンメニュー設定（お住まいをご検討中の方へ、住宅ローンをご検討中の方へ、当社物件を購入された方へ）

=======================================================================*/
/* お住まいをご検討中の方へ */
div#mirai{
	height:190px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
}
div#mirai ul li span {
	display: none;
}
div#mirai ul{
	height:190px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_mirai.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#mirai ul li.miraiLink1 {
	float:left;
	padding-top:46px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
div#mirai ul li.miraiLink2 {
	float:left;
	padding-top:8px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
div#mirai ul li.miraiLink3 {
	float:left;
	padding-top:8px;
	padding-left:10px;
	width: 181px;
	height: 36px;

}
/* アンカー設定 */
div#mirai ul li.miraiLink1 a {
	display: block;
	width: 181px;
	height: 36px;
}
div#mirai ul li.miraiLink2 a {
	display: block;
	width: 181px;
	height: 36px;
}
div#mirai ul li.miraiLink3 a {
	display: block;
	width: 181px;
	height: 36px;
}
/* マウスオーバ時の画像切り替え */
div#mirai ul li.miraiLink1 a:hover,
div#mirai ul li.miraiLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_mirai.gif) no-repeat -210px -46px ;}
div#mirai ul li.miraiLink2 a:hover,
div#mirai ul li.miraiLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_mirai.gif) no-repeat -210px -90px ;}
div#mirai ul li.miraiLink3 a:hover,
div#mirai ul li.miraiLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_mirai.gif) no-repeat -210px -134px ;}



/* 住宅ローンをご検討中の方へ */
div#juutakuLoan{
	padding-top: 20px;
	height:230px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
}
div#juutakuLoan ul li span {
	display: none;
}
div#juutakuLoan ul{
	height:230px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_juutaku_loan.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#juutakuLoan ul li.juutakuLoanLink1 {
	float:left;
	padding-top:46px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink2 {
	float:left;
	padding-top:8px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink3 {
	float:left;
	padding-top:8px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink4 {
	float:left;
	padding-top:9px;
	padding-left:10px;
	width: 181px;
	height: 36px;
}
/* アンカー設定 */
div#juutakuLoan ul li.juutakuLoanLink1 a {
	display: block;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink2 a {
	display: block;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink3 a {
	display: block;
	width: 181px;
	height: 36px;
}
div#juutakuLoan ul li.juutakuLoanLink4 a {
	display: block;
	width: 181px;
	height: 36px;
}
/* マウスオーバ時の画像切り替え */
div#juutakuLoan ul li.juutakuLoanLink1 a:hover,
div#juutakuLoan ul li.juutakuLoanLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_juutaku_loan.gif) no-repeat -210px -46px ;}
div#juutakuLoan ul li.juutakuLoanLink2 a:hover,
div#juutakuLoan ul li.juutakuLoanLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_juutaku_loan.gif) no-repeat -210px -90px ;}
div#juutakuLoan ul li.juutakuLoanLink3 a:hover,
div#juutakuLoan ul li.juutakuLoanLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_juutaku_loan.gif) no-repeat -210px -134px ;}
div#juutakuLoan ul li.juutakuLoanLink4 a:hover,
div#juutakuLoan ul li.juutakuLoanLink4 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_juutaku_loan.gif) no-repeat -210px -179px ;}



/* ご購入済みの方へ */
div#ob{
	padding-top: 20px;
	height:132px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
}
div#ob ul li span {
	display: none;
}
div#ob ul{
	height:132px; /* メニュー全体の高さ */
	widtht:200px; /* 全体の横幅 */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ob.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#ob ul li.obLink1 {
	float:left;
	padding-top:58px;
	padding-left:6px;
	width: 188px;
	height: 65px;
}
/* アンカー設定 */
div#ob ul li.obLink1 a {
	display: block;
	width: 188px;
	height: 65px;
}
/*=======================================================================

	6.パンくずリスト設定

=======================================================================*/
div#breadcrumbList{
	padding-top: 10px;
	padding-bottom: 10px;
}
/*=======================================================================

	7．外枠設定

========================================================================*/
div#topBg {
}
div#leftBg {
}
div#rightBg {
}
div#bottomBg {
}
/*==================================================================

	8.IE6バグフィックス

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

	9.TOP 新着の装飾

=======================================================================*/
div#news {
	height:230px; /* 全体の高さ */
	widtht:515px; /* 全体の横幅 */
	margin-bottom: 10px;
}	
div#news p.newstext {
	font-size:12px;
	margin-left:180px;
	padding:3px;
	text-indent:-180px;
	border-bottom:1px dashed #CCCCCC;
}
div#recomendKodate p.newstext {
	font-size:12px;
	margin-left:180px;
	padding:3px;
	text-indent:-180px;
	border-bottom:1px dashed #CCCCCC;
}
div#recomendKodate p.textCommon {
	font-size:12px;
	margin-left:120px;
	margin-right:15px;
	padding:3px;
	text-indent:-120px;
	border-bottom:1px dashed #CCCCCC;
}
div#recomendKodate span.titleCommon {
	margin-left: 10px;
}
div#news span.date {
	color:#999999;
	font-weight:bold;
}

div#recomendKodate {
	padding-top: 10px;
}
div#recomendMansion {
	padding-top: 10px;
}
.top_recomend {
	font-size:12px;
}
.top_name {
	font-weight:bold;
}
.add {
	vertical-align: middle;
}
/*=======================================================================

	10.ウィジェット

=======================================================================*/
div#sidebar li{
	list-style-type:none;
}
/*=======================================================================

	11.プラグイン「Breadcrumb NavXT Core」使用時のパンくずリスト表示

=======================================================================*/
.breadcrumb {
	font-size:12px;
	color: #666666;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.footerSiteMapTitle ul li{
	font-size: 85%;
	list-style: none;
	float: left;
	padding-right: 5px;	
}
/*=======================================================================

	12.一戸建てページ設定

=======================================================================*/
div#leftSideMainContents{
	float: left;
	width: 200px;
	text-align: left;
	padding-left:25px;
	margin-bottom: 20px;
}
div#rightSideMainContents {
	float: right;
	width: 515px;
	text-align: left;
	padding-right:25px;
	margin-bottom: 20px;
	font-size:13px;
}
h2.midashi {
	text-align: right;
	padding-bottom: 20px;
}
div#recomendKodate .date{
	color:#17B7BF;
	font-weight:bold;
}
table.kodate_recomend {
	background-color: #cccccc;
	border-spacing: 1px;
}
table.kodate_recomend td {
	background-color: #ffffff;
	padding: 2px;
	text-align: center;
	font-size: 13px;
}
table.kodate_recomend th {
	font-weight:bold;
	background-color: #999999;
	color: #ffffff;
	padding: 8px;
}
span.date {
	font-size:12px;
	color:#17B7BF;
	font-weight:bold;
	margin-right:1em;
}
span.date_genchi {
	color:#17B7BF;
	font-size:14px;
	font-weight:bold;
	margin-right:1em;
}
h2.kodate_index {
	color:#17B7BF;
	font-size:13px;
	font-weight:normal;
	margin-bottom:20px;
	text-align:right;
}
/*=======================================================================

	13.一戸建てページサイドバー設定

=======================================================================*/
div#kodateSideContents {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom:3px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
div#kodateSideContents ul {
	padding-top: 10px;
	padding-bottom: 10px;
} 
div#kodateSideContents li {
	padding-left: 24px;
	padding-top: 3px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/listmark.gif) no-repeat 10px 0.5em;
	list-style: none;
	font-size: 13px;
}
div#recomendAd {
	padding-top: 10px;
}
div#recomendGenchi {
	padding-top: 10px;
	font-size:14px;
}
/*=======================================================================

	14. 一戸建て 練馬区北町7丁目 物件ページ

=======================================================================*/
/* 戸建て お問合せボタン */
div#kodateBukkenIchiranToiawase {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#kodateBukkenIchiranToiawase ul li span {
	display: none;
}
div#kodateBukkenIchiranToiawase ul{
	widtht:120px; /* 全体の横幅 */
	height:22px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/kodate/ko_kitamachi7_used/imgs/bt_request_bukken.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#kodateBukkenIchiranToiawase ul li.Link1 {
	float: left;
	width: 120px;
	height: 22px;
}
/* アンカー設定 */
div#kodateBukkenIchiranToiawase ul li.Link1 a {
	display: block;
	width: 120px;
	height: 22px;
}
/* マウスオーバ時の画像切り替え */
div#kodateBukkenIchiranToiawase ul li.Link1 a:hover,
div#kodateBukkenIchiranToiawase ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/kodate/ko_kitamachi7_used/imgs/bt_request_bukken.gif) no-repeat 0px -22px ;}


p#komidashi {
	color:#444444;
	font-size:14px;
	letter-spacing:0.1em;
	margin-left:10px;
}
.ma2000 {
	margin:20px 0;
}
p#accesstime {
	background-color:#EFEFEF;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	margin:10px;
	padding:10px;
	text-decoration:underline;
}
span.access_minute {
	color:#000099;
	font-size:23px;
}
div.location_box {
	width:100%;
}
div.location_box_1 {
	float:left;
	width:250px;
}
div.location_box h3 {
	font-size:14px;
	color:#000099;
	font-weight:bold;
	text-align:left;
}
div.location_box_1 ul {
	color:#666666;
	font-size:12px;
	list-style-position:outside;
	list-style-type:none;
	margin-bottom:15px;
}
div.location_box_1 ul li {
	font-size:12px;
	background-image:url(../http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/ya_skyblue.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0;
	padding:3px 0 3px 10px;
	text-align:left;

}
dl#outline {
	font-size:12px;
	color:#333333;
	margin:0;
	padding:0;
}
dl#outline dt {
	background-color:#D1EFEE;
	float:left;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	width:9em;
}
dl#outline dd {
	padding-bottom:5px;
	padding-top:5px;
	text-align:left;
}
span.m2 {
	font-size:5pt;
	vertical-align:super;
}
hr.lightgray {
	background-color:#CCCCCC;
	border:0 none;
	clear:both;
	color:#CCCCCC;
	height:1px;
	margin-top:30px;
}
/*=======================================================================

	14.マンションページサイドバー設定

=======================================================================*/
div#mansionSideContents {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
div#mansionSideContents ul {
	padding-top: 10px;
	padding-bottom: 10px;
} 
div#mansionSideContents li {
	padding-top: 3px;
	padding-left: 24px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/listmark_ma.gif) no-repeat 10px 0.5em;
	list-style: none;
	font-size: 13px;
}
/*=======================================================================

	15.マンションTOPページ ロールオーバ設定

=======================================================================*/
h2.mansion_index {
	color:#96E617;
	font-size:13px;
	font-weight:normal;
	margin-bottom:20px;
	text-align:right;
}
span.date_m {
	color:#339933;
	font-weight:bold;
	margin-right:1em;
}
.box_osusume h3 {
	font-size:15px;
	border-left:10px solid #96E617;
	color:#000000;
	margin-bottom:10px;
	margin-left:120px;
	padding-left:10px;
	text-align:left;
}
.box_osusume p {
	font-size:14px;
	margin-left:120px;
	text-align:left;
	text-indent:0;
}

/* マンション バーチャルモデルルーム */
div#mansionVm{
	clear: both;
}
div#mansionVm ul li span {
	display: none;
}
div#mansionVm ul{
	width:204px; /* 全体の横幅 */
	height:49px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/h3_vm_bt.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#mansionVm ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 204px;
	height: 49px;
}
div#mansionVm ul li.Link1 a {
	display: block;
	width: 204px;
	height: 49px;
}
div#mansionVm ul li.Link1 a:hover,
div#mansionVm ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/h3_vm_bt.gif) no-repeat 0px -49px ;}


/* マンション 資料請求 */
div#mansionRequest{
	clear: both;
}
div#mansionRequest ul li span {
	display: none;
}
div#mansionRequest ul{
	widtht:204px; /* 全体の横幅 */
	height:65px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/ma-request_bt.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#mansionRequest ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 204px;
	height: 65px;
}
div#mansionRequest ul li.Link1 a {
	display: block;
	width: 204px;
	height: 65px;
}
div#mansionRequest ul li.Link1 a:hover,
div#mansionRequest ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/ma-request_bt.gif) no-repeat 0px -65px ;}


/* マンション 友の会 */
div#mansionTomonokai{
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
}
div#mansionTomonokai ul li span {
	display: none;
}
div#mansionTomonokai ul{
	widtht:204px; /* 全体の横幅 */
	height:45px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/ma-tomonokai_bt.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#mansionTomonokai ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 204px;
	height: 45px;
}
div#mansionTomonokai ul li.Link1 a {
	display: block;
	width: 204px;
	height: 45px;
}
div#mansionTomonokai ul li.Link1 a:hover,
div#mansionTomonokai ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/ma-tomonokai_bt.gif) no-repeat 0px -45px ;}

div#mansionContact{
	text-align: center;
}
.box_osusume {
	background-color:#EBF3DF;
	clear:both;
	margin-bottom:10px;
	padding:10px 10px 20px;
}
/*=======================================================================

	16.リフォームページサイドバー設定

=======================================================================*/
div#reformSideContents {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
div#reformSideContents ul {
	padding-top: 10px;
	padding-bottom: 10px;
} 
div#reformSideContents li {
	padding-top: 3px;
	padding-left: 24px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/listmark_re.gif) no-repeat 10px 0.5em;
	list-style: none;
	font-size: 13px;
}
h3.reform {
	border-left:15px solid #E25D83;
	clear:both;
	color:#666666;
	font-size:1em;
	margin-bottom:10px;
	margin-top:30px;
	padding:3px 0 3px 10px;
	text-align:left;
}
table.top {
	text-align:left;
	width:480px;
}
table.top th {
	background-color:#EFEFEF;
	color:#E25D83;
	font-size:0.95em;
	padding:5px;
	text-align:center;
	width:100px;
}
table.top td {
	background-color:#F6E9ED;
	color:#333333;
	font-size:0.85em;
	padding:5px;
}
/*=======================================================================

	17.リフォームTOPページロールオーバ設定

=======================================================================*/
h2.reform_index {
	color:#E25D83;
	font-size:1em;
	font-weight:normal;
	margin-bottom:20px;
	text-align:right;
}

/* 資料請求 */
div#reformRequest{
	clear: both;
}
div#reformRequest ul li span {
	display: none;
}
div#reformRequest ul{
	width:204px; /* 全体の横幅 */
	height:65px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_request_reform.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#reformRequest ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 204px;
	height: 65px;
}
div#reformRequest ul li.Link1 a {
	display: block;
	width: 204px;
	height: 65px;
}
div#reformRequest ul li.Link1 a:hover,
div#reformRequest ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_request_reform.gif) no-repeat 0px -65px ;}

div#reformTomonokai p{
	text-align: center;
	font-size:13px;
}
/*=======================================================================

	18.会社案内ページサイドバー設定

=======================================================================*/
div#companySideContents {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}
div#companySideContents ul {
	padding-top: 10px;
	padding-bottom: 10px;
} 
div#companySideContents li {
	padding-top: 3px;
	padding-left: 24px;
	background: url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/listmark_com.gif) no-repeat 10px 0.5em;
	list-style: none;
	font-size: 13px;
}
/*=======================================================================

	19.会社案内TOPページロールオーバ設定

=======================================================================*/
div#companyTop{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#companyTop ul li span {
	display: none;
}

/* 基本理念 */
div#companyTopKihon ul{
	width:234px; /* 全体の横幅 */
	height:130px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_kihonrinen.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#companyTopKihon ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 234px;
	height: 130px;
}
div#companyTopKihon ul li.Link1 a {
	display: block;
	width: 234px;
	height: 130px;
}
div#companyTopKihon ul li.Link1 a:hover,
div#companyTopKihon ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_kihonrinen.gif) no-repeat 0px -130px ;}


/* 会社概要 */
div#companyTopGaiyou ul{
	width:234px; /* 全体の横幅 */
	height:130px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_kaisyagaiyou_h.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#companyTopGaiyou ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 234px;
	height: 130px;
}
div#companyTopGaiyou ul li.Link1 a {
	display: block;
	width: 234px;
	height: 130px;
}
div#companyTopGaiyou ul li.Link1 a:hover,
div#companyTopGaiyou ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_kaisyagaiyou_h.gif) no-repeat 0px -130px ;}


/* 沿革 */
div#companyTopEnkaku ul{
	width:234px; /* 全体の横幅 */
	height:130px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_enkaku_h.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#companyTopEnkaku ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 234px;
	height: 130px;
}
div#companyTopEnkaku ul li.Link1 a {
	display: block;
	width: 234px;
	height: 130px;
}
div#companyTopEnkaku ul li.Link1 a:hover,
div#companyTopEnkaku ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_enkaku_h.gif) no-repeat 0px -130px ;}


/* ISO */
div#companyTopIso ul{
	width:234px; /* 全体の横幅 */
	height:130px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_iso.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#companyTopIso ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 234px;
	height: 130px;
}
div#companyTopIso ul li.Link1 a {
	display: block;
	width: 234px;
	height: 130px;
}
div#companyTopIso ul li.Link1 a:hover,
div#companyTopIso ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_iso.gif) no-repeat 0px -130px ;}


/* 社会貢献 */
div#companyTopKouken ul{
	width:234px; /* 全体の横幅 */
	height:130px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_syakaikouken.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#companyTopKouken ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 234px;
	height: 130px;
}
div#companyTopKouken ul li.Link1 a {
	display: block;
	width: 234px;
	height: 130px;
}
div#companyTopKouken ul li.Link1 a:hover,
div#companyTopKouken ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bt_ban_syakaikouken.gif) no-repeat 0px -130px ;}


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

	20.資料請求ページ

=======================================================================*/
/* 文字を非表示 */
.aligncenter {
	padding-left:15px;
}
.wpcf7-list-item-label {
	display:none
}
div#formWrapper hr {
	border:none;
	border-top:dotted 1px #666666;
	height:1px;
	color:#FFFFFF;
	margin-top: 10px;
}
table#request_ichiran {
	background-color:#CCCCCC;
	border-spacing:1px;
	color:#333333;
	font-size:12px;
	margin:0 auto;
}
#request_ichiran th {
	background-color:#101077;
	color:#FFFFFF;
	padding:10px;
	text-align:center;
}
th.wide {
	width:300px;
}
#request_ichiran td {
	background-color:#FFFFFF;
	color:#333333;
	padding:10px;
	text-align:left;
	vertical-align:middle;
}


/*****************************************************

 090924追記：common_koma 資料請求用   ここから

*****************************************************/
#userinfocommon_koma {
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	font-size:13px;
}
#userinfocommon_koma table {
	border-color:#999999 -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	border-right:1px solid #999999;
	font-size:0.9em;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
#userinfocommon_koma th.must {
	border-left:6px solid #FF0000;
}
#userinfocommon_koma td{
	border-bottom:1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#userinfocommon_koma th {
	background-color:#D6D7D6;
	border-color:-moz-use-text-color -moz-use-text-color #999999 #999999;
	border-style:none none solid solid;
	border-width:medium medium 1px 5px;
	font-weight:normal;
	padding:5px;
	text-align:left;
	width:160px;
}
/*****************************************************

 090924追記：common_koma 資料請求用   ここまで

*****************************************************/


#userinfo {
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	/* width:720px; */
}
#userinfo table {
	border-color:#999999 -moz-use-text-color -moz-use-text-color;
	border-style:solid none none;
	border-width:1px medium medium;
	border-right:1px solid #999999;
	font-size:0.9em;
	width:100%;
}
em.must {
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	color:#FF0000;
	font-style:normal;
	font-weight:bold;
	margin:0 5px;
}
#userinfo th.must {
	border-left:6px solid #FF0000;
}
#userinfo td{
	border-bottom:1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#userinfo th {
	background-color:#D6D7D6;
	border-color:-moz-use-text-color -moz-use-text-color #999999 #999999;
	border-style:none none solid solid;
	border-width:medium medium 1px 5px;
	font-weight:normal;
	padding:5px;
	text-align:left;
	width:160px;
}
.text1, .text2, .text3, .text4, .text5, .text_ss {
	background-color:#F3F3F3;
	border:1px solid #999999;
	padding:2px;
}
.text1 {
	width:25%;
}
.text3 {
	width:75%;
}
#zipcode {
	width:180px;
}
p.mes1{
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	color: #ff0000;
}
p.mes2{
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: 13px;
	text-align: center;
	color: #0000ff;
}
p.mes3{
	padding-bottom: 2px;
	font-size: 12px;
	text-align: center;
	color: #000000;
}
p.mes4{
	padding-top: 10px;
	padding-bottom: 2px;
	padding:5px;
	text-align: center;
	background-color:#FFFFFF;
	border:1px solid #FF0000;
	color:#FF0000;
	font-size:0.95em;
	font-weight:bold;
	margin:20px 20px 10px 20px;
}
p.mes5{
	padding-bottom: 2px;
	text-align: center;
	color: #000000;
}
p.mes6{
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: 13px;
	color: #ff0000;
}
p.mes7{
	padding-bottom: 2px;
	padding-top: 10px;
	font-size: 13px;
	color: #0000ff;
}
span.control{
	vertical-align:middle;
}
#enq {
	margin-left: 20px;
}
#enq th{
	font-weight: normal;
	padding-bottom:5px;
	padding-right:10px;
	padding-top:5px;
}
div#submit {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_submit.gif);
	background-repeat:no-repeat;
	color:#444444;
	height:60px;
	margin:1em auto;
	text-align:right;
}
div#submit p {
	padding-top: 15px;
	padding-right: 25px;
}

div#formWrapper {
	font-size: 13px;
}
/*=======================================================================

	21.個人情報保護について(プライバシーポリシー）

=======================================================================*/
h2.other {
	border-left:15px solid #9E9EC8;
	clear:both;
	color:#666666;
	font-size:16px;
	margin-bottom:10px;
	margin-top:30px;
	padding:3px 0 3px 10px;
	text-align:left;
}
p.other {
	color:#333333;
	font-size:14px;
	line-height:1.5;
}
ol.privacy {
	color:#4343DE;
	font-size:14px;
	line-height:1.25;
	margin:30px 0 30px 30px;
	text-align:left;
}
p.privacy_toiawase {
	text-align: center;
	background-color:#E9E9EC;
	margin:30px 20px;
	padding:10px;
}
div#privacy {
	width:730px;
	padding-left:20px;
}
/*=======================================================================

	22.お問合せ

=======================================================================*/
p.otoiawaseP {
	padding-top: 10px;
	padding-bottom: 20px;
}
/*=======================================================================

	23.一戸建て物件一覧

=======================================================================*/
h2.bukken_ichiran2{
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h3_bukkenichiran.gif);
	border-left:10px solid #4FD6DE;
	clear:both;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 0;
	padding:5px 0 5px 10px;
	text-align:left;
}
h3.bukken_ichiran2{
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	clear: both;	
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h4_bukkenichiran.gif);
	border-left:10px solid #4FD6DE;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	margin:0;
	padding:5px 10px;
	text-align:left;
}
div.bukken_ichiran2{
	border-bottom-style : none;
	border-right-style : none;
	border-top-style : none;
	border-left:10px solid #4FD6DE;
	margin-bottom:30px;
	margin-top:0;
	text-align:left;
}
div.bukken_ichiran2_left{
	float:left;
	padding-top: 10px;
	width:320px;
}
div.bukken_ichiran2_right{
	float:right;
}
p.bukken_ichiran2 {
	border-top:1px dashed #666666;
	font-size:13px;
	margin-left:10px;
	padding:10px;
	clear: both;
}
div.bukken_ichiran2 dt {
	font-size:13px;
	color:#28A2A9;
	line-height:1.75em;
	padding-left:0.5em;
	width:6em;
}
div.bukken_ichiran2 dd {
	font-size:13px;
	color:#000000;
	margin-left:6em;
	margin-top:-1.75em;
	padding-left:0.5em;
	padding-top: 2px;
	padding-bottom: 2px
}
.ichiran_pers2 {
	padding-top: 10px;
	padding-bottom: 10px
}






h2.bukken_ichiran {
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h3_bukkenichiran.gif);
	border-left:10px solid #4FD6DE;
	clear:both;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 0;
	padding:5px 0 5px 10px;
	text-align:left;
}
h3.bukken_ichiran {
	border-bottom-style : none;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	clear: both;	
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h4_bukkenichiran.gif);
	border-left:10px solid #4FD6DE;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	margin:0;
	padding:5px 10px;
	text-align:left;
}
div.bukken_ichiran {
	border-bottom-style : none;
	border-right-style : none;
	border-top-style : none;
	border-left:10px solid #4FD6DE;
	margin-bottom:30px;
	margin-top:0;
	position:relative;
	text-align:left;
}
div.bukken_ichiran dl {
	font-size:0.95em;
	line-height:1.75em;
	margin-bottom:10px;
	margin-right:180px;
	padding-top:10px;
	position:relative;
	text-align:left;
	width:310px;
}
div.bukken_ichiran dt {
	font-size:13px;
	color:#28A2A9;
	line-height:1.75em;
	padding-left:0.5em;
	width:6em;
}
div.bukken_ichiran dd {
	font-size:13px;
	color:#000000;
	margin-left:6em;
	margin-top:-1.75em;
	padding-left:0.5em;
}
.ichiran_pers {
	font-size:0.95em;
	left:330px;
	position:absolute;
	top:10px;
}
p.bukken_ichiran {
	border-top:1px dashed #666666;
	font-size:0.85em;
	margin-left:10px;
	padding:10px;
}


h2.bukken_ichiran_used {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h3_bukkenichiran_used.png);
	border-left:10px solid #FD8D29;
	color:#333333;
	font-size:16px;
	font-weight:bold;
	margin:30px 0 0;
	padding:5px 0 5px 10px;
	text-align:left;
}
h3.bukken_ichiran_used {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h4_bukkenichiran_used.png);
	border-left:10px solid #FD8D29;
	font-size:13px;
	font-weight:bold;
	line-height:1.2;
	margin:0;
	padding:5px 10px;
	text-align:left;
}
div.bukken_ichiran_used {
	border-left:10px solid #FD8D29;
	margin-bottom:30px;
	margin-top:0;
	/* position:relative; */
	text-align:left;
}
div.bukken_ichiran_used dl {
	font-size:13px;
	line-height:1.75em;
	margin-bottom:10px;
	margin-right:180px;
	padding-top:10px;
	/* position:relative; */
	text-align:left;
	width:310px;
}
div.bukken_ichiran_used dt {
	font-size:13px;
	color:#FD8D29;
	line-height:1.75em;
	padding-left:0.5em;
	width:6em;
}
div.bukken_ichiran_used dd {
	font-size:13px;
	color:#000000;
	margin-left:6em;
	margin-top:-1.75em;
	padding-left:0.5em;
}
p.bukken_ichiran {
	font-size:13px;
	border-top:1px dashed #666666;
	margin-left:10px;
	padding:10px;
}

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

	23.一戸建て 大興の家ってどんな家？

=======================================================================*/
h2#normal_k {
	color:#999999;
	font-size:0.95em;
	font-weight:normal;
	margin:0 0 20px;
	text-align:right;
}
h3.kodate {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h3.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#000066;
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:6px 0 7px 20px;
	text-align:left;
}
h4.kodate {
	border-left:15px solid #4FD6DE;
	clear:both;
	color:#666666;
	font-size:1em;
	margin-bottom:10px;
	margin-top:30px;
	padding:3px 0 3px 10px;
	text-align:left;
}
img.rightfloat {
	float:right;
	margin-bottom:10px;
	margin-left:10px;
}
img.leftfloat {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
hr.tensen {
	background-color:#4FD6DE;
	border:0 none;
	clear:both;
	color:#4FD6DE;
	height:1px;
	margin-top:30px;
}
p.normal {
	margin-bottom:10px;
	text-indent:1em;
}
.kiso_box {
	width:496px;
}
.kiso_box p {
	border:1px dashed #CCCCCC;
	float:right;
	padding:10px;
	width:300px;
}
.kiso_box img {
	width:154px;
}
.jisseki_box {
	width:506px;
}
.jisseki_box dl {
	float:right;
	font-size:0.85em;
	line-height:1.15;
	text-align:left;
	width:190px;
}
.jisseki_box dt {
	background-color:#E3F4F7;
	color:#000000;
	font-weight:bold;
	padding:2px;
	width:190px;
}
.jisseki_box dd {
	color:#000000;
	padding:2px;
}
.jisseki_box img {
	width:300px;
}
p.jisseki_point {
	border-top:1px dashed #CCCCCC;
	clear:both;
	margin-top:10px;
	padding-top:10px;
}
p.jisseki_point a {
	text-decoration:none;
}
table.jisseki {
	background-color:#666666;
	border-collapse:separate;
	border-spacing:1px;
	color:#666666;
	font-size:0.8em;
	line-height:1;
	text-align:left;
}
table.jisseki th {
	background-color:#CCCCCC;
	padding:5px;
}
th.jisseki_month {
	text-align:center;
	width:30px;
}
table.jisseki td {
	background-color:#FFFFFF;
	padding:5px;
}
h1, h2, h3, h4, h5, h6, p, address, ul, table {
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3",san-serif;
	font-size:100%;
	font-style:normal;
	margin:0;
	padding:0;
}
/*=======================================================================

	24.一戸建て 家探しサポート

=======================================================================*/
#eigyouman_garally {
	width:506px;
}
#eigyouman_garally dl {
	border:1px solid #CCCCCC;
	float:left;
	font-size:12px;
	margin-bottom:10px;
	margin-right:5px;
	padding:0;
	width:160px;
}
#eigyouman_garally dt {
	margin:0;
	padding:0;
}
#eigyouman_garally dd {
	padding:5px;
}
.midashi {
	margin-bottom:10px;
	margin-top:30px;
}
p.taikendan_name {
	font-size:12px;
	margin-bottom:10px;
	margin-left:350px;
	margin-top:0;
}
h3.midashi_taikendan {
	border-top:1px dashed #CCCCCC;
	clear:both;
	margin-bottom:0;
	margin-top:40px;
	padding-top:20px;
}
/*=======================================================================

	25.マンション 施工実績

=======================================================================*/
h2#normal_m {
	border-left:10px solid #96E617;
	color:#999999;
	margin:20px 0 10px;
	padding-left:10px;
	text-align:left;
}
#jisseki_garally {
	width:506px;
}
#jisseki_garally dl {
	background-color:#EBF9DD;
	border:1px solid #CCCCCC;
	float:left;
	font-size:12px;
	margin-bottom:10px;
	margin-right:5px;
	padding:0;
	width:160px;
}
#jisseki_garally dl {
	font-size:12px;
}
#jisseki_garally dt {
	text-align:center;
	margin:0;
	padding:0;
}
#jisseki_garally dd {
	padding:5px;
}
dd.area {
	text-align:center;
	background-color:#FFFFFF;
	color:#000000;
}
#jisseki_garally a {
	color:#999999;
	text-decoration:none;
}
.name {
	text-align:center;
	font-weight:normal;
}
/*=======================================================================

	26.マンション 物件一覧ページ

=======================================================================*/
/* マンション お問合せボタン */
div#mansionBukkenIchiranToiawase {
	float: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#mansionBukkenIchiranToiawase ul li span {
	display: none;
}
div#mansionBukkenIchiranToiawase ul{
	widtht:120px; /* 全体の横幅 */
	height:22px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/mansion/bt_toiawase_m.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#mansionBukkenIchiranToiawase ul li.Link1 {
	float: left;
	width: 120px;
	height: 22px;
}
/* アンカー設定 */
div#mansionBukkenIchiranToiawase ul li.Link1 a {
	display: block;
	width: 120px;
	height: 22px;
}
/* マウスオーバ時の画像切り替え */
div#mansionBukkenIchiranToiawase ul li.Link1 a:hover,
div#mansionBukkenIchiranToiawase ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/mansion/bt_toiawase_m.gif) no-repeat 0px -22px ;}


h2.bukken_ichiran_m {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/mansion/bg_h3_bukkenichiran.gif);
	border-left:10px solid #96E617;
	clear:both;
	color:#333333;
	font-size:1.35em;
	font-weight:bold;
	margin:30px 0 0;
	padding:5px 0 5px 10px;
	text-align:left;
}
h3.bukken_ichiran_m {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/mansion/bg_h4_bukkenichiran.gif);
	border-left:10px solid #96E617;
	clear:both;
	font-size:0.975em;
	font-weight:bold;
	line-height:1.2;
	margin:0;
	padding:5px 10px;
	text-align:left;
}
div.bukken_ichiran_m {
	border-left:10px solid #96E617;
	margin-bottom:30px;
	margin-top:0;
	position:relative;
	text-align:left;
}
div.bukken_ichiran_m dl {
	font-size:0.95em;
	line-height:1.75em;
	margin-bottom:10px;
	margin-right:180px;
	padding-top:10px;
	position:relative;
	text-align:left;
	width:310px;
}
div.bukken_ichiran_m dt {
	color:#28A2A9;
	line-height:1.75em;
	padding-left:0.5em;
	width:6em;
}
div.bukken_ichiran_m dd {
	color:#000000;
	margin-left:6em;
	margin-top:-1.75em;
	padding-left:0.5em;
}
.ichiran_pers_m {
	font-size:0.95em;
	left:335px;
	position:absolute;
	top:10px;
}
p.bukken_ichiran_m {
	border-top:1px dashed #666666;
	font-size:0.85em;
	margin-left:10px;
	padding:10px;
	vertical-align:middle;
}
em.red {
	color:#FF0000;
	font-style:normal;
}
h2.bukken_ichiran_tochi	{
	clear:both;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	font-size: 1.35em;
	font-weight:bold;
	color: #333333;
	text-align:left;
	border-left: 10px solid #33CC66;
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h3_bukkenichiran_tochi.png);
}
h3.bukken_ichiran_tochi	{
	clear:both;
	margin: 0px;
	border-left: 10px solid #33CC66;
	padding: 5px 10px;
	font-size: 0.975em;
	font-weight:bold;
	text-align:left;
	line-height:1.2;
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/bg_h4_bukkenichiran_tochi.png);
}
div.bukken_ichiran_tochi {
	margin-top: 0px;
	margin-bottom: 30px;
	border-left: 10px solid #33CC66;
	color: #3333333;
	text-align:left;
	position:relative;
}
div.bukken_ichiran_tochi dl {
	position:relative;
	padding-top: 10px;
	margin-right: 180px;
	margin-bottom: 10px;
	text-align:left;
	width:310px;
	font-size:0.95em;
	line-height: 1.75em;
}
div.bukken_ichiran_tochi dt {
	padding-left: 0.5em;
	width:6em;
	line-height:1.75em;
	color: #33CC66;
}
div.bukken_ichiran_tochi dd {
	margin-left:6em;
	margin-top:-1.75em;
	padding-left: 0.5em;
	color:#000000;
}
p.bukken_ichiran_tochi {
	font-size:13px;
	border-top:1px dashed #666666;
	margin-left:10px;
	padding:10px;
}
/*=======================================================================

	27.マンション バーチャルモデルルーム

=======================================================================*/
h3.mansion {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/mansion/bg_h3.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#000066;
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:6px 0 7px 20px;
	text-align:left;
}
.vm_box {
	width:506px;
}
.vm_box ul {
	float:right;
	font-size:1em;
	line-height:2;
	text-align:left;
	width:300px;
}
li.vm {
	margin-top:1em;
}
.vm_box li {
	list-style-type:none;
}
/*=======================================================================

	28.リフォーム Before & After

=======================================================================*/
h2.reform {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/reform/bg_h3.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#000066;
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:6px 0 7px 20px;
	text-align:left;
}
p.tantousya {
	background-color:#EFEFEF;
	margin-top:10px;
}
p.beforeafter {
	background-color:#EFEFEF;
	margin-bottom:120px;
	padding:10px;
}
/*=======================================================================

	28.リフォーム よくある質問

=======================================================================*/
h2.question {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/reform/bg_question.gif);
	background-repeat:no-repeat;
	color:#E25D83;
	font-size:1.25em;
	margin-top:80px;
	padding:10px 0 10px 40px;
	text-align:left;
}
p.answer {
	background-color:#FBEAEA;
	line-height:1.5;
	padding:10px;
}
/*=======================================================================

	29.会社案内

=======================================================================*/
div#kihonrinen {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/company/bg_kihonrinen.gif);
	background-repeat:repeat-y;
	padding-bottom:20px;
	text-align:right;
}
div#kihonrinen p {
	font-size:1em;
	line-height:1.75;
	margin-bottom:30px;
	text-align:left;
}
h2.company {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/company/bg_h3.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#000066;
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:6px 0 7px 20px;
	text-align:left;
}
table.kaishagaiyou {
	border-spacing:1px;
	color:#333333;
	font-size:0.9em;
	line-height:1.6;
	margin-bottom:20px;
	text-align:left;
}
.row1 th {
	background-color:#EFEFEF;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.5em;
	padding:5px;
	text-align:center;
	width:120px;
}
.row1 td {
	background-color:#FFFFFF;
	padding:5px;
}
.row2 th {
	background-color:#DCDCE6;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.5em;
	padding:5px;
	text-align:center;
	width:120px;
}
.row2 td {
	background-color:#E9E9FD;
	padding:5px;
}
.ma2000 {
	margin:20px 0;
}
h2.company {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/company/bg_h3.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#000066;
	font-size:1.15em;
	font-weight:bold;
	margin:20px 0 10px;
	padding:6px 0 7px 20px;
	text-align:left;
}
dl#kigyouenkaku {
	padding:10px;
	text-align:left;
}
dl#kigyouenkaku dt {
	border-left:10px groove #4747B8;
	clear:both;
	color:#101077;
	float:left;
	padding-left:10px;
	width:7em;
}
dl#kigyouenkaku dd {
	margin-bottom:1em;
	margin-left:8em;
}
h3.company {
	border-left:15px solid #101077;
	clear:both;
	color:#666666;
	font-size:1em;
	margin-bottom:10px;
	margin-top:30px;
	padding:3px 0 3px 10px;
	text-align:left;
}
hr.kugirisen {
	border:1px dotted #666666;
	clear:both;
	margin:20px;
}
dl#syakaikouken {
	padding:20px 10px;
	text-align:left;
}
dl#syakaikouken {
	text-align:left;
}
dl#syakaikouken dt {
	border-left:10px ridge #C1C1E4;
	clear:both;
	color:#101077;
	float:left;
	font-size:0.95em;
	line-height:1.5;
	padding-left:5px;
	width:11em;
}
dl#syakaikouken dd {
	font-size:0.85em;
	line-height:1.5;
	margin-bottom:2em;
	margin-left:14em;
}
table.kaishagaiyou {
	border-spacing:1px;
	color:#333333;
	font-size:0.9em;
	line-height:1.6;
	margin-bottom:20px;
	text-align:left;
}
.row2 th {
	background-color:#DCDCE6;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.5em;
	padding:5px;
	text-align:center;
	width:120px;
}
.row2 td {
	background-color:#E9E9FD;
	padding:5px;
}
.row1 th {
	background-color:#EFEFEF;
	color:#000000;
	font-weight:normal;
	letter-spacing:0.5em;
	padding:5px;
	text-align:center;
	width:120px;
}
.row1 td {
	background-color:#FFFFFF;
	padding:5px;
}
/*=======================================================================

	30.サイトマップ

=======================================================================*/
div#sitemapWrapper {
	font-size: 14px;
	margin-left: 20px;
}
div#sitemapImg {
	margin-bottom: 20px;
}
.sitemap_kodate {
	float:left;
	margin-right:20px;
	text-align:left;
	width:215px;
}
h2.sitemap_kodate {
	background-color:#18DEDE;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	width:205px;
}
.sitemap_kodate h3 {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_kodateb.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#0EDDDD;
	font-size:15px;
	font-weight:bold;
	line-height:1.35;
	margin-bottom:5px;
	padding-left:30px;
}
.sitemap_kodate ul {
	padding-bottom:20px;
}
.sitemap_kodate ul li {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_kodates.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:0.9em;
	font-weight:normal;
	list-style-type:none;
	padding-left:15px;
}
.sitemap_kodate a {
	color:#333333;
}
.sitemap_kodate a:hover {
	color:#16DEDE;
}
.sitemap_mansion {
	float:left;
	margin-right:20px;
	text-align:left;
	width:215px;
}
h2.sitemap_mansion {
	background-color:#96E617;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	width:190px;
}
.sitemap_mansion h3 {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_mansionb.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#96E617;
	font-size:15px;
	font-weight:bold;
	line-height:1.35;
	margin-bottom:5px;
	padding-left:30px;
}
.sitemap_mansion ul {
	padding-bottom:20px;
}
.sitemap_mansion ul li {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_mansions.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:0.9em;
	font-weight:normal;
	list-style-type:none;
	padding-left:15px;
}
.sitemap_mansion a {
	color:#333333;
}
.sitemap_mansion a:hover {
	color:#96E617;
}

h2.sitemap_reform {
	background-color:#E25D83;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	width:190px;
}
.sitemap_reform {
	float:left;
	text-align:left;
	width:215px;
}
.sitemap_reform h3 {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_reformb.gif);
	background-repeat:no-repeat;
	clear:both;
	color:#E25D83;
	font-size:15px;
	font-weight:bold;
	line-height:1.35;
	margin-bottom:5px;
	padding-left:30px;
}
.sitemap_reform ul {
	padding-bottom:20px;
}
.sitemap_reform ul li {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common//sitemap_ya_reforms.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:0.9em;
	font-weight:normal;
	list-style-type:none;
	padding-left:15px;
}
.sitemap_reform a {
	color:#333333;
}
.sitemap_reform a:hover {
	color:#E25D83;
}

hr.lightgray {
	background-color:#CCCCCC;
	border:0 none;
	clear:both;
	color:#CCCCCC;
	height:1px;
	margin-top:30px;
}

.sitemap_company {
	float:left;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
	width:215px;
}
h2.sitemap_company {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	width:190px;
}
.sitemap_company ul {
	clear:both;
	padding-bottom:20px;
}
.sitemap_company ul li {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_companys.gif);
	background-position:left center;
	background-repeat:no-repeat;
	clear:both;
	color:#333333;
	font-size:0.9em;
	font-weight:normal;
	list-style-type:none;
	padding-left:15px;
}
.sitemap_company a {
	color:#333333;
}
.sitemap_company a:hover {
	color:#EFEFEF;
}
.sitemap_common {
	float:left;
	margin-right:20px;
	margin-top:20px;
	text-align:left;
	width:215px;
}
h2.sitemap_common {
	background-color:#101077;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:10px;
	padding:5px;
	width:190px;
}
.sitemap_common ul {
	clear:both;
	padding-bottom:20px;
}
.sitemap_common ul li {
	background-image:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/common/sitemap_ya_commons.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:0.9em;
	font-weight:normal;
	list-style-type:none;
	padding-left:15px;
}
.sitemap_common a {
	color:#333333;
}
.sitemap_common a:hover {
	color:#9E9EC8;
}
/*=======================================================================

	31.リノベーション トップ

=======================================================================*/
div#renovationSideContents {
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-left:10px;
}
div#renovationSideContents ul {
	padding-bottom:10px;
	padding-top:10px;
}
div#renovationSideContents li {
	background:transparent url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/renovation/listmark_re.gif) no-repeat scroll 10px 0.5em;
	font-size:13px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-left:24px;
}
h2.renovation_index {
	color:#ffa443;
	font-size:1em;
	font-weight:normal;
	margin-bottom:20px;
	text-align:right;
}
h1.renovation_index {
	color:#800000;
	font-size:medium;
	font-weight:bolder;
	margin-bottom:20px;
	text-align:left;
}

span.date_re {
	color:#f2932c;
	font-weight:bold;
	margin-right:1em;
}
.box_osusume_re {
	background-color:#f3ece0;
	clear:both;
	margin-bottom:10px;
	padding:10px 10px 20px;
}
.box_osusume_re h3 {
	border-left:10px solid #ffa443;
	color:#000000;
	font-size:1.25em;
	margin-bottom:10px;
	margin-left:120px;
	padding-left:10px;
	text-align:left;
}
.box_osusume_re p {
	margin-left:120px;
	text-align:left;
	text-indent:0;
}
.box_concept_re {
	background-color:#f3ece0;
	clear:both;
	margin-bottom:5px;
	padding:5px 5px 5px;
}
/* リノベーション 資料請求 */
div#renovationRequest{
	clear: both;
}
div#renovationRequest ul li span {
	display: none;
}
div#renovationRequest ul{
	widtht:204px; /* 全体の横幅 */
	height:65px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/renovation/re-request_bt.gif) no-repeat;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div#renovationRequest ul li.Link1 {
	/*padding-left: 14px;*/
	float: left;
	width: 204px;
	height: 65px;
}
div#renovationRequest ul li.Link1 a {
	display: block;
	width: 204px;
	height: 65px;
}
div#renovationRequest ul li.Link1 a:hover,
div#renovationRequest ul li.Link1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/renovation/re-request_bt.gif) no-repeat 0px -65px ;}
/*=======================================================================

	32.限定的な文字の強調表現 トップページ、マンションページ
	（TOPページの完売しました表記は赤にならないし強調もされないしない）

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

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

	2.新グローバルメニュー設定

=======================================================================*/
div#newglobalNavi ul li span {
	display: none;
}
div#newglobalNavi {
	width: 600px;
	height: 25px;
	float:right;	
}
div#newglobalNavi ul{
	width: 550px; /* 全体の横幅 */
	height: 20px; /* メニューの高さ */
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat;
	list-style-type:none;
	float:right;
	margin-left:auto;
	margin-right:auto;
	margin-top:5;
	margin-bottom:0;
}
div#newglobalNavi ul li.newglobalNaviLink1 {
	float: left;
	width: 78px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink2 {
	float: left;
	width: 77px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink3 {
	float: left;
	width: 89px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink4 {
	float: left;
	width: 78px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink5 {
	float: left;
	width: 137px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink6 {
	float: left;
	width: 91px;
	height: 20px;
}

/* アンカー設定 */
div#newglobalNavi ul li.newglobalNaviLink1 a {
	display: block;
	width: 78px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink2 a {
	display: block;
	width: 77px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink3 a {
	display: block;
	width: 89px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink4 a {
	display: block;
	width: 78px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink5 a {
	display: block;
	width: 137px;
	height: 20px;
}
div#newglobalNavi ul li.newglobalNaviLink6 a {
	display: block;
	width: 91px;
	height: 20px;
}

/* マウスオーバ時の画像切り替え */
div#newglobalNavi ul li.newglobalNaviLink1 a:hover,
div#newglobalNavi ul li.newglobalNaviLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat 0px -23px ;}

div#newglobalNavi ul li.newglobalNaviLink2 a:hover,
div#newglobalNavi ul li.newglobalNaviLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -78px -23px ;}

div#newglobalNavi ul li.newglobalNaviLink3 a:hover,
div#newglobalNavi ul li.newglobalNaviLink3 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -155px -23px ;}

div#newglobalNavi ul li.newglobalNaviLink4 a:hover,
div#newglobalNavi ul li.newglobalNaviLink4 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -244px -23px ;}

div#newglobalNavi ul li.newglobalNaviLink5 a:hover,
div#newglobalNavi ul li.newglobalNaviLink5 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -322px -23px ;}

div#newglobalNavi ul li.newglobalNaviLink6 a:hover,
div#newglobalNavi ul li.newglobalNaviLink6 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -459px -23px ;}

/* アクティブ時の画像表示  ここから*/
body#bodyTop ul li.newglobalNaviLink1 a:link,  
body#bodyTop ul li.newglobalNaviLink1 a:visited,  
body#bodyTop ul li.newglobalNaviLink1 a:hover,  
body#bodyTop ul li.newglobalNaviLink1 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat 0px -23px ;}

body#kodate ul li.newglobalNaviLink2 a:link,  
body#kodate ul li.newglobalNaviLink2 a:visited,  
body#kodate ul li.newglobalNaviLink2 a:hover,  
body#kodate ul li.newglobalNaviLink2 a:active {background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/new_global_menu.gif) no-repeat -79px -23px ;}
/*　大興新規トップ　作成中　*/
div#top_contents {
	min-height: 761px;
	width: 896px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	border-bottom: dotted #02134f 1px;
}
div#top_contentsLeft {
	width: 255px;
	float: left;
	height: 100%;
}
div#top_contentsRight {
	width: 640px;
	float: right;
	height: 100%;
	padding-top:10px;
}
div#top_contentsRight span.top_date {
color:#999999;
margin-left: 10px;
font-size:10px;
font-family:verdana,helvetica,sans-serif;
letter-spacing: -1px;
}
div#top_contentsRightOverFlow {
	overflow: auto;
	width: 624px;
	margin-left: 10px;
/* 以下追加 */
/*	float: right; */
/* 以上追加 */
	height: 170px;
/* 以上180から170へ変更 */
	border: 1px solid #999999;
}

/*div#top_contentsRightOverFlow p {
	font-size: 80%;
	line-height: 5px;
}
*/
div#top_contentsRightOverFlow .example1 {
	margin-left: 10px;
	color: #FF7F00;

}

/* マンションTOPページの完売しました表記を赤にする */
body#bodyMansion span.fontColorRed {
	color: #ff0000;
}
/* マンションTOPページの完売しました表記を強調する */
body#bodyMansion span.fontBig {
	font-size: 14px;
	font-weight: bold;	
}
/* リノベーションTOPページの新着完売御礼表記を赤にする */
body#bodyRenovation span.fontColorRed {
	color: #ff0000;
}
/* リノベーションTOPページの新着完売御礼表記を強調する */
body#bodyRenovation span.fontBig {
	font-size: 14px;
	font-weight: bold;	
}
/* リノベーションTOPページのおすすめ物件完売御礼表記を赤にする */
.box_osusume_re span.fontColorRed {
	color: #ff0000;
}

div#rootMenu ul li span {
	display: none;
}
div#rootMenu {
	position: absolute;
	width: 300px;
	top: 0;
	right: 0;
}
div#rootMenu ul li {
	float: left;
	width: 300px;
	height: 25px;
}

div#rootMenu ul{
	width: 222px; /* 全体の横幅 */
	height: 40px; /* メニューの高さ */
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
}
div#rootMenu ul li.rootMenuLink1 {
	float: left;
	width: 90px;
	height: 20px;
	display:block;
	text-indent:-10000em;
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat 0 0;
}
div#rootMenu ul li.rootMenuLink1 a {
	float: left;
	width: 90px;
	height: 20px;
	display:block;
	text-indent:-10000em;
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat 0 0;
}
div#rootMenu ul li.rootMenuLink1 a:hover {
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat 0 -22px;
}

div#rootMenu ul li.rootMenuLink2 {
	float: left;
	width: 132px;
	height: 20px;
	display:block;
	text-indent:-10000em;
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat -91px 0;
}
div#rootMenu ul li.rootMenuLink2  a{
	float: left;
	width: 132px;
	height: 20px;
	display:block;
	text-indent:-10000em;
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat -91px 0;
}
div#rootMenu ul li.rootMenuLink2 a:hover {
	background:url(http://www.housing-daiko.co.jp/wordpress/wp-content/themes/hds/images/new_top/sitemap01.gif) no-repeat -91px -22px;
}
