@charset "utf-8";
/* CSS Document */


/* ==========================================================================
  総合トップページでのみ使用 ========================================================================== */


header, nav, section, footer {
    display:block;
    margin:0;
    padding:0;
}


/* スライダー、新商品 */
#new{
	width:900px;
	height:auto;
}



/* メインコンテンツ */

#main{ 
	width:700px;
	height:auto;
    float:right;
	}
	
#main-office{ 
	width:700px;
	height:auto;
    float:center;
	}

#mainimage{
	width:900px;
	padding-top:15px;
	}


/* 商品カテゴリ */

#nb_category{
	width:180px;
	height:auto;
	left:0px;/*左端に設定*/
	float:left;
	margin-right:0px;
	}

#nb_category ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }

#nb_category li {
 margin: 0;
 padding: 0;
 border-bottom: 1px dotted #492107;
 text-align:left;
 }

#nb_category a {
 background: url(../images/img01.jpg) no-repeat;/*通常時の背景画像*/
 padding:8px 0px 8px 5px;
 display: block;
 width: 180px ;
 color: #111111;
 text-decoration: none;
 }

#nb_category a:hover {
 background: url(../images/img02.jpg) no-repeat;/*カーソルオーバー時の背景画像*/
color: #FFFFFF;
 width: 180px ; 
 }
 
#nb_category img{
	margin:0;
	}











/* info-bana */
#info_bana{
	width:190px;
	height:auto;
	left:0px;/*左端に設定*/
	float:left;
	margin-right:0px;
	}
	
#info_bana a {
 padding:0px 0px 0px 0px;
 }
 
#info_bana img{
	margin:0;
	}



/* 新商品案内 */
#new_items{
	background:url(../images/top_newitems900.jpg) no-repeat center top;
	width:900px; /*元350*/
	height:227px;
	padding:20px 5px 0px 5px;
	}


/* 新商品プレス発表 */
#newitem_release{
	height:30px;
	padding-top:5px;
	}


/* 楽天ランキングその他アピールボタン 

#btn1 li{
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: -20px;
	}

*/








/* バナーエリア */
#banner{
	clear:both !important;
    text-align:left;
	width:900px;
	height:140px;
	}

#banner li{
	list-style:none;
	float:left;
	margin:20px 10px auto 0;
	}

/* フッター */
#foot{
	clear:both !important;
    text-align:center;
	}
