@charset "utf-8";
/* CSS Document */

/* layout */

#lzone {
	width: 220px;
	margin-top: 8px;
	margin-left: 40px;
	margin-bottom: 16px;
	float: left;	
}

#rzone {
	width: 450px;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 16px;
	float: right;
}

/* left */

#thumbmenu {
	margin-top: 18px;
	border-collapse: separate;
	border-spacing: 4px;
}

#thumbmenu .thumb {
	border: 1px solid #666666;
}

#thumbmenu .thumb:hover {
	border: 1px solid #CCCCFF;
}

#thumbmenu .select {
	border: 1px solid #6666FF;
}

#lzone p {
	font-size: .8em;
	color: #666666;
}

#toshoplist {
	margin: 18px;
	border: none;
}

/* right */

#detail h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0em;
}

#detail p {
	font-size: .8em;
	margin: 0px;
}

#detail p.attn {
	font-size: .75em;
}


