TABLE {
font-size:13pt;
}

.c1 {
color: black;
font-size:10pt;
}

.c2 {
color: black;
font-size:11pt;
}

.c3 {
color: #ffffff;
font-size:13pt;
font-weight:bold;
}

.c4 {
color: #CD0000;
font-size:13pt;
}

.c5 {
color: #808080;
font-size:13pt;
}

.c6 {
color: red;
font-size:9pt;
}

.c7 {
color: blue;
font-size:11pt;
}

.c8 {
color: red;
font-size:11pt;
}

html{
    height:100%;
}

body{
    height:100%;
    background-color:#ffffff;
    text-align:center;
}

img {   
    border: 0;
}  

.table1 { 
width: 800px; 
border-collapse: collapse; 
border: 1px #A9A9A9 solid; 
} 

.table1 TD { 
border: 1px #A9A9A9 solid; 
} 


.table2 { 
width: 600px; 
border-collapse: collapse;
border: 1px #A9A9A9 solid;
} 

.table2 TD { 
border: 1px #A9A9A9 solid; 
padding: 4px;
} 


.rbox {
width:750px;
background-color:#f5ecf4;
}
.textbox {
margin:0px;
padding:1px;
background-color:#f5ecf4;
}
.rtop, .rbottom{
background-color:#ffffff;
}
.rtop span, .rbottom span{
display:block;
height:1px;
overflow:hidden;
background-color:#f5ecf4;
}
.r1{margin: 0px 5px;}
.r2{margin: 0px 3px;}
.r3{margin: 0px 2px;}
.r4{margin: 0px 1px; height: 2px;} 

.A1 {
  width: 100%;                /* 横幅 */
  color: #dd2222;
  font-size: 15px;            /* フォントサイズ */
  font-weight: bold;
  line-height: 15px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
.A1:visited {
  width: 100%;                /* 横幅 */
  color: #dd2222;
  font-size: 15px;            /* フォントサイズ */
  font-weight: bold;
  line-height: 15px;          /* 行の高さ */
  text-align: center;         /* 水平揃え */
  text-decoration: none;      /* 下線を消す */
}
.A1:hover {
  width: 100%;                /* 横幅 */
  color: #eeeeee;
  background-color: #4444cc;  /* 背景色 */
}
.A1:active {
  width: 100%;                /* 横幅 */
  color: #eeeeee;
  background-color: #4444cc;  /* 背景色 */
}

.A2 {
  color: #2222dd;
  font-size: 15px;            /* フォントサイズ */
  line-height: 15px;          /* 行の高さ */
  text-decoration: none;      /* 下線を消す */
}
.A2:visited {
  color: #2222dd;
  font-size: 15px;            /* フォントサイズ */
  line-height: 15px;          /* 行の高さ */
  text-decoration: none;      /* 下線を消す */
}
.A2:hover {
  color: #2222dd;
  text-decoration: underline;
}
.A2:active {
  color: #2222dd;
  text-decoration: underline;
}
