﻿/*
@charset "shift_jis";
*/

/*=================================================================

	アーム興産 / トップページ CSS

	・新規作成	: 2009.12.10
	・変更		: 2009.12.10
	・作成者	: K.Sasaki
	・変更者	:

-------------------------------------------------------------------
	
	[1]:基礎設計
	[2]:トップページ上段
	[3]:トップページメイン
	[4]:フッタリンク表示制御

=================================================================*/


/*-----------------------------------------------------------------
	[1]:基礎設計
-----------------------------------------------------------------*/

/* 共通ヘッダを非表示 */
html div#header
{
	display			: none !important;
}

/* トップページ上段枠 */
html div#contents_top
{
	background		: url(../image/main/Header.jpg) no-repeat center top scroll;
	width			: 910px;
	height			: 500px;
	margin-top		: 30px;
	margin-left		: auto;
	margin-right	: auto;
	text-align		: left;
}
/* トップページメイン枠 */
html div#contents_middle
{
	background-color: #eeeeee;
	width			: 910px;
/*	height			: 585px;*/
	height			: auto;
	min-height		: 585px;
	margin-left		: auto;
	margin-right	: auto;
	padding-top		: 5px;
	text-align		: left;
}
html div#contents_middle td
{
	vertical-align	: top;
}

/*-----------------------------------------------------------------
	[2]:トップページ上段
-----------------------------------------------------------------*/
html div#space_box
{
	width			: 910px;
	height			: 244px;
}

/* おしらせ */
html div#info_box 
{
	float			: left;
	width			: 628px;
	height			: 240px;
}
html div#scroll_box
{
	width			: 570px;
	height			: 198px;
	overflow		: auto;
	margin-top		: 45px;
	margin-left		: 15px;
}

.lblTnews
{
	display			: block;
	margin-top		: 0px;
	margin-left		: 25px;
	width			: 510px;
	height			: auto;
	background-color: #eeeeee;
	text-align		: left;
	padding			: 5px;
}

/* メインメニューボタン領域 */
html div#btn_box
{
	float			: left;
	width			: 270px;
	height			: 240px;
}
html div#btn_box li
{
	margin-left		: 8px;
}

/* メインメニュー：物件をさがすボタン */
html ul li#btn_search
{
	background		: url(../image/main/btnRealEstateOff.gif) no-repeat;
	width			: 248px;
	height			: 72px;
	margin-bottom	: 12px;
}
html ul li#btn_search a
{
	background		: url(../image/main/btnRealEstateOff.gif) no-repeat;
	display			: block;
	width			: 248px;
	height			: 72px;
	text-indent		: -9999px;
}
html ul li#btn_search a:hover
{
	background		: url(../image/main/btnRealEstateOn.gif) no-repeat;
}

/* メインメニュー：リフォームするボタン */
html ul li#btn_reform
{
	background		: url(../image/main/btnReformOff.gif) no-repeat;
	width			: 248px;
	height			: 72px;
	margin-bottom	: 12px;
}
html ul li#btn_reform a
{
	background		: url(../image/main/btnReformOff.gif) no-repeat;
	display			: block;
	width			: 248px;
	height			: 72px;
	text-indent		: -9999px;
}
html ul li#btn_reform a:hover
{
	background		: url(../image/main/btnReformOn.gif) no-repeat;
}

/* メインメニュー：お問い合わせボタン */
html ul li#btn_inquiry
{
	background		: url(../image/main/btnContactUsOff.gif) no-repeat;
	width			: 248px;
	height			: 72px;
}
html ul li#btn_inquiry a
{
	background		: url(../image/main/btnContactUsOff.gif) no-repeat;
	display			: block;
	width			: 248px;
	height			: 72px;
	text-indent		: -9999px;
}
html ul li#btn_inquiry a:hover
{
	background		: url(../image/main/btnContactUsOn.gif) no-repeat;
}

/*-----------------------------------------------------------------
	[3]:トップページメイン
-----------------------------------------------------------------*/
/* おすすめ物件 */
html div#recommend_box 
{
	float			: left;
	width			: 450px;
	height			: auto;
}
html div#recommend_inbox
{
	background		: url(../image/main/TitleRealEstate.gif) no-repeat;
	margin-left		: 10px;
	padding-top		: 45px;
	width			: 431px;
/*	height			: 510px;*/
	height			: auto;
	min-height		: 510px;
	
	border			: solid 1px #c7c7c7;
}
div.rcmd_detail_main
{
/*	margin-top		: 10px;*/
	margin-top		: 0px;
/*	margin-left		: 10px;*/
	padding-left	: 10px;
	padding-bottom	: 8px;
	width			: 420px;
	height			: auto;
	border-bottom	: dotted 1px #c7c7c7;
}
div.rcmd_detail_left
{
	float			: left;
	width			: 150px;
	height			: auto;

	margin-top		: 10px;
}
div.rcmd_img
{
	margin-top		: 5px;
	padding			: 3px;
	border			: solid 1px #c7c7c7;
	text-align		: center;
}
div.rcmd_img img.maxsize
{
	max-width		: 140px;
	max-height		: 105px;
}
div.rcmd_detail_right
{
	float			: left;
	width			: 265px;
	height			: auto;
}
div.rcmd_sentence
{
	margin-top		: 20px;
	margin-left		: 15px;
	width			: 250px;
	height			: auto;
	line-height		: 1.3;
}
div.rcmd_link
{
	width			: 260px;
	text-align		: right;
	letter-spacing	: 2px;
}
html div#rcmd_all_link
{
/*	float			: right;*/
	background		: url(../image/main/RealEstateArrow.gif) no-repeat left top scroll;
	width			: auto;
	height			: auto;
	font-weight		: bold;
	letter-spacing	: 2px;
	
	margin-left		: 32%;
	margin-bottom	: 15px;
}
html div#rcmd_all_link a
{
	display			: block;
	margin-top		: 10px;
	margin-right	: 10px;
	padding-left	: 20px;
	font-size		: 160%;
}
/* リフォーム */
html div#reform_box
{
	float			: left;
	width			: 450px;
	height			: auto;
}
html div#reform_inbox
{
	background		: url(../image/main/TitleReform.gif) no-repeat;
	margin-left		: 10px;
	padding-top		: 55px;
	width			: 431px;
/*	height			: 510px;*/
	height			: auto;
	min-height		: 500px;
	border			: solid 1px #c7c7c7;
}
html div#rfm_btn_box
{
	margin-top		: 0px;
	margin-left		: 18px;
	width			: 397px;
	height			: auto;
}
html div#rfm_btn_box span
{
	margin-left		: 10px;
	font-size		: 14px;
	letter-spacing	: 1px;
}

html a#btn_rfm_menu
{
	display			: block;
	margin-bottom	: 5px;
	width			: 397px;
	height			: 88px;
}
html a#btn_rfm_maker
{
	display			: block;
	margin-top		: 15px;
	margin-bottom	: 5px;
	width			: 397px;
	height			: 88px;
}
html a#btn_rfm_flow
{
	display			: block;
	margin-top		: 15px;
	margin-bottom	: 5px;
	width			: 397px;
	height			: 88px;
}
html a#btn_rfm_qa
{
	display			: block;
	margin-top		: 15px;
	margin-bottom	: 5px;
	width			: 397px;
	height			: 88px;
}

/*-----------------------------------------------------------------
	[4]:フッタリンク表示制御
-----------------------------------------------------------------*/
html li#footer_disp_re
{
	display			: none;
}
html li#footer_disp_rfm
{
	display			: none;
}
