/* 基本設定 */

body {background-color:#fef4f4;
      max-width:100%;
      color:#333631;
      margin: 0 auto;}
@media (min-width:640px) {
 body {max-width:640px};
}
a:link {color:#164a84;}
a:visited {color:#640125;}
a:active {color:#000000;}
a:hover {color:#640125;}
h1 {font-size:xx-large;
    font-weight:bold;
    line-height:40px;
    text-align:center;}
h2 {font-size:x-large;
    font-weight:bold;
    background-color:#e9e4d4;
    border-radius: 10px;}
h3 {font-size:large;
    font-weight:bold;
    text-decoration:underline;}

p.line2{font-size:large;
        margin-bottom:0 ;
    text-align:center;}
p.line3{font-size:x-large;
        margin-top:0 ;
    text-align:center;}
p.text_sengen {color:yellow;
               font-size:large;
               font-weight:bold;}
p.text_top {color:white;
            font-weight:bold;}
p.text_normal {color:white;}
p.text_ozawa {font-style:italic;
              color:white;}
table.tb1 {border:solid 0px silver}
table.tb2 {border:solid 1px silver}
td.td1 {border:solid 0px silver;
       vertical-align:top;}
td.td2 {border:solid 1px silver;
    vertical-align:top;
    width:50%}
.red {color:red}
.red_big {color:red;
          font-size:x-large;
          font-weight:bold}
.yellow {color:yellow}

#main {width:800px;
       background-image:url(./back4.jpg);
       background-repeat:no-repeat;
       background-position:top ;
       background-position:right ;
       margin: 0 auto ;}
#right {float:right ;}
#under {clear:both ;}