@charset "UTF-8";

*{
    color:#333333;
    }

body{
    background-color:#ffffff;
    text-align:center;
    }
div#pagebody{
    width:750px;
    margin:0 auto;
    padding:0;
    text-align:left;
    background-image:url("./images/bkg.png");
    background-repeat;repeat-y;
    background-color:#ffffff;
    }
    
    
div#header{
    height:136px;
    background-Image:url("./images/nami.png");
    background-position:right;
    background-repeat:no-repeat;
    background-color:#ffffff;
    overflow:hidden;
    }
h1{
    margin:0;
    padding:20px 0px 0px 30px;
    }
h1 a{text-decoration:none;}

div#uheader{
    clear:both;
    margin:0;
    padding:0;
    }
    
div#menu{
    height:20px;
    }

ul#menu{
    margin:0px 2px 0px 3px;
    padding:0;
    }
li#lmenu{
    margin:0;
    float:left;
    list-style-type:none;
    }
li#lmenu B{
    display:block;
    width:10px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background-color:#ddddff;
    }
li#rmenu{
    margin:0;
    float:left;
    list-style-type:none;
    }
li#rmenu B{
    display:block;
    width:15px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background-color:#ddddff;
    }
    
li#menuoff{
    margin:0;
    float:left;
    list-style-type:none;
    }
li#menuoff a{
    display:block;
    width:120px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background-color:#ddddff;
    }
li#menuoff a:hover{
    background-color:#f8f8ff;
    }
li#menuon{
    margin:0;
    float:left;
    list-style-type:none;
    }
li#menuon a{
    display:block;
    width:120px;
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    background-color:#f0f0ff;
    }

    

div#contacts{
    width:650px;
    margin:0px 50px;
    padding:30px 0px;
    text-align:left;
    }
    
div#seminar{
    width:650px;
    margin:0px 50px;
    padding:30px 0px;
    text-align:left;
    }
div#seminar em {font-style:normal; font-weight:bold; font-size:large;}
    
div#journals{
    width:650px;
    margin:0px 50px;
    padding:30px 0px;
    text-align:left;
    overflow:hidden;
    }
div#journals em {font-style:normal; font-weight:bold; font-size:large;}
        
div#members{
    width:745px;
    margin:0px 2px 0px 3px;
    padding:30px 0px;
    text-align:left;
    }
    
div#home{
    width:745px;
    margin:0px 2px 0px 3px;
    padding:30px 0px;
    }
    
div#infomation{
    width:550px;
    margin:20px;
    padding:10px;
    float:right;
    background-color:#f9f9f9;
    }
            
div#research{
    width:625px;
    margin:0px 2px 0px 3px;
    padding:30px 60px;
    }