@charset "utf-8";


/* コンテンツ
---------------------------------------------------- */
#cover{
  margin: auto 0;
  padding: 0;
  }
  
#cover h2{
  margin-top: 4px;
  padding: 0;
  }
  
.index_title {
  margin-top:14px;
  margin-left: 25px;
  margin-bottom:0;
  padding: 0;
  }

/* 商品カテゴリー
---------------------------------------------------- */
#item {
    width: 595px;
	height:145px;
	background: url(../images/gnavi.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}
  
#item ul {
    margin:0;
	padding:0;
	}
  
#item li {
	display:inline;
	list-style-type:none;
	padding:0;
	margin:0;
	}
  
#item li a {
	height:145px;
	display:inline;
	text-decoration:none;
	overflow:hidden;
	padding-left:3px;
	margin:0;	
	}

/* 商品カテゴリーナビ
---------------------------------------------------- */
#ind_prod li.air01 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat 0px 0px;
	width:107px;
  }
  
#ind_prod li.air02 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -107px 0px;
	width:107px;
  }
  
#ind_prod li.air03 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -214px 0px;
	width:107px;
  }
  
#ind_prod li.air04 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -321px 0px;
	width:107px;
  }
  
#ind_prod li.air05 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -428px 0px;
	width:107px;
  }
  
#ind_prod li.air06 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -535px 0px;
	width:107px;
  }
  
#ind_prod li.air07 a {
	background:#fff url(../../images/item_cate.jpg) no-repeat -642px 0px;
	width:106px;
  }
 
/* 商品カテゴリーナビhover
---------------------------------------------------- */
#ind_prod li.air01 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat 0px 0px;
	width:107px;
  }
  
#ind_prod li.air02 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -107px 0px;
	width:107px;
  }
  
#ind_prod li.air03 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -214px 0px;
	width:107px;
  }
  
#ind_prod li.air04 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -321px 0px;
	width:107px;
  }
  
#ind_prod li.air05 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -428px 0px;
	width:107px;
  }
  
#ind_prod li.air06 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -535px 0px;
	width:107px;
  }

#ind_prod li.air07 a:hover {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -642px 0px;
	width:106px;
  }

/* 商品カテゴリーナビon
---------------------------------------------------- */
#ind_prod li.air01_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat 0px 0px;
	width:107px;
  }
  
#ind_prod li.air02_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -107px 0px;
	width:107px;
  }
  
#ind_prod li.air03_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -214px 0px;
	width:107px;
  }
  
#ind_prod li.air04_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -321px 0px;
	width:107px;
  }
  
#ind_prod li.air05_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -428px 0px;
	width:107px;
  }
  
#ind_prod li.air06_on a {
	background:#fff url(../../images/item_cate_on.jpg) no-repeat -535px 0px;
	width:107px;
  } 
  
#ind_prod li.air07_on a {
	background:#fff url(.../../images/item_cate_on.jpg) no-repeat -642px 0px;
	width:106px;
  }

  
 /* トップページニュース
---------------------------------------------------- */ 
#index_news li{
  width: 732px;
  margin:8px; 
  padding: 0;
  border-bottom: 1px dotted #ccc;
  }