BODY {/*  */
 color            : #ff00ff ;
 background-color : #000000 ;
 border-style     : groove  ;
 border-width     : 2px     ;
 border-color     : #ffffff ;
 A:link-color     : #0000ff ;
 A:visited-color  : #52188c ;
 A:active-color   : #ff0000 ;
}

p {/* Pはセンタリング */
 text-align       : center  ;
}

H1 {/* ページの見出し */ 
 color            : #ff0000 ; 
 font-weight      : bold    ; 
 font-family      : "Old English";
 text-align       : center  ;
 text-transform   : capitalize;
}

hr{/* 灰色 */
 color            : #ffffff ;
}

ul {/* ○ */
 list-style-type  : circle  ;
}

ol {/* ０付き数字リスト */
 list-style-type  : decimal-leading-zero;
}

.title {/*  */
 color            : #ff0000 ; 
 font-weight      : bold    ;
 font-family      : "Old English";
 text-align       : center  ;
 text-transform   : capitalize;

 background-color : #ffffff ;
 border-width     : 1px     ;
 border-height    : 1px     ;
 padding          : 2px     ;
 border-style     : solid   ;
 margin           : 2px     ;
}

.back {/*  */
 background-color : #808080 ;
 border-style     : solid   ;
 border-width     : 0px     ;
 padding          : 4px     ;
 margin           : 2px     ;
}

.main {/*  */
 background-color : #cccccc ;
 border-color     : #ffffff ;
 border-style     : ridge   ;
 border-width     : 4px     ;
 border-heigth    : 4px     ;
 float            : left    ;
 weith            : 60px    ;
 heigth           : 100%    ;
 padding          : 4px     ;
}

