body, th, td {
    color: #000;
    font-size: 12pt;
    font-family: Arial, Meiryo, "MS UI Gothic";
}
h1 {
    width: 100%;
    font-weight: bold;
    color: green;
    background-color: #cfc;
    padding: 1px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 1px 1px 1px 7px;
    font-size: 16pt;
    border-left: 15px solid #080;
    border-bottom: 1px solid #669;
    padding: 1px 1px 1px 7px;
}
li.c {
    display: block;
    text-align:center;
    border: 1px solid #eee;
    padding: 5px;
    width: 180px;
    height: 100px;
    margin-bottom: 1em;
    background-color: #efe;
    margin-right: 1em;
    float: left;
}

li.c:hover {
  background-color:#cec;
}

a {
    text-decoration:none;
    color:blue;
}

a:visited {
   color:blue;
}

div.logo {
 width:100%;
 padding: 3px 0;
 height: 25px;
 background:white;
 border: solid #aca 1px;

}

div.discribe {
 margin: 10px 0;
}

div.logo img {
  height:25px;
}

div#fxc_logo {
  float:right; 
  padding:10px; 
  background:white;
  position:absolute; 
  top:0;
  right:0; 
  height:30px;
}

hr.crossover {
 clear:both; 
 border:solid green 2px;
}
