/*      基本設定　　　　*/

body     {
     background-color: Maroon;
     text-align: center;
     color: White;
     font-size: 14px;
}

a     {
     color: White;
}

a:hover     {
     color: Black;
}

h1     {
     width: 600px;
     font-size: 14px;
     text-align: center;
     background-color: Maroon;
     color: White;
     margin-top: 3px;
     margin-bottom: 3px;
     border-top: double 3px Chocolate;
     border-bottom: double 3px Chocolate;
}

#contents     {
     width: 600px;
     border-bottom: solid 1px Chocolate;
     margin-top: 5px;
     margin-bottom: 5px;
}

#logo-image     {
     width: 148px;
     float: left;
     text-align: left;
}

#comments     {
     width: 398px;
     text-align: left;
     color: White;
     font-size: 14px;
}

#comments a    {
     color: White;
}

#comments a:hover    {
     color: Black;
}

h6     {
     text-align: center;
     width: 600px;
     font-size: 12px;
     background-color: Maroon;
     color: Chocolate;
     border-top: double 3px Chocolate;
     border-bottom: double 3px Chocolate;
     margin-top: 3px;
     margin-bottom: 0px;
}
