/* 共通
*************************************************************************/
/* タイトル（imgは各CSSで指定） */
#main h3 {
	height: 66px;
	text-indent: -9999px;
}
/* ボックス */
#main #wrap {
	padding-left: 25px;
	padding-top: 14px;
	background: url(../img/point/bg.jpg);
	float: left;
	width: 762px;
	padding-right: 26px;
}
/* 見出し（imgは各CSSで指定） */
#main #wrap h4 {
	height: 14px;
	text-indent: -9999px;
	padding-bottom: 15px;
	clear: left;
}
/* 閉じ背景 */
#main #wrap_close {
	float: left;
	width: 813px;
	background: url(../img/point/bg_bottom.jpg);
	height: 22px;
}
/* 灰色囲みボックス
*************************************************************************/
#main #wrap #gray_box {
	background: url(../img/search/search_bg_top.jpg) no-repeat left top;
	padding: 20px;
}
#main  #wrap  #gray_box_close {
	background: url(../img/search/search_bg_bottom.jpg) no-repeat left top;
	height: 3px;
	font-size: 0px;
	line-height: 0px;
	padding-bottom: 15px;
}
