
        /*カスタマイズ時の注意点
　　　　　marginやpaddingは、位置の微調節をしているのであまり触らない方がいいかも
　　　　　まぁ〜、お任せします。その他は、好きにカスタマしてね*/

        /*スクロールバーの色*/
html {scrollbar-base-color:#ffb6c1;
      scrollbar-track-color:#ffb6c1;
      scrollbar-face-color:#ffb6c1;
      scrollbar-arrow-color:#ffffff;}

         /*リンクの色*/
a          {text-decoration:none;}
a:link     {color:#000000;}
a:visited  {color:#000000;}
a:hover    {color:#000000; position:relative; bottom:3px;}
a:active   {coloe:#ffb6c1;}

         /*背景イメージ・左上固定・フォントサイズ・書体・行間指定*/
body   {background-image:url(img/raindrop.jpg);
        background-repeat:no-repeat;
        background-position:top left;
        background-attachment:fixed;
        font-size:10px;
        font-family:monospace;
        line-height:150%;}
        
          /*div id="container"の位置・余白・ボーダー指定・コンテンツ幅・背景イメージ*/
div#container {margin-left:40%;
               padding:10px;
               border:dashed 1px red;
               width:45%;
               heiht:100%;
               background-image:url(img/bg-016.gif)}

           /*div id="img"のマージン・テキスト位置*/
div#img     {margin:18px 0;
             text-align:center;}

            /*div iv="address"のマージン・余白・背景イメージ・テキスト位置*/
div#address {margin:0;
             padding:0;
             background-image:url(img/bg2-016.gif);
             text-align:center;}

            /*h1の設定*/
h1       {margin:0;
          padding:16px 0;
          font-family:"Comic Sans MS";}

            /*h2の設定*/
h2       {border-style:solid;
          border-width:1px 1px 1px 20px;
          padding:2px;
          font-size:14px;
          font-family:"Comic Sans MS";
          background-image:url(img/bg2-016.gif);
          letter-spacing:3px;}

            /*h3の設定*/
h3       {margin-bottom:0;
          font-size:14px;
          font-family:"Comic Sans MS";
          text-align:center;
          letter-spacing:3px;}

            /*h4の設定*/
h4        {margin:0;
           font-size:12px;
           font-weight:normal;}

            /*p,ulの設定*/
p,ul      {margin-top:2px;
           letter-spacing:3px;}

            /*addressの設定*/
address   {padding:-5px;
           font-style:normal;}

            /*input class="send"(メールフォームの送信・リセットボタン）のデザイン*/
　　　　　　/*メールフォーム削除される場合は、ココも消してもらってもかまいません*/
input.send {margin:3px 10px;
            border-style:solid;
            border-width:1px;
            border-color:#ffffff;
            background-image:url(img/bg2-016.gif);}