/*baigyoku.com 統一スタイルシート フレームメニュー用*/ /*bodyの定義*/ body {color:#708090; /*文字はslategray*/ background-image:url("../img/wall2.jpg");repeat; /*バックはwall2*/ /* background-color:#ccccff; backはsilver*/ margin:20px;} /*上下マージン20、左右マージンなし*/ /*リンク設定*/ a {text-decoration:none;} /*テキスト部は、装飾なし*/ a:link {color:#000080;} /*未参照のリンクはnavy*/ a:visited {color:#008080;} /*既参照のリンクはpurple*/ a:hover {color:#ffffff;background-color:#000080;} /*マウスオーバーで、navyの白抜き*/ a:active {color:#008080;} /*フォント設定*/ div.param1 {font-size:small; /*やや小さめ文字*/ color:#fffafa; /*文字はsnow*/ font-weight:700; /*文字の太さは700*/ font-family:cursive;} /*筆記体*/ div.param2 {font-size:x-small; /*小さめ文字*/ color:#708090; /*文字はslategray*/ font-weight:500; /*文字の太さは300*/ font-family:sans-serif;} /*ゴシック体*/