/* 

全国青年大会WebSite CSS
(last-update:05.08.2)

    1:基本の設定
     :td
     :img
     :navi
     :copy
    
　　2:全国青年大会
     :title1
　　 :item1
　　 :item2
     :shumoku
     :kaigi

*/


/* ---------- 1:基本の設定 ---------- */

td {
 font-size: x-small;
 line-height: 1.4em;
 }

img {
 border: 0px;
 }

.navi:link {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
.navi:visited {
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
}
.navi:hover {
 color: #000066;
 text-decoration: none;
 background-color: #ffffff;
 font-weight: bold;
}

.here {
 color: #000033;
 font-weight: bold;
}

.nomal:link {
 text-decoration: none;
}
.nomal:visited {
 text-decoration: none;
}
.nomal:hover {
 color: #ff6600;
 text-decoration: underline;
}

.copy {
 color: #777777;
}





/* ---------- 2:全国青年大会 ---------- */


.title {
 color: #3366FF;
 font-size: small;
 font-weight: bold;
}

.item1 {
 font-weight: bold;
 color: #ffffff;
 background-color: #004080;
}

.item2 {
 background-color: #dcdcdc;
}

.item3 {
 color: #ff6600;
 font-weight: bold;
}

.gray {
 color: #777777;
}
