@charset "utf-8";
/*formatting style
-------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.4;
}
span.red{
	color:#CC0000;
	font-weight: bold;
}
span.htlname {
	color:#03C;
	font-weight:bold;
	font-size:18px;
}

a img {
	border-style: none;
}

/* link styles
-----------------------------------*/
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* basic layout
-----------------------------------*/


#masan {
	width:940px;
	height:360px;
	padding: 10px;	
}
.ph {
	float:left;
	margin-left:10px;
}

.shop {
	width:500px;
	height:56px;
	margin-top:1px;
	float: left;
	border: 2px solid #FC3;
	padding-left:10px;
	margin-left:15px;
}

#cont {
	width:950px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #03C;
	border-right-color: #03C;
	border-bottom-color: #03C;
	border-left-color: #03C;	
}

#island {
	width:300px;
	margin: 2px;
	padding: 2px;
	border: 2px solid #F9C;
	float: left;
}