@import url("layout_base.css");

/* ---------- Header --------- */

#pageheader {
	width: 1000px;
	height: 30px;
}

#topnavi {
	width: 560px;
	height: 15px;
	margin-left: 220px;
	padding-top: 15px;
	text-align: right;
	font-size: 11px;
	color: #c0b6ac;
}

#google_search_box {
	width: 500px;
	height: 50px;
	margin: 10px auto;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

input.google_search_txt {
	font-size: 14px;
	color: #666666;
	width: 400px;
	height: auto;
	border: 1px solid #cfcecf;
}


