@charset "UTF-8";
/* CSS Document */


/*

 
layout.css - layout style sheet for iPhone Business Paradice website.

-----History----------------------------------------------------------------------------------------
	2009/10/06 ver1.0
----------------------------------------------------------------------------------------------------
*/

@media screen{


#dummy-element{width:2px;} /* Necessary to check if StyleSheet has loaded */
/* hack mac ie not support for print */



.main_flash{
	border-top:1px solid #d0d0d0;
	background:url(../images/titles/index/flash_bg.png) repeat-x bottom;
}

.main_flash .inner{
	margin:0 auto;
	width:952px;
}




#buy_area .feature{
	display:none;
}

#buy_area .search_area{
	display:none;
}

#style-switcher li#standard a{
	background:url(../images/titles/index/layout_changer/menu.png) no-repeat 0 -51px;
}

#style-switcher li#rent_layout a{
	background:url(../images/titles/index/layout_changer/menu.png) no-repeat -58px 0px;
}

#style-switcher li#rent_layout a:hover{
	background:url(../images/titles/index/layout_changer/menu.png) no-repeat -58px -51px;
}

#style-switcher li#buy_layout a{
	background:url(../images/titles/index/layout_changer/menu.png) no-repeat -116px 0px;
}

#style-switcher li#buy_layout a:hover{
	background:url(../images/titles/index/layout_changer/menu.png) no-repeat -116px -51px;
}



/*\*/}/**/

