/* style.css:愛知私学奨学資金財団ページ用スタイルシート */

/* リンク属性 */
a:link{
        background-color:       transparent;
        color:                          #cc0000;
        text-decoration:        underline;
}
a:visited{
        background-color:       transparent;
        color:                          #cc0000;
        text-decoration:        underline;
}
a:active{
        background-color:       transparent;
        color:                          #ff3333;
        text-decoration:        none;
}
a:focus{
        background-color:       transparent;
        color:                          #ff3333;
        text-decoration:        none;
}
a:hover{
        background-color:       transparent;
        color:                          #ff3333;
        text-decoration:        none;
}



/* 共通仕様（規定値） */
body{
        background-color:       #ffffff;
        color:                          #000000;
        font-size:                      9pt;
        scrollbar-arrow-color:          #990000;
        scrollbar-3dlight-color:        #990000;
        scrollbar-darkshadow-color:     #990000;
        scrollbar-base-color:           #ffcccc;
        scrollbar-face-color:           #ffcccc;
        scrollbar-highlight-color:      #ffcccc;
        scrollbar-shadow-color:         #ffcccc;
}
img{
        border-width:           0pt;
}
th{
        font-size:                      10.5pt;
        line-height:            1.25;
}
td{
        font-size:                      9pt;
        line-height:            1.5;
}
pre{
        font-family:            monospace;
        font-size:                      9pt;
        line-height:            1;
}



/* 書式指定 */
.aqua{
        color:                          #00ffff;
}
.black{
        color:                          #000000;
}
.blue{
        color:                          #0000ff;
}
.cyan{
        color:                          #00ffff;
}
.fushia{
        color:                          #ff00ff;
}
.green{
        color:                          #008000;
}
.grey{
        color:                          #808080;
}
.lime{
        color:                          #00ff00;
}
.magenta{
        color:                          #ff00ff;
}
.maroon{
        color:                          #800000;
}
.navy{
        color:                          #000080;
}
.olive{
        color:                          #808000;
}
.purple{
        color:                          #800080;
}
.red{
        color:                          #ff0000;
}
.silver{
        color:                          #cccccc;
}
.teal{
        color:                          #008080;
}
.white{
        color:                          #ffffff;
}
.yellow{
        color:                          #ffff00;
}
.trans{
        background-color:       transparent;
}
.normal{
        font-style:                     normal;
        font-weight:            normal;
        text-decoration:        none;
}
.bold{
        font-weight:            bold;
}
.italic{
        font-style:                     italic;
}
.underline{
        text-decoration:        underline;
}
.pre{
        font-family:            monospace;
        font-size:                      9pt;
        line-height:            1;
}



/* Copyright */
.copyright{
        font-size:                      9pt;
}



/* 注意・警告 */
.exclamation{
        color:                          #800000;
        font-weight:            bold;
}
.critical{
        color:                          #ff0000;
        font-weight:            bold;
}



/* 見出し */
.headlv1{
        background-color:       #cc0000;
        color:                          #ffff00;
        font-size:                      12pt;
        font-weight:            bold;
        line-height:            1.1;
}
.headlv1-1{
        color:                          #cc0000;
        font-size:                      12pt;
        font-weight:            bold;
}
.headlv1-n{
        color:                          #cc0000;
        font-size:                      12pt;
}
.headlv2{
        background-color:       #ff0000;
        color:                          #ffffff;
        font-size:                      11pt;
        font-weight:            bold;
        line-height:            1.1;
}
.headlv2-1{
        color:                          #ff0000;
        font-size:                      11pt;
        font-weight:            bold;
}
.headlv3{
        background-color:       #ff6666;
        color:                          #ffffff;
        font-size:                      11pt;
        font-weight:            bold;
        line-height:            1.1;
}
.headlv3-1{
        color:                          #ff6666;
        font-size:                      11pt;
        font-weight:            bold;
}
.headlv4{
        background-color:       #ffcccc;
        color:                          #990000;
        font-size:                      10.5pt;
        font-weight:            bold;
        line-height:            1.1;
}
.headlv4-1{
        color:                          #990000;
        font-size:                      10.5pt;
        font-weight:            bold;
}
.headlv5{
        background-color:       #ffccff;
        color:                          #990099;
        font-size:                      10pt;
        font-weight:            bold;
}
.headlv5-1{
        color:                          #990099;
        font-size:                      10pt;
        font-weight:            bold;
}
.headlv6{
        background-color:       #ffcccc;
        color:                          #000000;
        font-size:                      9pt;
        font-weight:            bold;
}
.headlv6-1{
        color:                          #000000;
        font-size:                      9pt;
        font-weight:            bold;
}



/* 境界線 */
td.borderline{
        background-color:       #cc0000;
        font-size:                      3pt;
}



/* ページのタイトル */
.pagetitle{
        color:                          #ff9966;
        font-weight:            bold;
}
.pagetitle span{
        color:                          #cc0000;
}
.subpagetitle{
        color:                          #000000;
        font-size:                      10.5pt;
        font-weight:            bold;
}
th.pagetitle{
        font-size:                      16pt;
}
td.pagetitle{
        font-size:                      10.5pt;
        line-height:            1em;
}



/* トップページのタイトル文字列 */
td.titlestring{
        color:                          #ff9966;
        font-size:                      18pt;
        font-weight:            bold;
}
td.titlestring span{
        color:                          #cc0000;
}



/* ナビゲーションリンク */
td.navilink{
        font-size:                      10pt;
}
/* フッター */
td.footer{
        font-size:                      9pt;
}



/* メニュー・講座一発表示 */
input.button{
        background-color:       #ff6666;
        color:                          #ffffff;
        font-weight:            bold;
}
input.rollover{
        background-color:       #cc0000;
        color:                          #00ffff;
        font-weight:            bold;
}
input.rolldown{
        background-color:       #ffcccc;
        color:                          #990000;
        font-weight:            bold;
}



/* インフォメーション */
.info{
        background-color:       #ffcccc;
        color:                          #990000;
}
.information{
        background-color:       #ffcccc;
        color:                          #990000;
}



/* アクセスカウンター */
.counter{
        font-size:                      8pt;
        font-weight:            bold;
}



