/*--タイトル＆サブナビ--*/
#titlenavi{
	text-align: left;
	width:950px;
	height:60px;
}
#titlenavi #left{
	float:left;
	text-align: left;
	width:300px;
	height:60px;
}
#titlenavi #right{
	float:right;
	text-align: right;
	width:650px;
	height:60px;
}
#titlenavi #lefts{
	float:left;
	text-align: left;
	width:160px;
	height:60px;
}
#titlenavi #rights{
	float:right;
	text-align: left;
	width:790px;
	height:60px;
}

/*--フラッシュ--*/
#flash{
	width:950px;
	height:230px;
}

/*--サブタイトル--*/
#subtitle{
	width:950px;
	height:60px;
}
#subtitle #left{
	float:left;
	overflow:hidden;
	text-align: left;
	width:474px;
	height:60px;
	background:url("../img/gallery/subtitle_house.gif") top left no-repeat;
	border-right:1px dotted #ccc;
}
#subtitle #right{
	float:right;
	overflow:hidden;
	text-align: left;
	width:475px;
	height:60px;
	background:url("../img/gallery/subtitle_shop.gif") top left no-repeat;
	border-bottom:1px dotted #aaa;
}
.arrow{
	width:200px;
	height:23px;
	background:url("../img/arrow3.gif") top left no-repeat;
	margin:18px 0 0 290px;
	padding:0 0 0 30px;
	line-height:23px;
}

/*--リスト（トップ）--*/
#toplist{
	border-top:1px dotted #ccc;
	width:950px;
}
#toplist .shop{
	width:950px;
	background-color:#fff;
}
#toplist #left{
	float:left;
	text-align: left;
	width:474px;
	background-color:#fff;
	border-right:1px dotted #ccc;
}
#toplist #right{
	float:right;
	text-align: left;
	width:475px;
	background-color:#ededed;
}
#lists{
	margin:20px 0 20px 0;
}




/*--サブナビ--*/
ul.subnavi {
	position:relative;
	width:490px;
	list-style-type:none;
	margin:15px 0 0 165px;
	padding:0;
}
li.subnavia {
	float:left;
	position:relative;
	overflow:hidden;
	width:160px;
	height:30px;
	text-align: center;
	line-height:30px;
	border-left:1px dotted #dedede;
	border-right:1px dotted #dedede;
}
li.subnavis {
	float:left;
	position:relative;
	overflow:hidden;
	width:160px;
	height:30px;
	text-align: center;
	line-height:30px;
	border-right:1px dotted #dedede;
}

/*--ソート--*/
#sort{
	width:950px;
	height:40px;
	padding-top:20px;
}
#sort #left{
	float:left;
	text-align: left;
	width:750px;
	height:40px;
}
#sort #right{
	float:right;
	text-align: right;
	width:200px;
	height:40px;
}

