/*　height設定　※autoにするとborderがきかなくなるので　*/
#main{
	height:600px;
}
/* -----------------------------------------------------------------*/

#main .maincontents .mainimage{
	margin:0 0 20px 0;
	padding:0;
}
/* 街の情報　*/
#main .leftcontents {
	width:345px;
	float:left;
	margin:10px 18px 0 0;
	}
#main .leftcontents h4{
	width:345px;
	height:25px;
	background:url(../img/sub_navi01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
	margin:0;
	}
#main .leftcontents h5{
	width:345px;
	height:20px;
	background:url(../img/small_navi01.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
	margin:10px 0 0 0;
	}
#main .leftcontents table{
	background:#eeeeee;
	width:345px;
	height:70px;
	margin:10px 0 0 0;
	border:none;
	padding:0;
	}
#main .leftcontents td{
	text-align:left;
	vertical-align:middle;
	border:none;
	margin:0;
	padding:0;
	font-size:80%;
	}
#main .leftcontents th{
	width:240px;
	text-align:left;
	vertical-align:middle;
	line-height:1.3;
	font-size:80%;
	font-weight:normal;
	border:none;
	margin:0;
	padding:5 0;
	}
#main .leftcontents th strong{
	font-size:100%;
	font-weight:700;
	color:#FF6C00;
}
#main .leftcontents p{
	width:345px;
	text-align:right;
	font-size:80%;
	margin:5px 0 0 0;
	}
/* 店舗情報　*/
#main .centercontents {
	width:180px;
	float:left;
	margin:10px 18px 0 0;
	text-align:center;
	}
#main .centercontents h4{
	width:180px;
	height:25px;
	background:url(../img/sub_navi02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
	margin:0;
	}
#main .centercontents h5{
	width:180px;
	height:20px;
	background:url(../img/small_navi02.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
	margin:10px 0 0 0;
	}
#main .centercontents img{
	margin:5px 0 0 0;
	}
#main .centercontents p{
	font-size:70%;
	margin:3px 0 0 0;
	}
/* moreminimini　*/
#main .rightcontents {
	width:180px;
	float:left;
	margin:10px 0px 0 0;
	}
#main .rightcontents h4{
	width:180px;
	height:25px;
	background:url(../img/sub_navi03.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:100%;
	color:#000000;
	font-weight:900;
	margin:0;
	}
#main .rightcontents img{
	margin:10px 0 0 0;
	}
	
	
#main .maincontents span{
	display:none;
	}
#main .maincontents .clear{
	clear:both;
}