/* ヘッダー */

#header      {width:750px;
               height:97px;
			   background-image:url(image/header_haikei.jpg);
			   }
			   
			   
#logo        {float:left;}
			  
#logo a:link,
#logo a:hover,
#logo a:active,
#logo a:visited  {display:block;
              width:252px;
			  height:91px;
			  
			  background-image:url(image/logo.jpg);
			  text-indent:-9999px;
                  }
				  
				  
#count_down       {font-size:18px;
                   font-weight:bold;
				   color:#FFFFFF;
				   width:220px;
				   float:right;
				   margin:10px 0px 0px 150px;}
				  
				  
#head_menu     {width:400px;
                float:right;
				margin:48px 15px 0px 0px;}
				

#spot        {list-style-type:none;
              float:right;
			  }
			  
#spot a:link,
#spot a:visited  {display:block;
                  width:99px;
				  height:43px;
				  text-indent:-9999px;
				  background-image:url(image/icon1_1.jpg);
				  
				  }
				  
#spot a:hover,
#spot a:active   { background-image:url(image/icon1_2.jpg);
                  }
				  

#about        {list-style-type:none;
               float:right;
			   }

				  
#about a:link,
#about a:visited  {display:block;
                  width:100px;
				  height:43px;
				  text-indent:-9999px;
				  background-image:url(image/icon2_1.jpg);
				  
				  }
				  
#about a:hover,
#about a:active   {background-image:url(image/icon2_2.jpg);
                   }
				   
				   
#info         {list-style-type:none;
               float:right;
			   }
			   
			   
#info a:link,
#info a:visited  {display:block;
                  width:100px;
				  height:43px;
				  text-indent:-9999px;
				  background-image:url(image/icon3_1.jpg);
				  
				  }

#info a:hover,
#info a:active    {background-image:url(image/icon3_2.jpg);
                   }
				   
#home         {list-style-type:none;
               float:right;
			   }
			   
			   
#home a:link,
#home a:visited  {display:block;
                  width:101px;
				  height:43px;
				  text-indent:-9999px;
				  background-image:url(image/icon4_1.jpg);
				  
				  }

#home a:hover,
#home a:active    {background-image:url(image/icon4_2.jpg);
                   }				   
				   

			  

