/* ＢＯＤＹに関する定義 */

BODY     {background-color:#cc9;
          margin: 10px;
          padding:10px;
          color:#fff;}

/* ＬＩＮＫに関する定義 */

A:link    {color:#fff;
           text-decoration:none;}
           
A:active  {color:#c00;
           text-decoration:none;}
           
A:visited {color:#fff;
           text-decoration:none;}

A:hover   {color:#399;
           text-decoration:underline;
           background:#fff;}

/* ＩＮＤＥＸ専用スタイル定義 */

#HeadStyle    {margin-top: 0px;
               padding: 15px;
               text-align:left;
               background-color:#666;
               color:#fff;
               font-family:Georgia,"Times New Roman",Times,serif;
               font-size:large;}
               
#WordStyle    {margin-top: 20px;
               margin-bottom: 10px;
               padding-right: 20px;
	       text-align:right;
               font-family:Georgia,"Times New Roman",Times,serif;
               font-size: 10pt;
               color:#fff;
               border-bottom: #399 1px solid;}

#MainImage    {background-color:#996622;
	       padding-left: 70px;
               margin-top: 10px;
               margin-bottom: 0px;}

#MenuStyle    {margin-top: 150px;
               margin-right: 10px;
               margin-left: 30px;}

UL.Menu      {position:absolute;
               top: 265px;
               font-size:12pt;
               color:#000;}

LI.Menu       {width: 800px;
                margin: 10px
                padding: 15px;
                background-color:#cc9;
                list-style-type: none;
                filter: Alpha(opacity=100);}

#Map       {position:absolute;
               top: 430px;
               color: slategray;
               background-color: #556b2f;
               margin-left: 60px;
               padding: 5px;
               width: 200px;
               font-size: 12px;
               color:#fff;}


DIV.Info      {position:absolute;
               top: 470px;
               color: slategray;
               background-color: #ccc;
               border: 1px dotted;
               margin-left: 60px;
               padding: 5px;
               width: 760px;
               font-size: 10px;}

#Copyright    {position:absolute;
               top: 520px;
               width: 100%;
               text-align: right;
               background-color:#666;
	       color:#ccc;
               margin-top: 10px;
               padding: 5px;
               font-family:Georgia,"Times New Roman",Times,serif;
               font-size:small;}

