body{
  background-color: 		#ffffff;
  background-image:   url(bk.jpg);    /*  背景　　　　　　　    */      
  color:                     black;    /*  字の色                */
  margin-top:                    0;    /*  マージン　　　　　　　*/
  margin-left:                 2em;
  margin-right:                2em;
}

h1 {
  text-align:                right;    /* 見出しトップ           */
  color:                     white;
  background-color:         #993366;
  font-size:                 1.2em;
  font-family:     "Comic Sans MS";
  font-style:               italic;
  padding-right:               1em;
  padding-top:               0.2em;
  padding-bottom:            0.1em;
}
.image1{
  text-align:               right;     /* ＴＮＧ他リンク　Binder */
}
.image2{
  text-align:               center;     /* 能書き　Binder        */
  font-size:                   1em;     /* 能書き　Top　　　　　*/
  padding-top:               0.2em;
  font-weight:                bold;
}

hr{
  width:                       70%;     /* 仕切線                */   
  color:                   #000080;
}
.image3{
  padding-top:                0.5em;      /* ページリンク Top    */ 
  line-height:                2em;
  font-size:                1em;
  font-weight:               bold;
}
.image4{
  text-align:             center;       /* 能書き　jigyou　　　　*/
  padding-top:              0.5em;
  font-size:                1.3em;
  font-weight:              bold;
}
img{
  float: right;
}
table.a{
  width:                   680px;      /* ＴＮＧ他リンク Top     */
  text-align:             left;      　/* 　　　　　　　　       */
  font-size:                1em;
  font-weight:              bold;
  }
table.b{
  width:                   250px;      /* 　　　　　　　　       */
  text-align:             center;
  font-size:               1.2em;
  font-weight:              bold;
  }
table.c {
  width:                   670px;      /* 商品表、説明　Binder   */
  text-align:             left;　　　　/* 商品表、Stationary　   */
  font-size:               0.8em;
  font-weight:              bold;
  }
table.d {
  width:                   600px;      /* 写真　Binder　　　     */
  text-align:             center;　　　/* 写真　Stationary　     */
  font-size:               0.8em;
  font-weight:              bold;
  }
table.e{
  width:                   780px;      /* ＴＮＧ他リンク Binder   */
  text-align:               left;　　　/* ＴＮＧ他リンク Stationary*/
  font-size:                 1em;
  font-weight:              bold;
  }
table.f{
  width:                   750px;      /* ページリンク  Binder   */
  text-align:             center;　　　/* ページリンク  Stationary*/
  font-size:               0.8em;/     /* ＴＮＧ他リンク Jigyou  */
  font-weight:              bold;
  }
table.g{
  width:                   550px;      
  text-align:               left;      /* 事業概要　Jigyou       */
  font-size:               1.2em;
  font-weight:              bold;
  }
table.h{
  width:                   200px;      
  text-align:               left;      /* 事業概要　Jigyou       */
  font-size:               0.8em;
  font-weight:              bold;
  background-color: 	 #ffffcc;  
  }
table.i{
  width:                   750px;      
  text-align:               left;      /* News        news       */
  font-size:                 1em;
  font-weight:              bold;
  background-color: 	 #ffffcc;  
  }
table.j{
  width:                   750px;      
  text-align:               left;      /* Store                 */
  font-size:                 1em;
  font-weight:              bold;
  background-color: 	 #ffffff;  
  }
h2{
  text-align:               left;      /* 中見出し　　　　　　　*/
  background-color:   papayawhip;
  font-size:                 1em;
  font-weight:              bold;
  border-color:           993366;
  border-style:           double;
  border-width:              3px;
  padding-left:              2em;
  padding-top:             0.1em;
  padding-bottom:          0.1em;

}
p{
  text-align:             center;
  font-size:               0.8em;
  font-weight:              bold;
}
em{　　　　　　　　　　　　　
  font-size:              1.2em;　   /* 赤の強調文字　　　　　　*/
  font-weight:             bold;
  color:                 993366;
}
img{
  border-style:             none;     /* リンクの条件設定       */    
}
a {
  text-decoration:         none;
}
a:link {
  color:                   blue;
}
a:visited {
  color:                   green;
}
a:hover {
  color:                   white;
  background-color:         navy;
}
html, body {
  scrollbar-face-color:  #993366;    /* スクロールバー          */
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #993366;
  scrollbar-highlight-color: #ffffff;
  scrollbar-darkshadow-color: #993366;
  scrollbar-shadow-color: #ffffff;
}

