@charset "utf-8";



/*-----------------------------
	flash
------------------------------*/

#flash{
	width:950px;
	height:300px;
}





/*-----------------------------
	main
------------------------------*/

/* news */
#main #news{
	width:707px;
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
	background:#fff;
}
#main #news h2{
	width:707px;
	position:relative;
}
#main #news h2 span{
	position: absolute;
	top:7px;
	right:10px;
}
#main #news div{
	float:left;
	width:235px;
	border-top:1px solid #999;
}
#main #news div.line{
	border-right:1px solid #999;
}
#main #news div img{
	width:235px;
	height:150px;
	margin-bottom:15px;
}
#main #news div dl{
	padding:0 10px;
	width:215px;
}
#main #news div dl dt{
	color:#990033;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:7px;
}
#main #news div dl dd{
	font-size:95%;
	letter-spacing:0;
	line-height:1.2;
	margin-bottom:7px;
}

/* shop */
#main #shop{
	width:707px;
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
	background:#fff;
}
#main #shop h2{
	width:707px;
	position:relative;
}
#main #shop h2 span{
	position: absolute;
	top:7px;
	right:10px;
}
#main #shop div{
	float:left;
	width:176px;
	border-top:1px solid #999;
}
#main #shop div.line{
	border-right:1px solid #999;
}
#main #shop div img{
	width:176px;
	height:120px;
	margin-bottom:15px;
}
#main #shop div dl{
	padding:0 10px;
	width:156px;
}
#main #shop div dl dt{
	color:#990033;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:7px;
}
#main #shop div dl dd{
	font-size:95%;
	letter-spacing:0;
	line-height:1.2;
	margin-bottom:7px;
}

/* feature */
#main #feature{
	width:707px;
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
	background:#fff;
}
#main #feature h2{
	width:707px;
}
#main #feature div{
	float:left;
	width:235px;
	border-top:1px solid #999;
}
#main #feature div.line{
	border-right:1px solid #999;
}
#main #feature div img{
	width:235px;
	height:100px;
	margin-bottom:15px;
}
#main #feature div p{
	padding:0 10px;
	width:215px;
	font-size:95%;
	letter-spacing:0;
	line-height:1.2;
	margin-bottom:7px;
}

/* spot */
#main #spot{
	width:707px;
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
	background:#fff;
}
#main #spot h2{
	width:707px;
}
#main #spot div{
	float:left;
	width:176px;
}
#main #spot div.line{
	border-right:1px solid #999;
}
#main #spot div img{
	width:176px;
	height:65px;
	margin-bottom:15px;
}
#main #spot div p{
	color:#990033;
	width:156px;
	padding:0 10px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:7px;
}

/*----------Sky Promunade----------------*/
#sky_banner {
	margin-bottom:20px;
}
#sky_banner #info{
	background-color:#fff;
	padding:5px 0;
}
#sky_banner #info img{
	float: left;
	margin:0 5px;
}
#sky_banner #info #textinfo{
	color: #333;
	overflow: hidden;
	padding-left: 5px;
	font-size:11px;
}





