/* タブボックス */
#tab_box {
	width:764px;
	background-image: url(../img/search/box_mid_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}

/* タブ */
ul#tab li {
	float: left;
	height: 60px;
	background-image: url(../img/search/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
ul#tab li a {
	text-indent: -999px;
	height: 60px;
	overflow: hidden;
	display: block;
}
ul#tab li a.tab01 {
	background-image: url(../img/search/menu01.gif);
	width: 248px;
	padding-right: 10px;
	background-repeat: no-repeat;
}
ul#tab li a.tab02 {
	background-image: url(../img/search/menu02.gif);
	width: 247px;
	background-repeat: no-repeat;
	padding-right: 9px;
}
ul#tab li a.tab03 {
	background-image: url(../img/search/menu03.gif);
	width: 247px;
}

/* オーバー＆セレクト */
ul#tab li a:hover {
	background-position: 0 -60px;
}

ul#tab li.selected a {
	background-position: 0 -60px;
	}

/* ボックス */
#box01,
#box02,
#box03 {
	clear: both;
	background-image: url(../img/search/box_hdr_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#box01 .inner,
#box02 .inner,
#box03 .inner {
	background-image: url(../img/search/box_ftr_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 34px;
}
#box01 p,
#box02 p,
#box03 p {
	line-height: 2;
}

#box01 a,
#box02 a,
#box03 a {
	line-height: 2;
}

