@charset "UTF-8";
/*******************************************************************************
file name  :  top.css
style info :  
********************************************************************************/

/*===================================================================
	ハック
===================================================================*/

/* clearfix 
xxxxxx:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}*/

/*--------------------------------------------------------
　#top container {} のように頭には固有のページIDを置く
--------------------------------------------------------*/

/*--------------------------------------------------------
  global
--------------------------------------------------------*/
#container .leftmenu{
	float:left;
}
#container .rightmenu{
	float:right;
}
#container #contents{
	margin-bottom:37px;
}
/*--------------------------------------------------------
   #headmenu
--------------------------------------------------------*/
#container #headmenu{
	margin-top:5px;
}
#container #headmenu .section-Lv1{
	width:675px;
}
#container #headmenu .section-Lv1 .leftmenu img,#container #headmenu .section-Lv2 img{
	display:block;
	margin-top:5px;
}
#container #headmenu .section-Lv1 .leftmenu img.first-child,#container #headmenu .section-Lv2 img.first-child{
	margin-top:0px;
}
#container #headmenu .section-Lv1 table{
	width:675px;
	margin-top:5px;
	margin-bottom:3px;
}
#container #headmenu .section-Lv1 .bd{
	border-bottom:1px solid #B5B5B5;
	width:675px;
	padding:0;
	margin:0;
	font-size:0px;
	line-height:0;
}
#container #headmenu .section-Lv1 table tr td{
	padding-left:15px;
}
#container #headmenu .section-Lv1 table tr td.first-child{
	width:80px;
	background-color:#F5F5D0;
	color:#B8970D;
}
#container #headmenu #contact a,#container #headmenu #contact img{
	display:block;
}
#container #headmenu #contact img.first-child{
	margin-bottom:5px;
}
#container #headmenu .section-Lv2{
	padding-bottom:10px;
}

/*---------------------------------------------------------
   #main
---------------------------------------------------------*/
#container #main{
	padding-top:15px;
}
#container #main .section-Lv1{
	width:432px;
}
#container #main #special .section-Lv1{
	width:880px;
}
#container #main h3{
	height:40px;
	text-align:right;
	padding-top:16px;
	padding-right:9px;
}
#container #main #new h3{
	background:url(../img/index/main_h3_01.jpg) no-repeat top left;
}
#container #main #house h3{
	background:url(../img/index/main_h3_02.jpg) no-repeat top left;
}
#container #main #selection h3{
	background:url(../img/index/main_h3_03.jpg) no-repeat top left;
}
#container #main #famous h3{
	background:url(../img/index/main_h3_04.jpg) no-repeat top left;
}
#container #main #special h3{
	background:url(../img/index/main_h3_05.jpg) no-repeat top left;
}

#container #main .section-Lv2{
	border:#DCBE00 solid 1px;
	width:208px;;
	height:220px;
	padding:2px 2px 5px 2px;
	margin-top:4px;
}
#container #main #new,#selection{
	float:left;
}
#container #main #house,#famous{
	float:right;
	margin-bottom:16px;
}
#container #main #special .section-Lv1{
	width:432px;
}
#container #main h4{
	margin:5px 0 0 8px;
}
#container #main h4 img{
	margin-right:3px;
}
#container #main table{
	margin:0 0 0 8px;
	width:198px;
}
#container #main table tr td.type3{
	width:3em;
}
#container #main table tr td.type4{
	width:4em;
}
.layout_1 {
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
