@charset "shift_jis";

/*--------------------------------------------------------
  共通
--------------------------------------------------------*/
body{
    width: 720px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color: #E1E1F3;
}

p{
    margin: 0;
    padding-top: 0;
    padding-right: 0;

    padding-bottom: 2px;
    padding-left: 0;
    line-height: 20px;
    text-align: left;
}

h1{
    font-size: 0.8em;
    line-height: 0.4em;
    font-weight: normal;
    text-align: right;
    margin-top: 1.2em;
}

h2{
    font-size: 1.2em;
    margin-bottom: 1.5em;
    padding: 5px 0 5px 5px;
    border-left:  10px solid #4949F2;
    border-bottom: 1px solid #4949F2;
}

h3,h4,h5,h6 {
    font-size: 1.0em;
    margin-bottom: 1.5em;
    padding: 5px 0 5px 5px;
    border-left:  10px solid #4949F2;
    border-bottom: 1px solid #4949F2;
}


/*--------------------------------------------------------
  本体
--------------------------------------------------------*/
#contents{
   padding-top: 1px;
   padding-bottom: 1px;
   border: 1px solid #660A0A;
}

#contents_main{
}

/*--------------------------------------------------------
  フッター
--------------------------------------------------------*/
#footer{
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
#footer p{
    font-size: 75%;
    text-align: right;
}

/*--------------------------------------------------------
  メニューバー設定
--------------------------------------------------------*/
#navibar
{
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    background-color: #AAAAF2;
}
#navibar ul{
    display: block;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: #AAAAF2;
}

#navibar li{
    height: 40px;
    width: 110px;
    float: left;
    overflow: hidden;
    border-right: solid 1px #E1E1F3;
}

#navibar li a{
    padding:10px;
    background-color: #AAAAF2;
    display: block;
    text-decoration: none;
    color: #000030;
}

#navibar li a:hover {
    background-color: #0000F2;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    color:  #E6E6FF;
}

/*--------------------------------------------------------
  トップページ
--------------------------------------------------------*/
#toppage{
    width: 700px;
    padding: 1em;
}
#toppage p{
    font-size: 105%;
    line-height: 160%;
}

/*--------------------------------------------------------
  サブページ
--------------------------------------------------------*/
#subpage{
    padding: 1em;
}

/*--------------------------------------------------------
  論文募集ページの分野番号のテーブル
--------------------------------------------------------*/
table.type01 {
    width: 650px;
    margin-left: 5px;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    border: 1px solid #666666;
    empty-cells: hide;
}
table.type01 thead {
    background: #AAF2AA;
}
table.type01 thead th {
    padding-left: 5px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #666666;
}
table.type01 tbody th {
    padding: 1px;
    font-weight: bold;
    vertical-align: top;
}
table.type01 td {
    padding: 2px;
    vertical-align: top;
    border: 1px solid #666666;
}


/*--------------------------------------------------------
  トップページのイメージタイトル
--------------------------------------------------------*/
#ImageTitle{
    width: 700px;
    height: 420px;
    text-align: left;
    background-image : url(ImageTitle.JPG);
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo{
    margin-top: 320px; #marginは表示領域内側の余白，paddingは表示領域外側の余白
    margin-bottom: 0px;
    padding-top: 30px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 20px;

    text-align: left;
    font-size: 36px;
    font-weight: bold;
    line-height: 5px;
    color: #000000;
    background-color: rgba( 205, 205, 205, 0.5 );
}

#ImageTitle p{
    margin-top: -24px;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;

    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    background-color: rgba( 205, 205, 205, 0.5 );
}

/*--------------------------------------------------------
  トップページの新着情報
--------------------------------------------------------*/
#toppageNEWS{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
}

#toppageNEWS dl{
    margin-left: 20px;
}

#toppageNEWS dt{
    float: left;
    line-height: 18px;
    min-height: 18px;
    font-weight: bold;
    width: 170px !important;
    color: #000000;
}

#toppageNEWS dd{
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 186px;
    line-height: 18px;
    min-height: 18px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C2C2F2;
}

a:hover {
  color: #0022FF;
  background-color: #AAF2CE;
}

a:active {
  color: #4D433D;
}