@charset "utf-8";
html {
  overflow-y: scroll;
}

body{
    margin: 0px auto 0px auto;
    letter-spacing:1.5px;
    color: #333333;
    font: normal;
    font-size: 12px;
    font-family: 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}

/* --------- Layout style start ---------- */
#wrapper {
  margin: 0 auto;
  width: 950px;
}

#header {
  position: relative;
  font-size: 12px;
  background-color: #f8f4d6;
  background-image: url(/images/bg/bg_header.gif);
  width: 100%;
}

#trace {
    background-color: #DDD;
}

#contents {
  clear: both;
  margin: 10px 10px;
}

#footer {
  clear: both; 
  margin-top: 6px;
  height: 45px;
  background-color: #f8f4d6;
  padding-left: 15px;
  font-size: 12px;
}
/* ------- header style start ------- */  
#header #logo{
  position: absolute;
  top: 35px;
  left: 25px;
}

#header #logo a{
    position: relative;
    text-decoration: none;
}

#header #logo a img{
    position: absolute;
    left: 0;
}

#header #logo a span{
    display: none;
}

    #header strong {
        font-weight: normal;
    }

#header .cmn_btns{
    float: right;
    padding: 6px 10px;
    margin: 10px 10px 0 0;
    background-color: #FFE495;
}
    #header .cmn_btns ul {}
      #header .cmn_btns li{
        display: inline;
      }
      #header ul#help a{
        text-decoration: none;
        color: #666666;
      }
      #header ul#help li img{
          vertical-align: middle;
      }

#header ul#bookmarks {
  position: absolute;
  right: 10px;
  top: 93px;
  width: 130px;
  text-align: right;
}
    #header ul#bookmarks li{ display: inline; }

#header .site_discription {
  height: 55px;
  padding-top: 30px;
  margin-left: 300px;
  margin-right: 320px;
  color: #666666;
  font-size: 9pt;
  line-height: 1.0;
  width: 325px;
}


#header .cse-branding-right {
    position: absolute;
    top: 50px;
    right: 10px;
}
    #header .cse-branding-right .search_word {
        width: 227px;
        float: left;
        margin-right: 10px;
    }

/* navigation */
#navigation {
  clear: both;
  margin-left: 270px;
  list-style: none;
  height: 32px;
}  
  #navigation li{
    float: left;
    margin-right: 5px;
  }
    #navigation a{
      display: block;
      width: 100px;
      height: 32px;
      overflow: hidden;
      text-indent: -200px;
    }
    #navigation .top a{
      width: 100px;
      background: #fff url(/images/controll/tab_top.gif) no-repeat;
    }
    #navigation .pq a{
      width: 110px;
      background: #fff url(/images/controll/tab_pq.gif) no-repeat;
    }
    #navigation .gq a{
      width: 100px;
      background: #fff url(/images/controll/tab_gq.gif) no-repeat;
    }
    #navigation .home a{
      width: 110px;
      background: #fff url(/images/controll/tab_myhome.gif) no-repeat;
    }
    #navigation a:hover { background-position: left -32px; }
    #navigation a.active { background-position: left -65px; }

#new-register{
    float: right;
}

#menu {
    border-bottom: solid 1px #DDD;
    background-color: #FF9999;
}
    #menu ul{
        height: 22px;
        margin-left: 20px;
        list-style: none;
    }
    #menu li{
        float: left;
        padding-left: 10px;
        margin-right: 10px;
        border-left: 2px solid #FFF;
    }
    #menu li a{
        text-decoration: underline;
        color: #FFF;
    }
    #menu li.active a{
        text-decoration: none;
        color: #FFD5D5;
    }

#trace {
  height: 25px;
  border-bottom: solid 1px #CCCCCC;
  color: #FFF;
  font-size: 11pt;
}
    #trace ul{
        margin-left: 20px;
        padding-top: 2px;
        list-style: none;
    }
    #trace li{
        float: left;
        margin-right: 10px;
    }
    #trace a{
        color: #FFF;
        text-decoration: none;
    }
    #trace a:hover{text-decoration: underline;}



/* ------- footer style start ------- */
#footer ul{
    list-style-image: url(/images/icons/blue_arrow.gif);
    list-style:none;
    list-style-position: inside;
}
  #footer li{
    background: url(/images/icons/blue_arrow.gif) no-repeat left center;
    float: left;
    margin-top: 8px;
    margin-right: 14px;
    padding-left: 18px;
  }
  
  #footer a {
    text-decoration: underline;
    color: #666666;
  }
  
  #footer p {
    text-align: right;
  }

#user_agreement h5{
  margin-top: 25px;
  margin-bottom: 10px;
}

#user_agreement ol{
  list-style-position: inside;
}
#user_agreement li{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ------- contents style start ------- */
#contents .left {
  float: left;
  width: 650px;

}

#contents .right {
  float: right;
  width: 260px;
}





/* パンくずリスト */
#trace_list {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 8pt;
  color: #666666;
}
#trace_list a {
  color: #666;
}

/* モーダルダイアログ */
#modal_wrap{
  position: absolute;
  top: 0; left: 0;
  z-index: 10;
  background-color: #000000;
}

.modal_container{
  overflow: hidden;
  z-index: 15;
  background-color: #FFFFFF;
  position: absolute;
  width: auto; height: auto;
  border: 4px outset #C6C6C6;
}

.modal_header .close_btn {
  display: block;
  margin: 6px 6px 0 auto;
  width: 20px;
  height: 20px;
  background: #fff url(/images/icons/close.gif) no-repeat;
  overflow: hidden;
  text-indent: -100px;
}
.modal_footer .close_btn {
  display: block;
  margin: 27px auto;
  width: 62px;
  height: 28px;
  background: #fff url(/images/controll/btn_close.gif) no-repeat;
  text-indent: -100px;
  overflow: hidden;
}
.modal_footer .close_btn:hover { background-position: left -28px; }


/* ページング */
.pagination{
  font-size: small; 
  font-weight: bold;
  color: #DDDDDD;
}
.pagination a{
  color: blue;
}
.pagination .current{
  color: #E57DB1;
}
  .paginate.bottom{
        clear: both;
        margin-top: 10px;
        text-align: right;
  }

textarea {
  border: solid 1px #A1A1A1;
  padding: 5px;
}

.radio {
    margin-left: 10px;
    vertical-align: middle;
}

/* エラー */
.errorPage_wrap{
    text-align:center;
}
.errorPage{
    text-align:left;
    border:2px dashed #CCCCCC;
    background-image:url(/images/login/caution.gif);
    background-position:10px 20px;
    background-repeat:no-repeat;
    width:60%;
    margin:70px auto 70px auto;
    padding:20px 0px 20px 10px;
}
.errorPage .box{
    margin-left:50px;
}
.errorPage .btn{
    text-align:center;
}
.errorPage .btn_top{
    margin:20px auto 0px auto;
}
.errorPage h1{
    font-size:medium;
    font-weight:normal;    
}


.highlight {
  color: #D9418D;
  font-weight: bold;
}

.spacer {
  height: 16px;
}

.sep_v_s {
    height: 100px;
    width: 2px;
    background: transparent url(/images/bg/sep_v_s.gif);
}

.fleft {float: left;}
.fright {float: right;}

.errorExplanation {
  margin: 10px 24px;
  padding: 5px 10px;
  border: solid 2px red;
}
  .errorExplanation h2{ display: none;}
  .errorExplanation p{ display: none;}
  .errorExplanation ul{ list-style: none; }
  .errorExplanation li{ font-weight: bold; }

table.std {
    clear: both;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #F7F5E8;
    border-collapse: collapse;
    table-layout: fixed;
}
    table.std th {
      height: 32px;
      border: solid 1px #E7E5E8;
      text-align: center;
      color: #333;
      font-weight: normal;
      background: #FFF url(/images/bg/bg_tb_header.gif)
    }
    table.std td {
      height: 40px;
      border: solid 1px #E7E5E8;
      padding-left: 5px;
      padding-right: 5px;
      text-align: left;
    }
    table.std tr.even td{
      background-color: #FDFCF0;
    }
    table.std tr.odd td{
      background-color: #FFFFFF;
    }

.focus_class {
  background-color: #F8F5D8;
}

span.professor_name {
  font-weight: bold;
}

span.admin_name {
  color: #D9418D;
}

.amazon_wide {
  margin-top: 10px;
}
  .amazon_wide iframe{
    margin:10px 100px;
    width:728px;
  }


#timer_disp {
  padding: 3px;
  background: transparent url(/images/bg/bg_header.gif) repeat;
  font-size: 9pt;
  text-align: center;
}

#flash_err_msg {
  border:2px solid red;
  margin:40px;
  padding:20px;
}

ul {
    list-style: none;
}

.tip_help{
  position: absolute;
  top: 10px;
  right: 35px;
}

.BrEdiMa_Frame textarea {
    padding: 0;
}

div.hidden {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

