/* CSS Document */

*              {
			   font-size:100%;
			   font-weight:normal;
			   font-style:normal;
			   }
			   
/*********************************ページ全体****************************************/

body           {
			    margin-left: auto;
				margin-right: auto;
                width:600px;
				height:550px;
				background-color:#000000;
				}

#main           {
                width:600px;
				height:550px;
				background: url(indeximage.jpg) no-repeat;
				}


#navigation                   {
	                          width:600px;
							  padding-top:250px;
							  }
#navigation li                {
							  width:100px;
							  height:24px;
							  color:#FFF;
							  margin-left:30px;
							  margin-top:10px;
							  list-style: none;
							  }
#navigation li a              {
                              text-decoration:none;
							  display:block;
							  border:solid 1px;
							  border-color:#F00;
							  background-color:#000;
							  text-align:center;
							  color:#FFF;
							  width:100px;
							  height::24px;
							  }
#navigation li a:hover        {
	                          background-color:#FFF;
							  color:#000;
                              }
#coment                       {
	                          width:255px;
							  padding-left:10px;
							  padding-top:10px;
}
h2                       {
	
	font-size:12px;

                              }

/*********************************ページ全体****************************************/
