/*-- リンクＴＯＰ　（ｉｎｆｏ部分） --*/

/*--通常＝白・選択時＝コーラル --*/
/*--  top  ranking  topics  kameiten  school --*/
.linktop00      {
     width:780px;
     font-size:12px;
     text-align:right;
     margin:0px;
     padding:0px;
}
.linktop00 a       {
     color:white;
     text-decoration:none;
}
.linktop00 a:hover     {
     color:coral;
     text-decoration:underline;
}
/*--通常＝白・選択時＝紺 --*/
/*-- info --*/
.linktop01         {
     width:780px;
     font-size:12px;
     text-align:right;
     margin:0px;
     padding:0px;
}
.linktop01 a       {
     color:white;
     text-decoration:none;
}
.linktop01 a:hover     {
     color:midnightblue;
     text-decoration:underline;
}

/*--通常＝白・選択時＝オレンジ --*/
/*-- news  result  youkou --*/
.linktop02         {
     width:780px;
     font-size:12px;
     text-align:right;
     margin:0px;
     padding:0px;
}
.linktop02 a       {
     color:white;
     text-decoration:none;
}
.linktop02 a:hover     {
     color:orange;
     text-decoration:underline;
}

/*--ＨＤ部 --*/
/*-- top --*/
.head1          {
     width:800px;
     height:124px;
     background-color:gold;
     padding:10px 15px 10px 15px;
     margin:0px;

}
/*-- info topics  ranking  --*/
.head2          {
     width:780px;
     height:90px;
     background-color:gold;
     padding:10px 10px;
     margin:0px;

}
/*-- news  youkou --*/
.head3          {
     width:780px;
     height:90px;
     background-color:#99aacc;
     padding:10px 10px 10px 10px;
     margin:0px;

}
/*-- result --*/
.head4          {
     width:780px;
     height:90px;
     background-color:darkorange;
     padding:10px 10px 10px 10px;
     margin:0px;

}
/*-- cs kameiten  school --*/
.head5          {
     width:780px;
     height:90px;
     background-color:#99cc66;
     padding:10px 10px 10px 10px;
     margin:0px;

}
/*-- cs kameiten  school --*/
.head6          {
     width:780px;
     height:90px;
     background-color:#cc3340;
     padding:10px 10px 10px 10px;
     margin:0px;

}
/*-- 未使用 --*/
.head7          {
     width:780px;
     height:90px;
     background-color:goldenrod;
     padding:10px 10px 10px 10px;
     margin:0px;

}

/*-- top --*/
.menu00		{
     width:800px;
     background-color:silver;
     font-size:13px;
     font-weight:bold;
     color:white;
     border-top:solid 1px white;
     padding:4px 20px 4px 20px;
     text-align:center;
     margin:0px;

}
.menu00 a	{
     color:white;
     text-decoration:none;
}
.menu00 a:hover	{
     color:tomato;
}
/*-- cs  news  result  youkou --*/
.menu01		{
     width:780px;
     background-color:silver;
     font-size:13px;
     font-weight:bold;
     color:white;
     border-top:solid 1px white;
     padding:4px 20px 4px 20px;
     text-align:center;
     margin:0px;
}
.menu01 a		{
     color:white;
     text-decoration:none;
}
.menu01 a:hover	{
     color:orange;
}

/*-- kameiten  topics  ranking  school--*/
.menu02		{
     width:780px;
     background-color:silver;
     font-size:13px;
     font-weight:bold;
     color:white;
     border-top:solid 1px white;
     padding:4px 20px 4px 20px;
     text-align:center;
     margin:0px;
}
.menu02 a		{
     color:white;
     text-decoration:none;
}
.menu02 a:hover	{
     color:tomato;
}
/*-- info --*/
.menu03		{
     width:780px;
     background-color:silver;
     font-size:13px;
     font-weight:bold;
     color:white;
     border-top:solid 1px white;
     padding:4px 20px 4px 20px;
     text-align:center;
     margin:0px;
}
.menu03 a		{
     color:white;
     text-decoration:none;
}
.menu03 a:hover	{
     color:midnightblue;
}