/* 本文
---------------------------------------------*/
#primary .section h3 {
 font-size: 105%;
 padding-bottom: 3px;
 line-height: 1.7;
 font-family:Microsoft Sans Serif;
 font-weight:200;
 color:#000000;
text-aligin: center;
}
#primary .section {
 margin-left: 10px;
}
#primary p.sec {
 line-height: 1.7;
 font-size: 100%;
 color:#000000;
 margin: 0;
 padding-bottom: 2px;
 font-weight:500;
}
#primary p.sec1 {
 line-height: 1.7;
 font-size: 105%;
 color:#000000;
 margin: 0;
 padding-bottom: 2px;
 font-weight:500;
 aligin: center;
 text-align:center;
}
#primary p.sec2 {
 line-height: 1.3;
 font-size: 120%;
 color:#008080;
 margin: 0;
 padding-bottom: 0px;
 font-weight:600;
 aligin: center;
 text-align:center;
}
#primary p.sec3 {
 line-height: 1.3;
 font-size: 100%;
 color:#004080;
 margin: 0;
 padding-bottom: 2px;
 font-weight:500;
 aligin: center;
 text-align:left;
}
/* テーブル
---------------------------------------------*/
table{
 text-decoration:none;
 width: 560px;
 font-size: 100%;
 color:#000000;
 border-collapse: collapse;
 border-style:none;
 border-color: #316AC5;
 text-align:left;
 padding: 10px;

}
th {
 background-color:#7A96DF;
 color:#FFFFFF;
 border-left:solid 1px;
 border-right:solid 1px;
 border-top:solid 1px;
 border-bottom:solid 1px;
 border-color: #316AC5;
 padding: 10px;
}
td {
 padding: 10px;
 border-left:solid 1px;
 border-right:solid 1px;
 border-top:solid 1px;
 border-bottom:solid 1px;
 border-color: #316AC5;
}
td a{
 text-decoration:none;
 color: #0054E3;
 text-decoration:underline;
 padding: 10px;
}


