/* 基本レイアウト */

html { margin: 0; padding: 0; }
form, input { margin: 0; padding: 0; }
a img { border: 0; }

h1 {
  margin-top:0;
  padding-top:25px;
  font-size: 24px;
  color: #000;
  text-align:right;
}

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

body {
  width:100%;
  font-family: Verdana, "ＭＳ Ｐゴシック", Arial;
  font-size: 14px;
  line-height: 1.5em;
  color: #333333;
  padding: 0px;
  margin: 0px; 
  background: #ffe9ea;/*背景の色*/
  text-align: center;
}


#container
          {
           width:905px;
           margin:0 auto;
           margin-left:5px;
	   padding:0;
	   text-align:left;
	   background: #ffffff;
	   float:left;
}

#header
	{
	height:157px;
	width:902px;
	margin-top: 20px;
	margin-bottom: 20px;
	float:left;
        border: 1px solid #f70513;
        background-image: url(/img/header.jpg);
        background-repeat: no-repeat;
        background-position: left bottom;
	}

#link-bar
       	{
	font-size: 14px;
        width: 100%; 
        height: 25px;
        line-height: 25px;
	margin: 0;
	text-indent:10px;
        background: url(img/link-bar.gif) ;
        font-weight: bold;
	color: #0202ff;
	float:left;
	}

#link-bar2
       	{
	font-size: 14px;
        width: 900px; 
        height: 35px;
        line-height: 35px;
	margin: 0;
        font-weight: bold;
        padding-left: 5px;
	text-indent:10px;
        background: url(img/link-bar2.gif) ;
	color: #fdcce3;
	float:left;
	}

#header-inner
       {
       display: block;
       	width:902px;
       margin-top:20px;
	margin-bottom: 10px;
	padding: 5px;       
   　　text-align: center;
	float:left;
       }


#main
       {
	float:right;
        width:700px;
        height:auto;
       }

#side
      {
	float:left;
	margin-top: 5px;
	margin-left: 5px;
      }

.menu
      {
        background:#ffffff;
        height:auto;
        width:200px;
       }

.menu2
      {
	margin-top: 15px;
        background:#ffffff;
        height:auto;
        width:198px;
       }


#side2
      {
	float:right;
        height:auto;
        width:178px;
	padding-top: 5px;
	padding-left: 10px;
      }


.module-header
{
   position: relative;
   width: auto;
   height: 25px;
   margin: 0 0 10px 0;
   padding: 0;
   color: #fff;
   background: #fe6d02;
   font-size: 12px;
   font-weight: nomral;
   line-height: 16px;
   text-transform: uppercase;
   text-align: center;
}

.module
{
   position: relative;
   overflow: hidden;
   width: 180px; 
   margin: 0 5px;
   padding: 0;
}

.module-content
{
   position: relative;
   margin: 10px 0;
   padding: 0;
   color: #999;
}

.module-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}
.module-list-item a
{
   width: 178px; 
   height: 25px;
   background: url(img/link-red1.gif) ;
   text-indent: 5px;
   display: block;
   font-size: 12px;
   line-height: 25px;
   margin: 2px 0;
   letter-spacing: 0.1em;
   text-decoration: none;
   color: #ff6600;
}

.module-list-item a:hover
{
   background: url(img/link-red2.gif) ;
   color: #fff;
}

#footer
      {
	height:auto;
	width:900px;
        border-top: 5px solid #f97991;
        border-bottom: 5px solid #f97991;
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 20px;
        margin-bottom: 5px;
	float:left;
      }

#footer-menu
       {
         width:902px;
         background-color: #FFFF7E;
         padding: 2px;
         font-size:12px;
	 float:left;
        }

.pickup
{
   width: 278px;
   height: 308px;
   margin: 5px;
   padding: 5px;
   color: #333;
   float: left;
}

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


.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;
}


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




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

#body-box {
  width: 760px;
  border: 1px solid #CCCCCC;
  margin-top:8px;
}

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

#catch1 {
  font-size: 16px;
}


#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: 10px 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: 10px auto;
  background-color: #FCFAAE;
}

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

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

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

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

.spec {
  padding:0 10px;
}

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

#to-top {
  margin-left: 5px;
}
        
.copy {
  width:66%;
  line-height:1em;
  margin:3px;
}

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

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


#header-box {
  width:760px;
  height:120px;
  background-image:url("https://www.moshimo.com/images/dekisugi/header/82.jpg");
}

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

.text-color-2 {
  color:#0255ff;
}

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

.content-nav-bread{
margin-left: 20px;


}