/* 初期設定 */
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

body {
  background-color: #ffffff;
  font-size: 75%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.5;
  /*\*/
  letter-spacing: 0.1em;
  /**/
}

h1 {
  font-size: 150%;
  color: #dc153c;
  line-height: 1.0;
  margin: 0px 0px 8px 0px;
  margin: 0px 5px 5px 10px;
  border-bottom: 1px solid #dc153c;
  border-left: 5px solid #dc153c;
  padding: 5px;
}

h2 {
  font-size: 117%;
  color: #0000cd;
  border-bottom: 1px solid #4169e1;
}

h3 {
  font-size: 100%;
  color: #ffffff;
  font-weight: normal;
  background: #0000ff;
}

h4 {
  font-size: 100%;
  color: #ff0000;
  background: #ffccff;
}

p {
  text-indent: 1em;
  margin: 10px 20px 10px 15px;
}

img {
  border: 0px;
}

/* 段組設定 */
#baseseize {
  width: 780px;
}

#header {
  width: 765px;
  height: 30px;
  margin: 0px;
}

#container {
  float: left;
  width: 765px !important;
  width: 780px ;
}

#maincontents {
  float: right;
  width: 630px !important;
  width: 645px ;
  margin: 0px;
}

#menublock {
  float: left;
  width: 135px;
  margin: 0px;
}

#footer {
  width: 765px;
  clear: both;
  text-align: center;
  background-color: #ccccff;
  background-image: url(../img/footer_l.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 15px;
}

/* サブメニュー設定 */
#saidmenu {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  border-top: 1px solid #000099;
  width: 135px;
}

#saidmenu a:link {
  display: block;
  padding: 4px;
  background-color: #ccccff;
  color: #000099;
  text-align: center;
  text-decoration: none;
}

#saidmenu a:visited {
  display: block;
  padding: 4px;
  background-color: #ccccff;
  color: #000099;
  text-align: center;
  text-decoration: none;
}

#saidmenu a:hover {
  display: block;
  padding: 4px;
  background-color: #99ffff;
  color: #ff0000;
  text-align: center;
  text-decoration: none;
}

#saidmenu a:active {
  display: block;
  padding: 4px;
  background-color: #33ffff;
  color: #ff0000;
  text-align: center;
  text-decoration: none;
}

#saidmenu li {
  border-right: 1px solid #000099;
  border-bottom: 1px solid #000099;
  border-left: 1px solid #000099;
  /*\*/
  letter-spacing: 0;
  /**/
}

.leftmenu {
  color: #ffffff;
  background-color: #0000ff;
  padding: 4px;
}

#leftblock {
  display: block;
  margin: 10px 0px 0px 2px;
  padding: 0px;
}

/* left ブロック設定 */

#colum {
  display: block;
  background-color: #d8ffd1;
  margin: 10px 0px 10px 10px; 
  border: 1px solid #006600;
  /*\*/
  letter-spacing: 0;
  /**/
}

#colum p {
  text-indent: 1em;
  margin: 5px;
}

/* center ブロック設定 */

.center {
  display: block;
  width: 590px !important;
  width: 585px ;
  text-align: left;
  margin: 10px 10px 10px 10px !important;
  margin: 5px 10px 10px 10px;
  padding: 10px;
}

.center ul {
  list-style-type: none;
  list-style-image: url(../img/list_marker_r.gif);
}

/* 商品ブロック設定テスト */

.itemsetsumei {
  background-color: #d8ffd1;
  float: right;
  width: 200px;
  margin: 5px 5px 0px 5px;
  padding-top: 5px;
  text-align: center;
  list-style-type: none;
  border: 1px solid blue;
}

.itemsetsumei h2 {
  font-size: 100%;
  color: #0000ff;
}

.indentzero {
  text-indent: 0em;
  margin: 5px 10px 10px 15px;
}

.syohin {
  background-color: #d8ffd1;
  float: left;
  width: 105px;
  margin: 5px 5px 0px 5px !important;
  margin: 5px 3px 0px 3px;
  padding-top: 5px;
  text-align: center;
  list-style-type: none;
  border: 1px solid blue;
}

.syohin img {
  margin: 3px 0px 3px 0px;
  border: 0px;
}

.syohin p {
  text-indent: 1em;
  margin: 4px 0px 4px 0px;
}

/* footerサブブロック設定 */

.copyright {
  font-size: 90%;
  text-align: right;
  line-height: 1;
  letter-spacing: 0;
}

/* リンク設定 */

a         { text-decoration: none; }
a:link    { color: #0000cc; }
a:visited { color: #3333ff; }
a:hover   { color: #cc0033; text-decoration: underline; }
a:active  { color: #ff0000; }
