@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: #F9FFB3;
}

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 #666644;
    border-bottom: 1px solid #666644;
    border-top: 1px solid #666644;
}

h3,h4,h5,h6 {
    font-size: 1.0em;
    padding: 5px 0 5px 5px;
    border-left:  10px solid #666644;
    border-bottom: 1px solid #666644;
}

/*取り消し線*/
span.line-through{
  text-decoration: line-through;
}

/*--------------------------------------------------------
  本体
--------------------------------------------------------*/
#contents{
   padding-top: 1px;
   padding-bottom: 1px;
   border: 1px solid #660A0A;
}

/*--------------------------------------------------------
  フッター
--------------------------------------------------------*/
#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: 12px;
    background-color: #AEB37D;
}
#navibar ul{
    display: block;
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    background-color: #AEB37D;
}

#navibar li{
    height: 40px;
    width: 100px;
    float: left;
    overflow: hidden;
    border-right: solid 1px #E1E1F3;
}

#navibar li a{
    padding:10px;
    background-color: #4B4D36;
    display: block;
    text-decoration: none;
    color: #E6E6FF;
}

#navibar li a:hover {
    background-color: #CC1461;
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    color:  #000000;
}

/*--------------------------------------------------------
  基調講演
--------------------------------------------------------*/
#kouen p{
  text-indent:20rem;
}

/*--------------------------------------------------------
  プログラム
--------------------------------------------------------*/
#program{
}

#program p{
    font-size: 85%;
    text-align: right; 
}

/*--------------------------------------------------------
  サブページ
--------------------------------------------------------*/
#subpage{
    margin: 50px 30px 10px;
}

/*--------------------------------------------------------
  新着情報
--------------------------------------------------------*/
#subpageNEWS{
    color: #111111;
    font-size: 90%;
    font-weight: bold;
    border: 3px;
    padding-left: 50px;
    padding-right: 50;
    background-color: rgba( 255, 255, 255, 0.9 );
}

/*--------------------------------------------------------
  論文募集ページ
--------------------------------------------------------*/
#boshu{
    margin-left: 20px;
}

/*--------------------------------------------------------
  論文募集ページの分野番号のテーブル
--------------------------------------------------------*/
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: #E0E6A1;
}
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: 300px;
    text-align: left;
    background-image : url(ImageTitle.JPG);
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}

.logo{
    margin-top: 210px; #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 );
}

/*--------------------------------------------------------
  トップページの本体(タイトル以下)
--------------------------------------------------------*/
#subpage{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
}

a:hover {
  color: #0022FF;
  background-color: #AAF2CE;
}

a:active {
  color: #4D433D;
}


