﻿@charset "utf-8";

 /* 
copyright スルメ
 */

/* フレームリスト用の差分ファイル */

 /* 文の設定 */
HTML {padding: 0px 0px 0px 0px;
      margin: 10px 0px 0px 0px;}

BODY {color: #ffffff;
      font-size: 16px;
      font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
      background-color: #000000;
      padding: 0px 0px 0px 0px;
      margin: 5px 5px 5px 5px;
      line-height: 130%;}

 /* 自動で挿入されるdiv要素(広告)を消す */
div {display:none;}


 /* 見出しの設定 */

H1 {color: #ffffcc;
    width:auto;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    background-color: #000033;
    border-top: 1px solid #336699;
    border-right: 1px solid #663366;
    border-bottom: 1px solid #660066;
    border-left: 1px solid #666699;
    margin: 0px 0px 20px 0px;
    padding: 5px 0px 5px 0px;
    clear:both;}


H2 {color: #ffffcc;
          font-size: 16px;
          text-align: center;
          line-height: 120%;
          font-weight: normal;
          background-color: #336699;
          border-top: 2px solid #336699;
          border-right: 1px solid #663366;
          border-bottom: 2px solid #336699;
          border-left: 1px solid #666699;
          margin: 15px 0px 0px 0px;
          padding: 0px 0px 0px 0px;
          filter: none;}


/* 段落のクラス設定 */
P       {font-size: 12px;
         text-align: center;
         line-height: 130%;
         background-color: #000000;
         border-top: 1px solid #336699;
         border-right: 1px solid #663366;
         border-bottom: 1px solid #330033;
         border-left: 1px solid #666699;
         margin: 0px 0px 2px 0px;
         padding: 5px 0px 3px 0px;}
