/*----------------------------------------------------------------------------
 * FileName      : common.css
 * fudoukun2 Version   : 2.05  2009/01
 * Copyright マクリー株式会社 		連絡先: support@macly.com
基本テンプレート配置
 #box_base 
<div id="box_base">
	 wrapper 
	<div id="wrapper">
		 #ヘッダー 
		<div id="header">
		</div>
	 	 #ヘッダーおわり 

		 #コンテンツ 
		<div id="contents">
		</div> 
		 #コンテンツおわり 


		 #ツリー左  
		<div id="tree_left_box">
			<div id="tree_left">
			</div> 
		</div> 
	 	 #ツリー左おわり  
	</div>
	 #wrapperおわり 

	 Bana_Mode 
	<div id="bana">
	</div>
	 Bana_Modeおわり 
	<br class="clear" />

	 #フッター 
	<div id="footer">
	</div>
	 #フッターおわり 

	<div id="copyright">CopyRight XXXX All rights reserved.</div>

</div>
 #box_baseおわり 
<br class="clear" />

--------------------------------------------------------------------------------*/

/******************* すべて		**********************/


@media screen, tv { /* コンピュータ画面・テレビ画面出力 */
	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;

		background-image: url("../../images/body_bg.jpg");
		background-repeat: repeat-x;
		background-position: left top;

		font-size: 12px;
		font-family:  "ＭＳ Ｐゴシック", "メイリオ",Helvetica,Arial,sans-serif;
	}

}

@media print { /* 印刷出力 */
	body {
		margin: 0px 30px 0px 30px;
		padding: 0px 30px 0px 30px;
		font-size: 12px;
	}
}


/******************* 入力		**********************/

td  {font-size: 12px;}
select {font-size: 12px;}
textarea  {font-size: 12px;}
textbox   {font-size: 12px;}


.K_ckeckbox{
	width: 15px; 
	height: 15px;
}
label:hover {
	background-color: #ffcccc;
}


/******************* 2カラム用全体	**********************/
/* 外枠 */
#box_base {

	width: 980px;
	margin:0 auto 0 auto;
	background-color: #fff;	
	text-align: left;


}


/******************* Main wrapper	**********************/
#wrapper {

	float: left;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	margin:0 auto 0 auto;
	text-align: left;

}
/******************* 見出し		**********************/

h1 {
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	h1.h1_head {
		font-size: 12px;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 3px 0px;
		height: 13px;
		text-align: right;
		color: #666;
	}

h2 {

	background-image: url("../../images/h2_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;

	font-size: 12px;
	font-weight: bold;
	color: #fff;

	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 15px;


}
	h2 a:link,h2 a:visited {
		font-weight: bold;
	color: #fff;
	}

	h2 a:hover{
		font-weight: bold;
	color: #fff;
	}


h3 {

	background-image: url("../../images/h2_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;

	font-size: 12px;
	font-weight: bold;
	color: #fff;

	margin: 10px 0px 0px 0px;
	padding: 7px 0px 0px 15px;

}

	h3 a:link,h3 a:visited {
	font-weight: bold;
	color: #fff;
	}

	h3 a:hover{
	font-weight: bold;
	color: #fff;
	}


	#news h3{
	/*	margin: 0px 0px 0px 0px;	*/
	}


h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

	margin: 10px 0px 5px 0px;
	padding: 0px 0px 3px 0px;

}

h5 {
}



/******************* ヘッダ		**********************/

#headerbody {

	float: left;
	width: 980px;
	height: 315px;

	background-image: url("../../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;


}

	#headerLeft {
		width: 380px;
		float: left;



	}
	#headerRight {
		width: 590px;
		float: right;
		padding: 0px 10px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align: right;
	}


	#headerMenu {
		clear: both;
		text-align: center;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}



	#headerbody ul {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#headerbody li {
		display: inline;
	}




	#head_icon {
		width: 100px;
		height: 90px;	
		margin: 120px 0px 0px 30px;
		padding: 0px 0px 0px 0px;
	}




/*******************コンテンツ		**********************/
#contents {
	float: right;
	width: 620px;
	margin: 0px 0px 0px 0px;


}

/******************* ツリー左		**********************/
#tree_left_box {

	float: left;
	width: 170px;
	padding: 0px 0px 0px 0px;
}

	#tree_left {
		padding: 0px 0px 0px 0px;
	}


/***************** バナー ツリー右 (PG4) **********************/
#bana {

	float: right;		
	width: 170px;
	padding: 0px 0px 0px 0px;

}



#ToTop{
	font-size: 10px;
	padding: 10px 0px 5px 730px;

}





/******************* copyright	**********************/

#copyright {
	text-align: right;
}

/* fudoukun copyright */
#copyright2 a ,copyright2 a:link ,copyright2 a:visited, copyright2 a:hover {
	float: right;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #CCCCCC;
}



/******************* リンク		**********************/

a:link {	text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover {	text-decoration: underline;}
a:active {	text-decoration: none;}

/******************* リンクつき画像	**********************/

img { -ms-interpolation-mode: bicubic; }
a img {    border: 0; }

/******************* 段落		**********************/
p {
	margin: 5px 0px 10px 0px;
}

/******************* 順序なしリスト	**********************/

ul, ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/******************* 定義リスト		**********************/
dl {}
dt {}
dd {
    padding-left: 8px;
}


/******************* 引用 		**********************/

blockquote {
	width: auto;
	margin: 15px 10px 15px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	font-size: 12px;
	line-height: 1.5;
}



/******************* ツリー左(ｶﾃｺﾞﾘｸﾞﾙｰﾌﾟ)	**********************/

.sidetitle {
	margin: 5px 0px 2px 0px;
	padding: 8px 0px 8px 5px;
	border: 1px solid  #ccc;

	background-position: center top; 
	background-image: url("../../img/rank_title.gif"); 
	background-repeat: repeat-x;

	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}


.side {

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 2px 0px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;

}

/******************* ツリー左(カテゴリーリスト)	**********************/

.categories00 {		/* 外枠 */

	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;

	background: #f8f8f8;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}



/* @ジャンル */

.categories1 {		/*第1階層*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;

	background: #EEEEEE;

}
.categories1 li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 10px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;

}



.categories1_1 {		/*第2階層*/
}

.categories1_1 li {

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;

	background-image: url("../../images/Tree_Ya02.gif");
	background-repeat: no-repeat;
	background-position: left center;

	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;

}


.categories1_2 {		/*第3階層*/
	background: #fff;
}
.categories1_2 li {

	list-style-type: none;
	margin:  3px 0px 3px 0px;
	padding: 0px 0px 0px 25px;

	background-image: url("../../images/Tree_ya_c0.gif");
	background-repeat: no-repeat;
	background-position: left center;

	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;

}






/* Aジャンル */


.categories20 {		/* 外枠 */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;

	background: #f8f8f8;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}


.categories2 {		/*第1階層*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;

	background: #EEEEEE;

}

.categories2 li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 10px;

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;

}


.categories2_1 {		/*第2階層*/
}

.categories2_1 li {

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;

	background-image: url(../../images/Tree_Ya02.gif);
	background-repeat: no-repeat;
	background-position: left center;

	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;

}



/* オリジナルコンテンツ */

.side2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

}

.categories30 {		/*第1階層*/
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
/*	background: #EEEEEE;	*/

}
.categories30 li{

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;

	background-image: url("../../images/Tree_Ya02.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

.categories30_1{	/*第2階層*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.categories30_1 li{

	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 30px;

	background-image: url("../../images/Tree_ya_c0.gif");
	background-repeat: no-repeat;
	background-position: left center;

}





/* 店舗ページ */

.categories05 li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;

	background-image: url("../../images/Tree_Ya02.gif");
	background-repeat: no-repeat;
	background-position: left center;

}





/* コンテンツ */

.categories_c {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.categories_c li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 20px;

	background-image: url("../../images/Tree_ya_info.gif");
	background-repeat: no-repeat;
	background-position: left center;
}




/* 外部リンク */

#links li{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;

	background-image: url("../../images/Tree_ya_info.gif");
	background-repeat: no-repeat;
	background-position: left center;

}

/* サイトマップ */
.sitemap{
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
	.sitemap_block{
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 5px 0px 5px 0px;
		width: 620px;
	} 

	.sitemap_block_L{
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		width: 290px;
		border: 1px solid  #ccc;
	} 


	.sitemap_block_R{
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 5px 5px 5px 5px;
		width: 290px;
		border: 1px solid  #ccc;
	} 


	.sitemap ul{
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 10px;
	}
	.sitemap li{
		margin: 0px 0px 0px 25px;
		padding: 3px 0px 3px 10px;
	}



/******************* 各パーツ		**********************/

.clear {
    clear: both;
}
.clear_left {
    clear: left;
}
.clear_right {
    clear: right;
}

input,textarea {
    font-size: 12px;
}

form {
	margin: 0px 0px 0px 0px;
}
#contents-inner{
	margin: 5px 0px 5px 0;
	padding: 5px 10px 5px 10px;

}


/* 最近見た物件 */
.recently {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 20px;

	background-image: url("../../images/Tree_Ya02.gif");
	background-repeat: no-repeat;
	background-position: left center;


	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


/* 更新情報 */
#topix {
	padding: 6px 10px 4px 6px;
	float: left;
	overflow: auto;
	height: 70px;
	font-size: 12px;
	border: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
	width: 602px;
}

#topix li {
	margin:  0px 0px 0px 0px;
	padding: 2px 0px 2px 20px;
	list-style-type: none;

	background-image: url("../../images/ya_news.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}






/* キーワード検索*/
.mSearch_side {
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 5px 5px;

	background: #fff;
	border: 1px solid #CCCCCC;
}

/* キーワード検索 テキストエリア部分*/
.mSearch{
	width: 90px;
	height: 15px; 
}






/*物件詳細 リンク/リンクコメント*/
.bukken_link{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;

	text-align: center;
}

	.bukken_link a:link {
		color: #454ED9;	text-decoration: underline;
	}
	.bukken_link a:visited {
		color: #454ED9;	text-decoration: underline;
	}
	.bukken_link a:hover {
		color: #454ED9;	text-decoration: none;
	}
	.bukken_link a:focus {
		color: #454ED9;	text-decoration: underline;
	}
	.bukken_link a:active {
		color: #454ED9;	text-decoration: underline;
	}






/*汎用 枠*/
.t_menutable {
	padding: 0px 0px 0px 0px;
	border: 1px solid #999;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}


.t_menutable2 {
	padding: 0px 2px 0px 2px;
	border: 1px solid #aaa;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}


.t_menutable3 {

	margin: 0px 0px 0px 0px;
	padding: 4px 3px 4px 0px;
/*	font-size: 10px;*/

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}


@media print { /* 印刷出力 */

	.p_BssViewStyle{
		border: 1px solid #aaa;
		margin: 0px 0px 0px 0px;
	}


	.p_BssViewStyle_low{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #aaa;
		margin: 0px 0px 0px 0px;
	}


	.p_BssViewStyle_lowR{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #aaa;

		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #aaa;

		margin: 0px 0px 0px 0px;
	}


	.p_BssViewStyle_R{
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #aaa;
		margin: 0px 0px 0px 0px;
	}


}




/*検索条件表示部分*/
.t_jyokentable {

	background-position: left top; 
	background-image: url(../../img/kensaku_bg.jpg); 

	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
	border: 1px solid #aaa;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
}



/*検索条件路線・地域部分*/

.t_searchTree{
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #AAAAAA;
	background-color: #FCFCFC;
}

.rosen li{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 10px;
	list-style-type: none;
}

.eki li{
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}



/* トップサムネイル BssViewStyle_3 */
.t_B_Style_3 {
	padding: 2px 2px 2px 2px;
	border: 1px solid #AAAAAA;
	background-color: #F5F5F5;
	margin: 0px 0px 3px 0px;
}
.bss3style{

	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #AAAAAA;

}


/* トップ店舗おすすめ (新着)リスト h3 */
.spl2h3right {
	float: right;

}
.spl2h3right a:link,.spl2h3right a:visited ,.spl2h3right a:hover,.spl2h3right a {
	color: #E30000;
	font-weight: normal;
	font-size: 10px;
}



/* ミニバスケット */
.t_menutable_m {
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
}


/*利用上のお願いとご注意*/
.t_cookie {
	margin: 5px 5px 5px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 1.2;
}


/******************* ヘルプページ		**********************/

/* ヘルプページTOP */
#help_container{
	margin: 15px auto 0 auto;
	width: 620px;
}

#helptop_h2{
	font-weight: bold;
	font-size: 16px;
}

#helptop_h2 .helptop_h2_text{
	padding-left: 10px;
}

#helptop_h2 img{
	vertical-align: top;
}


#help_container .helptop_content01{
	padding: 10px 0px 10px 30px;
	line-height: 1.4em;
}


#help_container .helptop_content02{
	background: #eeeeee; 
	padding: 10px 0px 10px 10px;
	margin-left: 30px;
	margin-bottom: 40px;
	line-height: 1.2em;
}

.helptop_content_list01{
	background: url("../../images/help_listimage01.jpg") no-repeat 5px 3px;
	list-style: none;
	font-weight: bold;
	padding: 0 0 3px 15px;
}

.helptop_content_list02{
	background: url("../../images/help_listimage02.jpg") no-repeat 5px 3px;
	list-style: none;
	margin-left: 10px;
	padding: 0 0 3px 15px;
}

#help_container .helptop_content03{
	padding: 8px 0px 8px 10px;
	line-height: 1.4em;
}



#helptop_pagetop{
	text-align: right;
}


#johokan{
	padding: 0px 0px 0px 20px;
}

/*　オリジナルページ　*/

.oc_rescue {
	color: #333;
}
.oc_rescuebox {
	line-height: 1.5;
	padding-left: 12px;
}
.oc_rescue .oc_rescuebox p {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 568px;
}



/* 契約の流れページ */

.oc_flow {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 1.4;
}



.oc_flow h3 {
	height: 18px;
	font-size: 14px;
	color: #333333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #EFFAFE;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #9CF;
	border-left-color: #9CF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-image: none;
}


.oc_flow #flow_center {
	width: 550px;
	background-color: #F2F2F2;
	line-height: 1.4;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 15px;
}

#flow_center b {
	color: #3399CC;
}

.oc_flowred {
	color: #FF0000;
}


/*  */

