/* ---------- reset ---------- */

* {
	margin:0;
	padding:0;
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body {
	text-align:center;
	background-color: #ffffff;
	color: #666666;
	font-family: sans-serif;
}
a img {
	border: none;
}
#main-container {
	margin: 0 auto;
	width: 805px;
	text-align: left;
	background-color: transparent;
}

a {
	text-decoration:none;
	color:#FF6000;
}

a:hover {
	color:#F54104;
	text-decoration: underline;
	background-color: #ffffff;
}

/* ---------- body_end ---------- */

/* ---------- header ---------- */

#header {
	background: #FFF url("../image/salad.gif") no-repeat bottom right;
	text-align: left;
	margin: 5px 0 5px 0;
	width: 805px;
}

#header h1{
	text-align: left;
	font-size:12px;
	font-weight:normal;
	position: relative;
	top: 10px;
	left: 15px;
}


/* ---------- header_end ---------- */

/* ---------- search ---------- */
.map{
	claer: both;
	background: transparent url("./map.gif") no-repeat top left;
	padding: 7px 20px 10px 0;
	text-align: right;
	color:#555;
	height:48px;
}

