@charset "UTF-8";
/* リスト全体 */
#header {
	background-image: url(../img/header_bg.jpg);
	height: 113px;
	width: 860px;
}
#navi {
	width: 860px;
	height: 30px;
	background-image: url(../img/header_bg2.jpg);
	text-align: center;
}
#kensaku {
	float: right;
	padding-right: 30px;
	padding-top: 10px;
}

