#main
em {
     font-style: normal;
	 font-size: medium;
	 font-weight: bold;
}

#main
 h1{
    text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	padding-bottom: 1em;
}

 #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;          /* 下線あり */
}

#menu{
      font-size: medium;
	  }
	  
blockquote {
       margin:5px 5px;
	   color:#222;
	   font-weight:bold;
     }
