/* CSS Document */

body {
	font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background: #160000;
}

p,h1,h2,h3 {
  margin:23px;
}

h1 {
	display: none;
	margin: 0;
	padding: 0px;
	clear: both;
}

h2 {
	font-size: 12px;
	float: right;
	margin-top: 55px;
	color: #FFFFFF;
	font-weight: normal;
}
#main-box {
	border-bottom: 3px dotted #33CCCC;
	width: 690px;
	height: auto;
	margin-left: 50px;
	margin-bottom: 30px;
} 
#main-box2 {
	width: 690px;
	height: 50px;
	margin: 0px 0px 50px 50px;
} 
#file-box {
	margin: 0px;
	padding: 0px;
	height: 370px;
	width: 790px;
	float: right;
}
#banner-box {
	width: 785px;
	height: 150px;
	margin: 0px;
	padding: 20px 0px 30px;
}
.banner1 {
	float: left;
	height: auto;
	width: 370px;
	margin: 0px;
	padding: 0px 0px 30px 20px;
}

.banner2 {
	margin: 0px 0px 30px;
	float: right;
	height: auto;
	width: 370px;
	padding: 0px 20px 30px 0px;
}

.clear-margin {
  margin:0;
}

img {
  border: none;
}

.block-center {
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.clear-both {
  clear:both;
  float:none;
  width:0px;
  height:0px;
  visibility:hidden;
  display:block;
  margin:0;
  padding:0;
}

* html .clear-both {
  clear:both;
  width:0px;
  height:0px;
  display:none;
  margin:0;
  padding:0;
}
 /* ↓メニューボックスのスタイル↓ */
#menu-box {
	width: 150px;
	float: left;
	height: auto;
	background: #5E3737;
	color: #FF3366;
	text-align: center;
	padding-bottom: 50px;
} 
.menu {
	height: 50px;
	width: 150px;
	background: url(../../www/shop/img/menu_1.jpg) no-repeat;
	font: normal 14px/50px "ＭＳ ゴシック", "Osaka−等幅";
	color: #CCCCCC;
	letter-spacing: 0.5px;
} 
 
 /* ↓フォントのスタイル↓ */

.bold {
  font-weight: bold;
}
        
.red {
  color: #FF0000;
}

.white {
  color:#FFFFFF;
}

.dilute-gray {
  color:#444444;
}

.font-14 {
  font-size: 14px;
}

.font-20 {
  font-size: 20px;
}

.inline-center {
  text-align: center;
}

.inline-left{
  text-align: left;
}

.inline-right{
  text-align: right;
}


 /* ↓リンクについてここから↓ */

a:link, a:active, a:visited {
  color: #0033cc;
  text-decoration: none;
}
          
a:hover {
  color: #CC0000;
  text-decoration: underline;
}


 /* ↓本体のスタイル↓ */

#body-box {
	margin: 8px auto 0px;
	padding: 0px;
	width: 940px;
	height: auto;
	clear: both;
	z-index: auto;
}

 /* ↓ヘッダーのスタイル↓ */

#catch1 {
	font-size: 11px;
	color: #666666;
	text-align: right;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin: 70px 5px 0px 0px;
	float: right;
}

#footer-menu {
	padding: 2px;
	font-size:12px;
	width: 938px;
	background: #340100;
	color: #FF6600;
}
#footer-menu2 {
	padding: 2px;
	font-size:12px;
	width: 760px;
	color: #FF6600;
	height: 35px;
	float: left;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
}

#delivery-text {
  margin-right:10px;
}


 /* ↓商品紹介部分のスタイル↓ */
#title1 {
	width: 690px;
	background: #FFFFFF url(../../www/shop/img/tokusen.jpg) no-repeat;
	height: 80px;
	margin: 0px 0px 0px 50px;
}      
#contents-box {
	border-bottom: 1px dotted #FFCC33;
	padding-top:5px;
	margin-bottom: 20px;
	width: 790px;
	float: right;
	background: #FFFFFF;
	height: auto;
}

#java-box {
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

#catch3 {
	font-size: 18px;
	line-height:1.5em;
	margin-top: 20px;
	color: #FF0000;
}

.price-box {
  width:100%;
  line-height:1.5em;
  margin:10px 0;
}

#catch7 {
  font-size: 20px;
  line-height:1.5em;
  margin: 40px 50px;
}

#bottom-name {
  margin:0;
  line-height:1.5em;
}

.line-title {
	padding: 5px;
	margin: 50px 50px 0;
	background: #160000;
	color: #FF6600;
	width: 670px;
}

.item-explain {
  margin: 20px 50px;
}
        
#item-cart {
  width: 520px;
  padding: 5px 20px 0;
  margin: 30px auto;
  background-color: #FCFAAE;
}

#item-cart img {
  margin:5px;
}

 /* ↓商品スペックのスタイル↓ */

#item-detail {
  border: 1px solid #F0E68C;
  width: 680px;
  margin: 10px auto;
}

#item-detail-in {
  padding: 5px 10px;
}

.spec {
  padding:0 10px;
}

 /* ↓フッターのスタイル↓ */

#to-top {
	width: auto;
	text-align: right;
	padding-right: 5px;
}
        
#footer {
	font-size: 10px;
	background-color: #FFFF7E;
	padding: 1px;
}
#footer-box {
	float: right;
	width: auto;
}

.copy {
  width:66%;
  line-height:1em;
  margin:3px;
}

.tpl {
  width:30%;
  line-height:1em;
  margin:3px 5px;
}

#footer-link {
	color: #cccccc;
	font-size: 10px;
	width: auto;
}


#header-box {
	width:940px;
	height:120px;
	background: #360302 url(../../www/shop/img/header_l.jpg) no-repeat;
}

.text-color-1 {
  color:#FFFFFF;
}

.text-color-2 {
  color:#FFFFFF;
}

.text-color-3 {
  color:#660000;
}
.style2 {
	font-size: 16px;
	color: #FF0066;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
.style3 {color: #6633FF}
.style5 {color: #6633FF; font-size: 18px; }
.style7 {font-size: 12px}
.style8 {color: #FF6600}
.style9 {color: #6633FF; font-size: 20px; font-weight: bold; }
