/* body：全体 */
*{
    scrollbar-base-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FF6699;
    scrollbar-shadow-color: #FF6699;
    scrollbar-highlight-color: #FF6699;
    scrollbar-arrow-color: #FFFFFF;
	 }
body{
     margin:0;padding:0;
     font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;
     line-height:150%;
     font-size:small;
     text-align:center;
	 background-color:#FFFFCC;
    }

/* 共通id */
#contents{
          width:760px;
          height:100%;
          margin:0px auto;
          padding:0;
          text-align:center;
		  background-color:#FFFFFF;
		  border-left:#FF6699 1px solid;
		  border-right:#FF6699 1px solid;
         }
/* h1:イベントタイトル */
h1,h1 a{
   float:left;
   padding: 0px;margin: 0px;
   width:760px;height:154px;/* タイトル画像のサイズ */
   display:block;
  }
h1 a{
     background: url('image/h1.gif') no-repeat 0%;
     text-indent:-9999px;
     display:block;
     }
/* h2:キャッチコピー */
h2,h2 a{
   float:right;
   padding: 0px;margin: 0px;
   width:359px;height:26px;/* タイトル画像のサイズ */
  }
h2 a{
     background: url('image/in_top.jpg') no-repeat 0%;
     text-indent:-9999px;
     display:block;
     }
h3{
margin:0;
padding:5px 0px;
width:100%;
color:#fff;
font-weight:bold;
font-size:small;
background-color:#FF6699;
}
#in{
     float:right;
     background:url("image/in.jpg") no-repeat 0%;
     padding:0;margin:0;
     width:359px;height:115px;/* タイトル画像のサイズ */
    }
#in_bottom{
     clear:both;
     background:url("image/bottom.jpg") no-repeat 0%;
     padding:0;margin:0;
     width:780px;height:20px;
	 text-indent:-9999px;
     display:block;
    }
/* info：イベント予定一覧部分 */
#info01{
      border:none;
      margin:0;padding:0;
	  width:359px;height:115px;/
      font-size:0.9em;
      line-height:125%;
      text-align:left;
	  overflow:auto;
	  font-weight:bold;
	  color:#FFFFFF;
     }

/* visual：イラスト部分 */
#visual01{
          width:760px;
          height:215px;
          margin:0;padding:0;
          background:url("image/visual01.gif") no-repeat 0%;
		  display:block;
		  clear:both;
         }
#visual01 a{
            width:760px;
            height:215px;
            margin:0;padding:0;
            background:url("image/visual01.gif") no-repeat 0%;
            font-size:0em;
            text-indent:-9999px;
            list-style:none;
            display:block;
			clear:both;
           }
#visual02,#visual02 a{
            width:760px;
            height:217px;
            margin:0;padding:0;
            background:url("image/visual02.jpg") no-repeat 0%;
            font-size:0em;
            text-indent:-9999px;
            list-style:none;
            display:block;
			clear:both;
			}
#visual03,#visual03 a{
            width:760px;
            height:218px;
            margin:0;padding:0;
            background:url("image/visual03.jpg") no-repeat 0%;
            font-size:0em;
            text-indent:-9999px;
            list-style:none;
            display:block;
			clear:both;
			}
#visual04,#visual04 a{
            width:760px;
            height:219px;
            margin:0;padding:0;
            background:url("image/visual04.jpg") no-repeat 0%;
            font-size:0em;
            text-indent:-9999px;
            list-style:none;
            display:block;
			clear:both;
			}
/* info：更新履歴部分 */
#info{
      border:none;
      margin:0;
      padding:5px;
      font-size:0.9em;
      line-height:125%;
      text-align:left;
      background-color:#FFFFFF;
     }

/* foot：フッター部分 */
#foot{
      width:760px;
      margin:0;
      padding:0px;
      font-size:0.8em;
      color:white;
	  background-color:#FF6699;
     }

#foot ul{
         margin:0;
      text-align:center;
        }

#foot li{
         padding:0 0 0 5px;
         display:inline;
         list-style:none;
         border-left:solid 1px #FFFFFF;
        }

/* link：リンク関連 */
a#footer{
         color:#ffffff;
        }
      
a:link   {color:#000000;}
a:visited{color:#000000;}
a:hover  {color:#ffffff;
          text-decoration:underline;}
a        {text-decoration: none;
          font-weight : bold;}

/*** 恐惶謹言速報 ***/
#bn{
    width:760px;
    height:120px;
    margin:0;padding:0;
    background:url("image/bn_1111.jpg") no-repeat 0%;
   }

#bn a{
         width:760px;
         height:120px;
         margin:0;padding:0;
         background:url("image/bn_1111.jpg") no-repeat 0%;
         font-size:0em;
         text-indent:-9999px;
         list-style:none;
         display:block;
        }
.clear{clear:both;}
