/*日本版DJMAXスレテンプレ用スタイルシート*/
/*Constructed by template*Saitou◆YTB.SaITOU*/

/*基本*/
body { background-color: #f8f8ff;
       font-size: 97%;
       font-style: normal;
       color: #000000;
       line-height: 1.2;
       }

/*水平線*/
hr { width: 70%;
     text-align: left;
     margin-left: 0;
     color: #191970;
     background-color: #191970;
     border: 0;
     }

/*見出し*/
/*大見出しはタイトル、中見出しは章題、小見出しは要素*/
h1,h2,h3,h4 { color: #191970;
           }
h1 { font-size: 180%;
     border-left: 8px double #445577;
     border-bottom: 5px solid #445577;
     }
h2 { font-size: 140%;
     border-bottom: 2px solid #222222;
     margin-left: 1em;
     }
h3 { font-size: 120%;
     border-left: 0.7em solid #444444;
     margin-left: 2em;
     }
h4 { font-size: 100%;
     text-align: right;
     border-top: 1px solid #555555;
     border-right: 2px double #555555;
     }

/*引用部分*/
blockquote { font-size: 90%;
             border: 1px dotted #000000;
             background-color: #f4f4ff;
             }

/*削除部分と追加部分*/
ins { background-color: #22cc22;
      text-decoration: none;
      }
del { text-decoration: line-through;
      }

/*リスト*/
UL { list-style: circle inside;
     }
/*テーブル*/
table,td,th { border: 1px #000000 solid;
              border-collapse: collapse;
              background-color: transparent;
              }
td,th { padding: 0.3em;
        text-align: center;
        }

/*リンクタグ*/
a:link { color: #0000ff;
         }
a:visited { color: #6600cc;
            }
a:hover { color: #eeb400;
          text-decoration: none;
          }
a:active { color: #ffbb00;
           text-decoration: none;
           }

/*コンテンツ表示*/
div.contents { background-color: #c9c9e2;
               line-height: 1.5em;}
/*h2に倣うテキスト*/
div.h2 { margin-left: 2em;
         }
/*h3に倣うテキスト*/
div.h3 { margin-left: 3em;
         }
/*クレジット*/
div.credit { text-align: right;
             font-size: 90%;}

/*強調*/
em,strong { font-style: normal;
            }
em { text-decoration: underline;
     }
strong { font-weight: bold;
         }


