/*baigyoku.com 統一スタイルシート メインページ用*/ /*bodyの定義*/  body {color:#696969; /*文字はdimgray*/ background-color:#ffffff; /*backは白*/ margin:20px 80px;} /*上下マージン20、左右マージン80*/ /*リンク設定*/ 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;} /*アクティブなリンクはteal*/ /*ボタン設定*/  input:focus {color:#0000ff} /*inputタグにフォーカスするとblue*/ /*見出し設定*/  h2 {font-size:small; /*やや小さめ文字*/ color:#ffffff; /*白文字*/ font-weight:700; /*文字の太さは700*/ font-family:cursive; /*筆記体*/ padding:2px 15px; /*上下パディング2、左右パディング10*/ background-image:url("../img/wall2.jpg");repeat; /*バックはwall2*/ /* background-color:#ccccff; バックはsilver*/ margin-bottom:20px;} /*下マージン20*/  h4 {font-size:x-small; /*小さめ文字*/ color:#808080; /*gray文字*/ font-weight:500; /*文字の太さは300*/ font-family:sans-serif; /*ゴシック体*/ padding:0px 15px; /*上下パディング1、左右パディング15*/ background-color:#e6e6fa; /*バックは薄いlavender*/ margin-bottom:10px;} /*下マージン10*/  h6 {text-align:center; /*センタリング*/ font-weight:100; /*文字の太さは100*/ background-image:url("../img/wall2.jpg");repeat; /*バックはwall2*/ /* background-color:#ccccff; バックはsilver*/ margin-top:20px; /*上マージン20*/ padding:2px 10px;} /*上下パディング2、左右パディング10*/ /*段落設定*/ p {text-align:left; /*左寄せ*/ margin-bottom:20px;} /*下マージン20*/ /*定義リストの設定*/ dl {margin-bottom:10px;} /*下マージン10*/ /*枠線の設定*/ .parame1 {border:none} /*線なし*/ .parame2 {border:medium ridge #ebecf5} /*稜線*/ .parame3 {border:medium inset #ebecf5} /*沈み込み線*/ .parame4 {border:medium outset #ccccff} /*浮き上り線*/ .parame5 {border:medium groove #ccccff} /*溝線*/