@charset "utf-8";
/* CSS Document */
#homepage_panel {
	width: 575px;
	margin-top: 10px;
}
#homepage_panel_top {
	width: 575px;
	height: 15px;
	background: url(/images/homepage_panel_top.png) no-repeat;
}
#homepage_panel_content {
	width: 575px;
	background: url(/images/homepage_panel_middle.png) repeat-y;
}
#homepage_panel_left {
	width: 265px;
	float: left;
	padding: 0 10px;
}
#homepage_panel_right {
	width: 265px;
	float: right;
	padding: 0 10px;
}
#homepage_panel_right p {
	margin-top: 10px;
}
.homepage_title {
	text-align: center;
}
#voucher_image {
	text-align: center;
}
#search_box_wrapper {
	margin: 5px 0 8px 3px;
	width: 260px;
	background: url(/images/homepage-search-bg.png) no-repeat;
}
#search_box {
	width: 240px;
	margin-bottom: 10px;
}
#search_box input {
	width: 160px;
}
#homepage_panel_bottom {
	width: 575px;
	height: 14px;
	background: url(/images/homepage_panel_bottom.png) no-repeat;
}
#partner_button {
	margin-top: 8px;
	text-align: center;
}