/*装飾指定用css*/

body{
font-family:verdana, arial, helvetica, Sans-Serif;
line-height: 1.2em;
}

#header h1 img{
               border:0;
               list-style-type: none;
               }

#top-right-nav ul li {
               list-style-type: none;
}

#top-right-nav p a {
               text-decoration: none;
               font-size: 85%;
}

#top-right-nav ul li a {
               text-decoration: none;
}

#global-nav li,img{
                   border: 0;
                   list-style-type: none;
                   } 

#main {
font-size: 90%;
}


#main h2{
     color: #006633;
     font-size: 110%;
     line-height: 1.2em;
     }

#main h3{
      color: #FF6600;
      font-size:110%;
      border-left: 10px solid #336600;
      border-bottom: 2px solid #336600;
      margin-top: 0.5em;
      
}


#main h3 a{
       text-decoration: none;
}
#main h3 a:link{
       color:#FF6600;
}

#main h3 a:visited{
       color:#FF6600;
}

#side li {
         list-style-type: none;
}

#footer p {
            width: 878px;
            font-size: 85%;
            background: #CCCC33;
            }

#footer p{

        list-style-type: none;
        padding: 10px;
        color: #333300;
        background: #CCFF66;
               }

#footer a {
            text-decoration: none;
              }

#footer address {
        width: 878px;
        padding: 10px;
        font-style: normal;
        text-align: center;
        font-size: 80%;
        border-top: dotted 2px #336600;

        
        
}





