@charset "Shift_JIS";

/* 初期設定 */
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background:#fff;
  font-size: 13px;
}

#container {
  z-index: 1;
  margin: 0 auto;
  text-align: left;
  width: 948px;
  border:solid 1px #999;
  border-right:solid 1px #999;
  font-size: 65%;
}

ul , li ,h1 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1.5;
  margin:0;
  padding:0;
}

/* トップ画像設定 */

.shopname {
  color:#06c;
  font-size:18px;
  padding:30px 0px 0px 45px;
  font-weight:bold;
  text-align:left;
  letter-spacing:2px;
  font-family: "Avian", "verdana", "helvetica", "osaka", "ＭＳ Ｐゴシック";
}

.description{
  color:#000;
  width:440px;
  font-size:12px;
  padding:0px 0px 0px 30px;
  text-align:left;
  letter-spacing:2px;
}

#head_pic {
  clear: both;
  background:url(images/top.jpg) no-repeat;
  background-position: top center;
  height: 200px;
}


/* トップメニュー設定 */
#topmenu {
  width: 948px;
  background:#0269B8;
}

#topmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#topmenu li {
  float: left;
}

#topmenu li a:link {
  display: block;
  width: 82px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  border:1px solid #999;
  font-size:13px;
  background:#0269B8;
}

#topmenu li a:visited {
  display: block;
  width: 82px;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight:bold;
  text-decoration: none;
  border:1px solid #999;
  font-size:13px;
  background:#0269B8;
}

#topmenu li a:hover {
  display: block;
  width: 82px;
  padding: 5px;
  text-align: center;
  color: #0269B8;
  font-weight:bold;
  text-decoration: none;
  border:1px solid #999;
  font-size:13px;
  background:#fff;
}


.wrap {
  width: 948px;
  float: left;
  display: inline;
  margin: 0;
  background:#eee;
}

.main {
  width: 748px;
  float: right;
  margin:0;
  display: inline;
  padding:10px 0px 0px 0px;
  background:#fff;
}

.side {
  width: 200px;
  float: left;
  display: inline;
  margin:0;
  padding:10px 0px 0px 0px;
}

#contents {
  clear: both;
  width: 948px;
  margin-right: auto;
  margin-left: auto;
}

#contents p {
  color:#333;
  font-size:13px;
  line-height:150%;
  padding: 5px;
}

.main .subtitle {
  background:#fff;
  font-size:18px;
  font-weight:bold;
  text-align:center;
  letter-spacing:2px;
  background:#ffff80;
}

#footer {
  clear: both;
  width: 948px;
  color: #373535;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  background:#fff;
}

#footer .copyright {
  font-size: 12px;
  padding-top: 5px;
  border-top:1px dashed #999;
}

/* サイドメニュー設定 */
#sidemenu {
  color:#333;
  font-size:13px;
}

.side_category {
  font-weight:bold;
  font-size:20px;
  margin:5px 0px 5px 10px;
}

#sidemenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin:0px 0px 0px 25px;
}


/* 商品詳細設定 */
.itemname {
  color:#333;
  font-size:13px;
  text-align: center;
  font-weight:bold;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
}

.itemdescription {
  color:#333;
  font-size:13px;
  margin:5px 20px 5px 20px;
}

/* BlogRss */
#blogrss {
  color:#333;
  font-size:13px;
}

#blogrss ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin:5px 0px 5px 50px;
}

input.button {
background-color:#EDEDED;
border-bottom:3px double #666;
border-left:3px double #ccc;
border-right:3px double #666;
border-top:3px double #ccc;
color:#333;
font-size:12px;
height:26px;
margin:2px 3px 2px 0;
padding:2px 2px 3px 3px;
vertical-align:middle;
cursor: pointer;
}
