/*  basic Style   */

body     {
     background-color: White;
     color: Gray;
     font-size: 12px;
}

a     {
     color: Gray;
}

a:hover     {
     color: Black;
}

h2     {
     width: 700px;
     background-color: Orange;
     color: White;
     font-size: 20px;
     border-top: double 3px Orange;
     border-bottom: double 3px Orange;
     margin-top: 3px;
     margin-bottom: 3px;
}

#comments     {
     width: 700px;
     text-align: right;
     font-size: 14px;
}

#left     {
     text-align: center;
     width: 148px;
     float: left;
     background-color: Silver;
     color: Black;
     border-bottom: Double 3px silver;
     margin-bottom: 3px;
}

#right     {
     text-align: center;
     width: 548px;
     background-color: Silver;
     color: Black;
     border-bottom: Double 3px silver;
     margin-bottom: 3px;
}

#comments-title     {
     text-align: left;
     width: 700px;
     background-color: White;
     color: Gray;
     border-bottom: solid 1px silver;
     margin-top: 5px;
     margin-bottom: 3px;
}

#comments-left     {
     text-align: left;
     width: 148px;
     float: left;
     background-color: White;
     color: Gray;
     border-bottom: solid 1px silver;
     margin-bottom: 3px;
}

#comments-right     {
     text-align: left;
     width: 548px;
     background-color: White;
     color: Gray;
     border-bottom: solid 1px silver;
     margin-bottom: 3px;
}

#comments-tsukkomi     {
     text-align: right;
     width: 540px;
     background-color: White;
     color: Brown;
     margin-bottom: 5px;
     border-top: solid 1px silver;
}

#contents     {
     width: 700px;
     background-color: Silver;
     color: Black;
     text-align: left;
     font-size: 14px;
     border-top: double 3px silver;
     border-bottom: double 3px silver;
     border-right: double 3px silver;
     border-left: double 3px silver;
}

form     {
     position: relative;
     top: 10px;
     left: 20px;
}

h6     {
     width: 700px;
     background-color: White;
     color: Gray;
     font-size: 12px;
     border-top: double 3px Silver;
     border-bottom: double 3px Silver;
     text-align: center;
     margin-bottom: 5px;
}