/*--------------------------
レイアウト
--------------------------*/

#header {
width:600px; background-color: #ffffff;
border-top-width: 10px;
border-top-style: solid;
border-top-color: #ffffff;
border-right-width: 10px;
border-right-style: solid;
border-right-color: #ffffff;
border-left-width: 10px;
border-left-style: solid;
border-left-color: #ffffff;
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}

#zero   {width:600px; background-color: #ffffff;}

#footer {
width:600px; background-color: #ffffff;
border-top-width: 10px;
border-top-style: solid;
border-top-color: #ffffff;
border-right-width: 10px;
border-right-style: solid;
border-right-color: #ffffff;
border-left-width: 10px;
border-left-style: solid;
border-left-color: #ffffff;
border-bottom-width: 10px;
border-bottom-style: solid;
border-bottom-color: #ffffff;
}

body {background-color: ffffff; line-height: 110%;}

/*--------------------------
    テキスト
--------------------------*/

.headtext{font-size: 12pt; color: #ffffff;}

.texts {font-size: 9pt; color: #333333;}
.textm {font-size: 10pt; color: #333333;}
.textb {font-size: 11pt; color: #333333;}

.reds  {font-size: 9pt; color: #ff0000;}
.redm  {font-size: 10pt; color: #ff0000;}
.redb  {font-size: 11pt; color: #ff0000;}

.blues {font-size: 9pt; color: #0000ff;}
.bluem {font-size: 10pt; color: #0000ff;}
.blueb {font-size: 11pt; color: #0000ff;}

.footertext{font-size: 9pt; color: #ffffff;}
