body {
  font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
  text-align: center;
}

p,h1,h2,h3 {
  margin:23px;
}

h1 {
  margin-top:0;
  padding-top:25px;
  font-size: 36px;
}

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;
}

 /* ↓フォントのスタイル↓ */

.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: 760px;
  border: 1px solid #CCCCCC;
  margin-top:8px;
}

 /* ↓ヘッダーのスタイル↓ */

#catch1 {
  font-size: 14px;
}

#footer-menu {
  background-color: #FFFF7E;
  padding: 2px;
  font-size:12px;
}

#delivery-text {
  margin-right:10px;
}


 /* ↓商品紹介部分のスタイル↓ */
      
#contents-box {
  border-bottom: 1px dotted #FFCC33;
  padding-top:5px;
  margin-bottom: 20px;
}

#catch3 {
  font-size: 15px;
  line-height:1.5em;
  margin-top: 20px;
}

.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 {
  margin-left: 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;
}

#head-menu {
  background-color: #FFFF7E;
  padding: 2px;
}

#header-box {
  width:760px;
  height:140px;
  background-image:url("/images/bizheader4.jpg");
}

.headertext-1{
  font-weight: bold;
  color:#FFFFFF;
  text-align: center;
  padding:40px 0 0 0;
}
.headertext-2{
  font-weight: bold;
  color:#FFFFFF;
  text-align: right;
  padding:27px 0 0 50px;
}

.text-color-1 {
  color:#00B1FF;
}

.text-color-2 {
  color:#00B1FF;
}

.text-color-3 {
  color:#333333;
}

div#left .title{ background: #cdc300; }
div#left .menu{
	border: 1px solid #cdc300;
}
div#left .title p{ color: #fff; }

div#right h2 {
	clear: both;
	margin: 10px 0 10px 0;
	padding-left: 7px;
	background: #eee;/*背景色*/
	border-left: 5px solid #cdc300;/*左枠線の色*/
	background: url(../images/h2back-yellow1.gif) repeat-x;/*背景画像*/
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #333;/*文字色*/
}
div#left{
	overflow: hidden;
	float: left;
	width: 220px;
	text-align: left;
}


div#left .menu{
	margin: 10px 0 10px 10px;
	width: 198px;
}

div#left .title p{
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
}

div#left ul{
	margin: 5px 15px 5px 15px;
}

div#left li{
	list-style-type: none;
	list-style-position: outside;
	margin: 15px 0;
	font-size: 11pt;
	font-weight: bold;
	line-height: 14pt;
}

div#left p{
	margin: 15px;
}

div#right{
	overflow: hidden;
	float: right;
	padding: 0 10px 0 10px;
	text-align: left;
	width: 520px;
	_width: 538px;/*IE対策*/
}


div#right .contents{
	clear: both;
	margin: 20px 20px 40px 20px;
}


/*コンテンツ（インデント：10px）*/
div#right .contents2{
	clear: both;
	margin: 20px 30px 50px 30px;
}


div#right hr{
	clear: both;
	margin: 10px 0 10px 0;
	color: #ccc;
}


div#right ul,
div#right ol{
	margin: 0 0 20px 20px;
	list-style-type: disc;
	list-style-position: outside;
}
div#right li{
	line-height: 1.8em;
}


div#right ul.topics{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #aaa;
	list-style-type: none;
	list-style-position: outside;
}

div#contents-box .contents{
	clear: both;
	margin: 10px 20px 30px 20px;

}

.number{
  font-family:Arial, Helvetica, sans-serif;
}

div#contents-box p{ margin: 0; }

.width-half{
	width:50%;
}
