 /*-----------------------------
 Byit365 Style Sheet ShopDetail
 
 1: Header
 2: Navigation 
 3: Sub
 4: Main
 5: BBS
 -------------------------------
 Last modify : 2007/02/26
 Author : mukai
 -------------------------------*/

/* =1: Header--------------------*/

#header {
  height: 63px;
  background: url(/images/user/200802/header_bg.gif) repeat-x scroll;
}
#header .logo {
  float: left;
  height: 64px;
  margin: 0;
  padding: 0;
  border:none;
}
.shopLogo {
  height: 40px;
  margin: 8px 15px;
  border: 1px solid #ccc;
  float: left;
}
.shopName {
  float: left;
  width: 650px;
  margin-top: 5px;
}
.shopName h1 {
  margin-top: 15px; 
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
#header ul {
  height: 63px;
}
#header li {
  height: 63px;
}
#footer {
  position: relative;
  top: -30px;
  background: #fff;
}
/* =2: Navigation-----------------*/

#navi {
  position: relative;
  top: -24px;
  width: 970px;
  height: 35px;
  margin: 0 auto; 
}  
#navi ul {
  margin: 0px;
  padding: 0px;
}
#navi li {
  display: inline;
  float: right;
  width: 130px;
  height: 24px;
  margin: 0;
  text-align: right;
  vertical-align: bottom;
  list-style: none;
}
#navi li.navi4 {
    width: 152px;
}
#navi li a {
  display: block;
  width: 130px;
  height: 24px;
  text-decoration: none;
}
#navi li span,
a span{
  display: none;
}
#navi li.navi1 {
  background: url(/images/user/200802/navi01_a.gif) top left no-repeat;
}
#navi li.navi2 {
  background: url(/images/user/200802/navi02_a.gif) top left no-repeat;
}
#navi li.navi3 {
  background: url(/images/user/200802/navi03_a.gif) top left no-repeat;
}
#navi li.navi5 {
  background: url(/images/user/200802/navi05_a.gif) top left no-repeat;
}
#navi li.navi1 a {
  background: url(/images/user/200802/navi01.gif) top left no-repeat;
}
#navi li.navi2 a {
  background: url(/images/user/200802/navi02.gif) top left no-repeat;
}
#navi li.navi3 a {
  background: url(/images/user/200802/navi03.gif) top left no-repeat;
}
#navi li.navi5 a {
  background: url(/images/user/200802/navi05.gif) top left no-repeat;
}
#navi li a:hover {
  background-position: 0px -24px;
}

/* =3: Sub------------------------*/

#sub {
  top: -35px;
  float: right;
  height:555px;
  padding: 0;
}

/* =new list------*/
#newsIconScroll {
  width: 150px;
  height: 550px;
  overflow: hidden;
  margin: 0 auto;
}  
#marqueedivcontrol1{
  height: 515px;
  border: 0;
  border-left:  1px solid #ccc;
  border-right:  1px solid #ccc;
}
#marqueedivcontrol1 td {
  border-right: none;
  border-bottom:  5px solid #e6e6e6;
  white-space: normal;
}


/* =4: Main-----------------------*/

#main {
  float: left;
  margin: 0;
  top: -35px;
  border:  1px solid #ccc;
  border-top:  5px solid #ff6600;
}
#main iframe {
  margin: 10px auto;
}
/*見出し------*/

/*ボタン------*/
a.btn {
  display: block;
  float: right;
  margin: 0;
  width: 160px;
  height: 32px;
  background: url(/images/user/200802/btn_write.gif) no-repeat;
  background-position: 0px 0px;
  }
a.btn:hover {
  background-position: 0px -32px;
  }
a.btn {
  display: block;
  float: right;
  margin: 0;
  width: 160px;
  height: 32px;
  background: url(/images/user/200802/btn_write.gif) no-repeat;
  background-position: 0px 0px;
  }
a.btn:hover {
  background-position: 0px -32px;
  }
/*タグ------*/
  #tag {
    position: relative;
    top: -15px;
    clear: both;
    width: 970px;
    margin: 0 auto 15px;
    text-align: center;
  }
  #tag a {
    color: #ff6600;
    text-decoration: none;
  }
  #tag a:hover {
       color: #ff0000;
       text-decoration: underline;
   }


/* =5: BBS-----------------------*/

/* bbs */

.comment {
  margin: 0;
  xmargin-bottom: 15px;
  text-align: left;
}
.comment .title {
  width: 750px;
  margin-top: 10px;
  padding: 5px;
  color: #ff6600;
  font-weight: bold;
  background: #f2f2f2;
}
#reply .comment .title {
  margin-top: 10px;
  background: #f2f2f2;
}
.comment .comTxt {
  margin: 5px 0;
  padding: 0 5px;
}
.comment ul {
  margin: 0;
  display: inline;
  text-align: center;
}
.comment li {
  display: inline;
  margin: 0;
  margin-left: 1em;
}
.comment li {
  padding-right: 1em; 
  border-right: 1px solid #999;
}
.comment li  a {
  color: #ff6600;
}
.comment li  a:hover {
  color: #ff0000;
}
.comment li.date {
  margin-left: 5px;
  color: #666;
}
#commentList hr,
#reply hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #999;
}
#commentList div#write,
#commentList div#login {
 width: 100%;
 margin: 10px auto; 
 text-align: left;
}
