@charset "utf-8";


body {
    font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color: #333;
    font-size: 75%;
    line-height: 150%;

}
html>/**/body {
    font-size: 12px;
}

* + html body {
    font-family: "メイリオ","Meiryo";
}

div.main	{
    width: 800px; 
    
  

    margin-left: 5em;
}
h3	{
    font-size: 133.3%;
    margin-bottom: 5px;
}


table	{
    border-collapse: collapse;
    border-spacing: 0;
  
    margin-bottom: 30px;
    border: 1px solid #333;
}

.blue th	{
    background: #CAE5F1;
    border-top: 1px solid #1D5C79;
    border-bottom: 1px solid #FFF;
}
.blue td	{
    background: #F4FAFC;
    border-bottom: 1px solid #FFF;
}




