@charset "utf-8";


/*=Contents==================================================*/

/*==Product List==*/
#main {
  width: 719px;
  margin-top: 56px;
  padding: 22px 15px 15px 15px;
  line-height: 1.3;
  background: #474747 url(../images/01_top_main_bgimg.gif) top center repeat-y;
}
#catch01 {
  position: absolute;
  top: 195px;
  color: #ccc;
  width: 659px;
  height: 31px;
  padding-top: 25px;
  padding-left: 90px;
  background: url(../images/01_top_products.gif) top left no-repeat;
}
#topFlash {
  width: 749px; height: 191px;
  padding-top: 4px;
  text-align: center;
  background: #252525 url(../images/01_top_flash_bgimg.gif) top left repeat-y;
}

#main h3 {
  padding: 7px 14px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #404040 url(../images/00_icon_kugiri.gif) top left repeat-x;
}
#main h3 a, #main h3 a:link, #main h3 a:visited {
  color: #fff;
  text-decoration: none;
}
#main h3 a:active, #main h3 a:hover {
  color: #ccc;
  text-decoration: underline;
}
.topInfo {
  margin-bottom: 25px;
  width: 709px;
  padding: 20px 5px;
  overflow: hidden;
  background: url(../images/00_icon_kugiri.gif) top left repeat-x;
}
   /*==overflow is for box height fixed==*/


.topInfo img {
  float: left;
  padding: 5px 5px 5px 20px;
}

.topInfo ul {
  float: left;
  padding-right: 5px;
  padding-left: 20px;
}
.topInfo ul li a, .topInfo ul li a:link {
  color: #ddd;
  text-decoration: none;
}
.topInfo ul li a:active, .topInfo ul li a:hover {
  color: #ffc000;
  text-decoration: underline;
}
.topInfo ul li a:visited {
  color: #ccc;
  text-decoration: none;
}
.topInfo ul li a {
  padding-left: 10px;
  padding-right: 5px;
  background: url(../images/00_icon_yaji_gray.gif) top left no-repeat;
}
.topInfo li a:hover {
  background: url(../images/00_icon_yaji_orange.gif) top left no-repeat;
}
li.newPdt a {
  padding-left: 37px !important;
  background: url(../images/00_icon_yaji_new_gray.gif) top left no-repeat !important;
}
li.newPdt a:hover {
  background: url(../images/00_icon_yaji_new_orange.gif) top left no-repeat !important;
}
p.moreInfo {
  clear: both;
  padding-right: 20px;
  text-align: right;
}
p.moreInfo a {
  padding-left: 15px;
  background: url(../images/00_icon_yaji_gray01.gif) top left no-repeat;
  color: #ccc;
}


/*===TopNews===*/
#topNews {
  margin-bottom: 30px;
  padding: 15px;
  background: url(../images/01_top_news_bgimg.gif) top right no-repeat;
  color: #fff;
}
h2#catch02 {
  height: 30px;
  padding-top: 20px;
  padding-left: 90px;
  font-size: 14px;
  color: #fff;
  background: url(../images/01_top_news.gif) top left no-repeat;
}
#topNews dl {
  width: 697px; height: 130px;
  padding: 10px;
  overflow: auto;
}
#topNews dt {
  float: left;
  clear: left;
  width: 7.5em;
}
#topNews dd {
  margin: 0 0 10px 7.5em;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  _text-indent: -3px;
}
dd.newPdt a {
  padding-left: 30px !important;
  background: url(../images/00_icon_new.gif) center left no-repeat !important;
}

#topNews a, #topNews a:link, #topNews a:visited {
  color: #ff9000;
  text-decoration: none;
}
#topNews a:active, #topNews a:hover {
  color: #ffc000;
  text-decoration: underline;
}

/* ImageMainLinks */
ul#naviP {
  margin-bottom: 30px;
}
ul#naviP li.h40 {
  height: 40px;
  border-bottom: 1px solid #252525;
  background: #252525;
  >font-size: 1px;  /* IE bagFix */
  >line-height: 1px;  /* IE bagFix */
}

ul#naviP li ul li a, ul#naviP li ul li a:link, ul#naviP li ul li a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
ul#naviP li ul li a:active, ul#naviP li ul li a:hover {
  color: #aaa !important;
}



/*===clearfix===*/
.topInfo:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.clr {
  margin: 0; padding: 0;
  height: 0;
  clear: both;
  line-height: 0;
  font-size: 0.1em;
}

