/*---------------------------------------*/
/* WELCOME エリア */
/*---------------------------------------*/

div.greeting-box{
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}
div.greeting-box h2{
	margin-bottom: 5px;
}

/*---------------------------------------*/
/* 新着エリア */
/*---------------------------------------*/

div.new-box{
	background-image: url(../images/new-box_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	margin-top: 12px;
}
div.new-box h3{
	margin-bottom: 5px;
}

/*---------------------------------------*/
/* レイアウト用 */
/*---------------------------------------*/

#wrapper-top{
	width: 497px;
	margin-top: 12px;
}
/*---------------------------------------*/
/* 検索 */
/*---------------------------------------*/
div.search-box{
	width: 339px;
	background-image: url(../images/search-box_bg.gif);
	background-repeat: repeat-y;
	float: left;
}

div.search-box table{
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------*/
/* 右下ボタン用 */
/*---------------------------------------*/
p.btn_sidebar{
	margin-top: 6px;
	padding-bottom: 2px;
}
