@charset "UTF-8";

a{text-decoration: none;}
a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}
a:hover {color /**/: #333;text-decoration /**/: none;border-bottom /**/:1px #333 dotted;position /**/:relative;}

a.image{text-decoration: none;}
a.image:hover {color: #fff;text-decoration: none;border-bottom:0px dotted;}
a.image:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
}

#Main{
	padding-top:20px;
	border-top:1px dotted #dedede;
	width:620px;
	text-align: left;
}

#Caution{
	clear:both;
	margin-top:20px;
	padding-top:10px;
	width:620px;
	font-size:10px;
}

#Result{
	width:570px;
	text-align: left;
}

#Result #Brand{
	margin:20px 0;
}

#Area{
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:;bold;
	color:#333;
}

#List{
	font-size:11px;
	margin:10px 0;
	color:#777;
}

#List .Name{
	font-size:12px;
	color:#4ebbd8;
}

#Search{
	margin:0;
	width:620px;
	height:280px;
	font-size:11px;
	display: table;
	border-bottom:1px dotted #dedede;
}

#Search #Brand{
	float: left;
	width:220px;
	height:210px;
	border:1px solid #dedede;
	background:url('../shop/images/search_brand.gif') top left no-repeat;
}

#Search #Brand #Check{
	height:30px;
	margin-left:20px;
}
#Search #Brand #Check.Top{
	margin-top:21px;
}

#Search #Area{
	float: right;
	width:380px;
	height:210px;
	border:1px solid #dedede;
}

#Search #Area #Check{
	font-size:11px;
	height:22px;
	margin-left:20px;
}
#Search #Area #Check.Top{
	margin-top:8px;
}


#Search #Go{
	clear:both;
	margin-top:10px;
	width:620px;
	display: table;
}
#Search #Caption{
	float: left;
	width:510px;
	font-size:11px;
	line-height:20px;
}
#Search #Button{
	float: right;
	width:110px;
	font-size:11px;
}
button{
	background:#0192BF;
	height:20px;
	width:110px;
	font-size:10px;
	color:#fff;
	border-top:1px DOUBLE #CCC;
	border-left:1px DOUBLE #CCC;
	border-bottom:1px DOUBLE #666;
	border-right:1px DOUBLE #666;
}