
*{/* 全要素に適用 */
 color:#567192; /* テキストカラー */
 font-size:90%;
}


body{/* bodyタグ内に適用*/
 padding:0em 2em 6em;
 background-color:white;
 font-family: Verdana,"ＭＳ Ｐゴシック",Osaka,sans-serif;
}


/* 以下はセレクタにクラス名使用 */
.menu{
 text-align:right;
 font-weight:bold;
 border-bottom-style:dotted;
}
.menu a:link{color:#567192;
 text-decoration:none;font-weight:bold;}/* 未訪リンク  */
.menu a:visited{font-size:90%;/* 既訪リンク  */
 font-weight:bold;}
.menu a:hover{color:navy;
 text-decoration:line-through;font-weight:bold;}/* カーソルを配置 */

.indextext{
 font-size:70%;
 font-weight:normal;
 }
.indextext b{font-size:110%;}
.indextext a:link,a:visited{
 font-size:120%;
 font-weight:normal;
 text-decoration:none;
 }
.indextext a:hover{
 color:navy;
 text-decoration:underline overline;
 font-weight:normal;
 }
