@charset "utf-8";

/******************/
/* TOPページ用CSS */
/******************/

/* 全ページ共通CSS読み込み */
@import url("common.css");
/* プルダウンメニューCSS読み込み */
@import url("menu.css");

/***** common.cssの同名CSSに上書き *****/
/* body（背景画像変更） */
body{
	background:#000000 url(../_images/index/index_bg.jpg) left top repeat-x;
}
/***** ここまで *****/

/***** menu.cssの同名CSSに上書き *****/
#hmenu01 {
  background-position: 0px -42px;
}
/***** ここまで *****/



/***** TOPページ用CSS *****/
/*** ギャラリー ***/
ul#index_gallery{
	margin-top:20px;
	height:77px;
}
ul#index_gallery li{
	height:65px;
	margin-right:13px;
	background-color:#FFFFFF;
	float:left;
}
		/* 印刷時　IEバグ対策 */
		@media print{
			ul#index_gallery li{
				background-color:#141414;
			}
		}
ul#index_gallery li.thumb_no_margin{
	margin:0;
}

/*** contents ***/
#index_contents{
	padding:15px 0;
	color:#FFFFFF;
}

/*** Information ***/
#info_box{
	width:260px;
	float:left;
}
#info_box a{
	color:#FFFFFF;
	text-decoration:underline;
}
#info_box a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
		/* タイトル */
		#info_title{
			width:145px;
			float:left;
		}
		#to_info_list{
			width:105px;
			margin-top:25px;
			line-height:20px;
			float:right;
		}
		/* 一覧 */
		#info_box ul{
			list-style:none;
		}
		#info_box ul li{
			zoom:1;/* IE6対策 */
			_height:16px;/* IE6対策 */
			min-height:16px;
			line-height:16px;
			padding-left:11px;
			margin-top:7px;
			background:url(../_images/index/info_icon.jpg) 0px 4px no-repeat;
		}

/*** バナー ***/
#bnnr_box{
	width:606px;
	float:right;
}
		/* モデルルームOPEN */
		#mroom_open{
			width:606px;
			height:53px;
			position:relative;
		}
		#to_mroom_index{
			width:149px;
			height:24px;
			background-color:#FFFFFF;
			position:absolute;
			left:457px;
			top:3px;
		}
		#to_contact_index{
			width:149px;
			height:24px;
			background-color:#FFFFFF;
			position:absolute;
			left:457px;
			top:29px;
		}
		/* リンクボタン */
		#index_link01{
			width:606px;
			height:80px;
			margin-top:10px;
			background-image:url(../_images/index/to_safety.jpg);
			background-position:0px 0px;
		}
		a:hover#index_link01{
			background-position:0px -80px;
		}
		#index_link02{
			width:295px;
			height:80px;
			margin-top:10px;
			background-image:url(../_images/index/to_video.jpg);
			background-position:0px 0px;
			float:left;
		}
		a:hover#index_link02{
			background-position:0px -80px;
		}
		#index_link03{
			width:295px;
			height:80px;
			margin-top:10px;
			background-image:url(../_images/index/to_life.jpg);
			background-position:0px 0px;
			float:right;
		}
		a:hover#index_link03{
			background-position:0px -80px;
		}
		#housing_club{
			margin-top:10px;
		}
