@charset "utf-8";


/*
トップページ用CSS
==========================================================

	1: メインイメージ
	2: バナー
	3: 新着情報

==========================================================
*/

/*-----------------------------------------------
1: メイン
-----------------------------------------------*/
#index_main { margin-top:3px; width:1000px; height:365px;}
#index_copy { margin-top:12px; padding:0 6px;}
#index_copy li { margin-bottom:5px;}

/*-----------------------------------------------
2: バナー
-----------------------------------------------*/
#banner { float:left; width:306px;}
#banner li { margin-bottom:8px;}
#banner li#on1 { background:url(../img/banner/banner01_on.jpg) no-repeat;}
#banner li#on2 { background:url(../img/banner/banner02_on.jpg) no-repeat;}
#recommended { background:url(../img/index/line_recommended.gif) left bottom no-repeat; padding:6px 0; margin-bottom:16px;}

/*-----------------------------------------------
3: 新着情報
-----------------------------------------------*/
#whatsnew { float:left; width:1000px;}
#whatsnew li { padding:0 10px 6px; margin-bottom:6px; border-bottom:1px #f5f5f5 solid;}
#index_right{ background:url(../img/base/line_hr.gif) left bottom no-repeat; padding:6px 0; margin-bottom:16px;}
