/* CSS Document */

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

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

h1 {
	font-size: 24px;
	height: auto;
	width: 250px;
	color: #CCCCCC;
	border: 2px dashed #666666;
	padding: 10px;
	margin: 15px auto 0px;
}

h2 {
  font-size: 20px;
  line-height:30px;
}

.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: 180px;
	float: left;
	height: auto;
	color: #FF3366;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 50px;
	background: #333333;
}

 /* ↓フォントのスタイル↓ */

.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 {
	width: 940px;
	border: 1px solid #CCCCCC;
}
#banner-box {
	width: 760px;
	height: 150px;
	margin: 0px;
	padding: 50px 0px 30px;
}
.banner1 {
	float: left;
	height: auto;
	width: 340px;
	margin: 0px;
	padding: 0px 0px 30px 20px;
}

.banner2 {
	margin: 0px 0px 30px;
	float: right;
	height: auto;
	width: 340px;
	padding: 0px 20px 30px 0px;
}
 /* ↓ヘッダーのスタイル↓ */

#catch1 {
	font-size: 14px;
	color: #FF0000;
	height: 50px;
	width: 400px;
	margin: 15px auto 0px;
}

#footer-menu {
	background-color: #FFFF7E;
	padding: 2px;
	font-size:12px;
	width: 935px;
}
#footer-menu2 {
	padding: 2px 0px;
	font-size:12px;
	width: 940px;
	background: #333333;
	color: #6666FF;
	height: auto;
	text-align: right;
	margin: 0px;
	float: left;
}
#delivery-text {
  margin-right:10px;
}


 /* ↓商品紹介部分のスタイル↓ */
#contents-box2 {
	border-bottom: 1px dotted #FFCC33;
	padding-top:5px;
	margin-bottom: 20px;
	width: 755px;
	height: auto;
	float: right;
}      
#contents-box {
	border-bottom: 1px dotted #FFCC33;
	padding-top:5px;
	width: 940px;
	height: auto;
	margin: 0px 0px 20px;
}

#catch3 {
	font-size: 15px;
	line-height:1.5em;
	margin-top: 20px;
	color: #6633FF;
}

.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 {
  background-color: #FEFF74;
  padding: 5px;
  margin: 50px 50px 0;
}

.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: 935px;
	margin-right: 5px;
}
        
#footer {
	font-size: 10px;
	background-color: #FFFF7E;
	padding: 1px;
}

.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: 940px;
}


#header-box {
	width:940px;
	height:180px;
	background: url(img/top.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}

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

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

.text-color-3 {
  color:#333333;
}
