a image {
 border-style: none;
}


h1.normsize, h2.normsize {
font-size: 80%;
font-weight: bold;
line-height:1em;
margin: 0;
}

h3.normsize, h4.normsize, h5.normsize, h6.normsize {
font-size: 70%;
font-weight: bold;
line-height:1em;
margin: 0;
}

h1.minisize {
font-size: 60%;
font-weight: bold;
line-height:1em;
margin: 0;
}

h1.midsize {
font-size: 100%;
font-weight: bold;
line-height:1em;
margin: 10;
}

h2.midsize {
font-size: 80%;
font-weight: bold;
line-height:1em;
margin: 5;
}

h3.midsize {
font-size: 70%;
font-weight: normal;
line-height:1.8em;
margin: 5;
}

h1.topad {
font-size: 100%;
font-weight: bold;
line-height:1.3em;
margin: 10;
text-decoration: none;
}

h1.topad a {
text-decoration: none;
}

h1.topad a:hover {
color: red;      
font-weight: bold; /* 太字 */
text-decoration: none; /* 下線 */
}

body {
	font-size: medium;
	margin: 0px;
}

#intro {
	height: 3px;
	width: 1000px;
	border: none;
        background-color: #f5f5f5;
	text-align: right;
      vertical-align: sub;
	margin-right: auto;　/* 中央寄せタグ */
	margin-left: auto;　/* 中央寄せタグ */
}

#banner {
	height: auto;
	width: 1000px;
	border: none;
        background-color: #000000;
	margin-right: auto;　/* 中央寄せタグ */
	margin-left: auto;　/* 中央寄せタグ */
}
#mainbox {
	height: auto;
	width: 1000px;
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#leftbox {
	font-size: small;
	height: auto;
	width: 166px;
	border: none;
	background-color: #000000;
	text-align: left;
	float: left;
}
#centerbox {
	font-size: small;
	width: 668px;
	border: none;
    background-color: #f5f5f5;
	float: left;
	text-align: left;
}
#rightbox {
	font-size: small;
	text-align: center;
	border: none;
	width: 166px;
	height: 1900px;
	background-color: #000000;
	float: left;
}
#footer {
	height: auto;
	width: 1000px;
	border: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

   /* ▼top pageの下の情報テーブルの高さ */
div.infotable {
           height: 1000px;
}


   /* ▼タブ領域全体の装飾 */
   ul.menulist {
      margin-top:  5px;
      margin-bottom:  0px;
      margin-left: 0px;
      padding: 0px;
      width: 166px; /* タブ領域全体の横幅 */
	  line-height: 60px;
   }
   /* ▼各タブ共通の装飾 */
   ul.menulist li {
      margin:  2px;
      padding-left: 12px;
      list-style-type: none;
      line-height: 100%;
      width: ; /* タブ1つの横幅(※A) */
      background-image: url("http://www.dragonvstiger.com/mmashop/p_image/point.gif"); /* 左中央の三角画像 */
	  background-repeat: no-repeat;
      background-position: left center;
   }

   /* ▼Menulistのリンク装飾 */
   ul.menulist li a {
      color: lime;        /* ライム色 */
      font-weight: bold; /* 太字 */
	 text-decoration: none; /* 下線を消す */
   }

   /* ▼マウスが載った際の変化用装飾 */
   ul.menulist li a:hover {
      color: orangered;        /* オレンジ色 */
      font-weight: bold; /* 太字 */
      text-decoration: none; /* 下線 */
   }



   /* ▼Main内の新着リストのタブ領域全体の装飾 */
   ul.newarrival {
      margin-top:  2px;
	  margin-bottom:  0px;
      padding: 0px;
	  list-style-type: square;
      font-weight: bold;
      font-size: 80%;
      width: 400px; /* タブ領域全体の横幅 */
	  line-height: 10px;

	  
   }
   /* ▼新着リスト各タブ共通の装飾 */
   ul.newarrival li {
      margin:  2px;
      padding-left: 0px;
	  line-height: 100%;
	  color: green;
	  background-color:#FFFFFF;
  
      width: 600px; /* タブ1つの横幅(※A) */
   }
   
   /* ▼新着リストのリンク装飾 */
   ul.newarrival li a {
      color: green;        /* グリーン色 */
      font-weight: bold; /* 太字 */
	 text-decoration: none; /* 下線を消す */
   }

   /* ▼新着リストマウスが載った際の変化用装飾 */
   ul.newarrival li a:hover {
      color: orangered;        /* オレンジ色 */
      font-weight: bold; /* 太字 */
      text-decoration: none; /* 下線 */
   }




      /* ▼Main内の入荷予定リストのタブ領域全体の装飾 */
   ul.coming {
      margin-top:  2px;
	  margin-bottom:  0px;
      padding: 0px;
	  list-style-type: square;
      font-weight: bold;
      font-size: 80%;
      width: 600px; /* タブ領域全体の横幅 */
	  line-height: 10px;

	  
   }
   /* ▼入荷予定リスト各タブ共通の装飾 */
   ul.coming li {
      margin:  2px;
      padding-left: 0px;
	  line-height: 100%;
	  color:#0033FF;
	  background-color:#FFFFFF;

      width: 600px; /* タブ1つの横幅(※A) */
   }

