/* CSS Document */

body               {background-color:GhostWhite;
                    background-image:url(images/bg.gif);
                    }
					
*                  {margin-top:0;
                    margin-bottom:0;
					}
					
div#page            {width:750px;
                     border:1px solid #87CEFA;
					 }
					 
/*ヘッダ*/

.header              {width:750px;
                      height:63px;
					  border-bottom:8px solid #87CEFA;
					  background-color:#FFFFFF;
					  }
					  
/*ナビ*/

.navi                {width:750px;
                      height:35px;
					  background-color:#98FB98;
					  font-size:11pt;
					  font-weight:bold;
					  letter-spacing:130%;
					  color:#666666;
					  }

a.menu               {text-decoration:none;
                       }
a.menu:link           {color:#666666;
                       }
a.menu:active         {color:#666666;
                       }
a.menu:visited        {color:#666666;
                       }
a.menu:hover          {color:#FF0000;
                       position:relative;
	                   top:2px;
	                   left:2px;
                       }
					  
/*メイン*/


.main                 {width:750px;
                       padding:5px;
					   background-color:#FFFFE0;
					   }
					   
.daihyou             {color:#333333;
                       font-size:12pt;
					   letter-spacing:150%;
					   line-height:200%;
					   background-color:#F0F8FF;
					   padding:5px;
					   }
					   
hr{
	color:#666666;
	border-style:solid;
	width:100%;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}

p                     {color:#333333;
                       font-size:10pt;
					   letter-spacing:130%;
					   line-height:150%;
					   }

td                    {color:#333333;
                       font-size:10pt;
					   letter-spacing:130%;
					   line-height:150%;
					   }
					   
.map                   {border:1px solid black;}

.footer                {width:750px;
                        background-color:#87CEFA;
						color:#0000FF;
						height:30px;
						font-weight:bold;
						font-size:11pt;
                        }