@charset "UTF-8";
/* CSS Document */


body {background-image: url("gimage/aaa1.png"); background-repeat: no-repeat; background-position: center center; background-attachment: scroll;background-color:#0f1f3c;}
h2 {font-family: roboto; sans-serif;font-weight: 400; font-size:1.5em;font-style: normal;line-height: 1.3em; color: #e9c76d;padding-left:15px;}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;}
 
 
  #header {
        width: 100%;
        height: 60px;
        background-color: none;
        border: 1px;
    }
    
    #innerHeader {
        margin: 0 auto;
        width: 75%;
        height: 100px; float:none;
        
    }
    
    #logo {
        width: 100px;
        height: 100px;
        float: none;
    }
    
    #navList {
        margin-left: 100px;
        margin-top: -160px;
        width: 100%;
        height: 100px;
        background-color: none;
        color: #f19cda;
    }

    #navList a {color:#f19cda;text-decoration: none;font-family: roboto; sans-serif;font-weight: 300; font-size:1em;
  font-style: normal;line-height: 1.4em;}
    
    #navList li {
      float: right;
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    }

