h1{
   font-size: large;
   font-style: normal;
   font-weight: bold;
   }

#main
 p {
   font-size: medium;
   line-height: 1.4;
}
#main
img {
   float: right;
   margin: 4px;
}

#main
em {
     text-align: center;
	 font-style: normal;
	 font-weight: bold;
}

 #menu a { font-weight: bold }
 #menu 
 a:link{
   color:#00366;
  text-decoration: none;          /* 下線なし */
}
 #menu 
a:visited{
   color:#006600;
   text-decoration: none;          /* 下線なし */
}
 #menu
a:hover{
   color:#ff0000;
   text-decoration: underline;          /* 下線あり */ 
}
 #menu
a:active{
   color:#ff0000;
   text-decoration: underline;          /* 下線あり */
}

a img { border:none;
}
