/*---------------------------------------------------------------------------------------------------
    INTRODUCTION
---------------------------------------------------------------------------------------------------*/
/*
// 最終更新日 : 09/06/13  横田 賢司
//
// --------------------------------------------------------------------------------------------------
// フォントサイズ リスト ////////////////////////////////////////////////////////////////////////////
// --------------------------------------------------------------------------------------------------
// 10px = 77% | 11px = 85% | 12px = 93% | 13px = 100% | 14px = 108%
// 15px = 116% | 16px = 123.1% | 17px = 131% | 18px = 138.5% | 19px = 146.5%
// 20px = 153.9% | 22px = 167% | 23px = 174% | 24px = 182%
// 25px = 189% | 26px = 197%
//
*/

@import "frame.css";
@import "module/text_topics.css";
@import "module/object_list.css";

/*---------------------------------------------------------------------------------------------------
    HEADER
---------------------------------------------------------------------------------------------------*/
#top_page #header{
	margin-bottom:21px;
}

/*---------------------------------------------------------------------------------------------------
    2 COLUM
---------------------------------------------------------------------------------------------------*/

#top_page .contents_2colum{
	margin-bottom:21px;
	background:none;
}

/*---------------------------------------------------------------------------------------------------
    FLASH AD
---------------------------------------------------------------------------------------------------*/

#top_page .left > div:first-child{
	background:url("../img/parts/flash.jpg") no-repeat;
	width:488px;
	height:191px;
	padding:14px;
	margin-bottom:21px;
	line-height:0;
	font-size:0;
}

#top_page p#flash_ad{
	display:block;
	line-height:0;
	font-size:0;
}

/*---------------------------------------------------------------------------------------------------
    SUB MENU
---------------------------------------------------------------------------------------------------*/

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

ul#sub_menu{
	min-height: 1px;
	display:block;
	float:right;
	width:311px;
	padding-top:13px;
	padding-left:13px;
	height:395px;
	background:url("../img/parts/sub_menu.jpg");
}

ul#sub_menu li{
	display:block;
	height:91px;
	margin-right:6px;
	margin-bottom:6px;
	float:left;
}

ul#sub_menu li a{
	vertical-align:bottom;
	display:block;
	height:91px;
	text-indent:-9999px;
}

ul#sub_menu li a:hover{
	background-color:#FFF;
}

#search_banner{ background:url(../img/banner/sub_menu/search.jpg) }
#search_banner a{ width:146px }
#search_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/search.jpg) -4px -4px;
}

#special_banner{ background:url(../img/banner/sub_menu/special.jpg) }
#special_banner a{ width:146px }
#special_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/special.jpg) -4px -4px;
}

#landlord_seller_banner{ background:url(../img/banner/sub_menu/landlord_seller.jpg) }
#landlord_seller_banner a{ width:146px }
#landlord_seller_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/landlord_seller.jpg) -4px -4px;
}

#link_banner{ background:url(../img/banner/sub_menu/link2.jpg)}
#link_banner a{ width:146px }
#link_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/link2.jpg) -4px -4px;
}

#blog_banner{ background:url(../img/banner/sub_menu/blog.jpg) }
#blog_banner a{ width:146px }
#blog_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/blog.jpg) -4px -4px;
}

#mobile_banner{ background:url(../img/banner/sub_menu/mobile.jpg) }
#mobile_banner a{ width:146px }
#mobile_banner a:hover{
	width:138px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/mobile.jpg) -4px -4px;
}

#inquiry_banner{ background:url(../img/banner/sub_menu/inquiry.jpg) }
#inquiry_banner a{ width:298px }
#inquiry_banner a:hover{
	width:290px;
	height:83px;
	margin:1px;
	border:3px solid #58BBB0;
	background:url(../img/banner/sub_menu/inquiry.jpg) -4px -4px;
}

/*---------------------------------------------------------------------------------------------------
    TEXT TOPICS
---------------------------------------------------------------------------------------------------*/

#top_page .text_topics h2{
	background:url("../img/parts/header/topics.gif") no-repeat;
}

/*---------------------------------------------------------------------------------------------------
    OBJECT LIST
---------------------------------------------------------------------------------------------------*/

#top_page .object_list h2{
	background:url("../img/parts/header/list.gif") no-repeat;
}
