/* tag */

body{
     margin-left: 0;
     margin-right: 0;
     padding-right: 0;
     padding-left: 0;
     text-align: center;
	 }

h2{
   font-size: 13px;
   }

img{
    border: none;
    }

h1{
   padding-left: 10px;
   font-size: 15px;
   color: #0066FF;
   margin-bottom: 0;
   border-left: solid 10px #FF9900;
   border-bottom: solid 1px #FF9900;
   }   

h2.link{
   padding-left: 5px;
   border-left: solid 14px #FF6633;
   font-size: 13px;
   }
         

p{
  font-size: 0.75em;
  }


address{
        text-align: right;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
        border-top: solid 5px #c5e1ed;
        color: #49abdb;
		font-size: small;
		font-style: normal;
		}

address a{
          color: #FF9900;
          border-bottom: dotted 1px #FF9900;
          }
        
span{
     display: none;
     }

/* menu */

p.menu{
       font-weight: bold;
       width: 180px;
	   border-top: solid 1px #c5e1ed;
	   text-align: center;
	   height: 2em;
	   margin-left:0;
	   margin-right: 0;
	   margin-bottom: 50px;
	   margin-top: 0;
	   position: absolute;
	   left: 0;
	   top: 85px;
	   }

p.menu a{
         width: 100%;
         color: #0066FF;
         line-height: 2em;
		 border-bottom: solid 1px #c5e1ed;
		 border-right: solid 1px #c5e1ed;
		 text-decoration: none;
		 display: block;
		 }

p.menu a:hover{
			   background-color: #CCFFFF;
			   }
			   

/*main*/

.contents{
          border: solid 1px #c5e1ed;
          width:660px;
          margin-left: auto;
          margin-right: auto;
          position: absolute;
          left: 180px;
          top: 85px;   
         }
         
.section{
         margin-left: 20px;
         margin-right: 20px;
         width: 600px;
         text-align: left;
         margin-top: 2em;
        }
        
p.info{
        margin-left: 20px;
        margin-right: 20px;
        border-bottom: solid 3px #c5e1ed;
        color: #FF6600;
        font-size: 0.75em;
        text-align: center;
        font-weight: bold;
        }
        
p.head{
       color: #003366;
       margin-top: 0;
       font-size: 35px;
       font-weight: bold;
       text-align: left;
       margin-bottom: 0;
       background-color: #66CCFF;
       padding-top: 10px;
       padding-bottom: 10px;
       position: absolute;
       top: 5px;
       left: 0;
       width: 100%;
      }

p.head a{
         color: #003366;
         text-decoration: none;
         }

p.body{
        line-height: 1.7em; 
       }

       
p.pankuzu{
          margin: 0;
          position: absolute;
          top: 68px;
          left: 10px;
         }

p.pankuzu a{
            color: #0000FF;
            }
            
.mark{
     margin-right: 0.3em;
     }
