@charset "UTF-8";


/* header_top始まり */
#header {
	height:71px;
	width: 800px;
	position: relative;
}

h1 {
	margin: 0px;
	position: absolute;
	left: 19px;
	top: 19px;
	height: 20px;
	display: block;
	text-decoration: none;
}

#header ul {
	margin: 0px;
	list-style: none;
}


#header li {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#header li.top {
	left: 19px;
	top: 57px;
	width: 35px;
	height: 12px;
	}
#header li.news {
	left: 54px;
	top: 57px;
	width: 53px;
	height: 12px;
	}
#header li.profile { 
	left: 107px;
	top: 57px;
	width: 63px;
	height: 12px;
	}
#header li.projects {
	left: 170px;
	top: 57px;
	width: 77px;
	height: 12px;
	}
#header li.awars {
	left: 247px;
	top: 57px;
	width: 66px;
	height: 12px;
	}
#header li.publications {
	left: 313px;
	top: 57px;
	width: 96px;
	height: 12px;
	}
#header li.services {
	left: 409px;
	top: 57px;
	width: 71px;
	height: 12px;
	}
#header li.link {
	left: 480px;
	top: 57px;
	width: 44px;
	height: 12px;
	}		
#header li.contact {
	left: 531px;
	top: 57px;
	width: 65px;
	height: 12px;
	}
#header li.recruit {
	left: 594px;
	top: 57px;
	width: 42px;
	height: 12px;
	}

#header li.p01 {
	left: 19px;
	top: 39px;
	width: 35px;
	height: 20px;
	}
#header li.p02 {
	left: 54px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p03 {
	left: 94px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p04 {
	left: 134px;
	top: 39px;
	width: 45px;
	height: 20px;
	}
#header li.p05 {
	left: 179px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p06 {
	left: 219px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p07 {
	left: 259px;
	top: 39px;
	width: 43px;
	height: 20px;
	}
	
	
#header li.p14 {
	left: 302px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p08 {
	left: 342px;
	top: 39px;
	width: 43px;
	height: 20px;
	}
#header li.p09 {
	left: 385px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p11 {
	left: 425px;
	top: 39px;
	width: 43px;
	height: 20px;
	}
#header li.p13 {
	left: 468px;
	top: 39px;
	width: 45px;
	height: 20px;
	}
#header li.p15 {
	left: 513px;
	top: 39px;
	width: 31px;
	height: 16px;
	}
#header li.p12 {
	left: 544px;
	top: 39px;
	width: 40px;
	height: 20px;
	}
#header li.p10 {
	left: 584px;
	top: 39px;
	width: 40px;
	height: 20px;
	}


/* header_top終わり */




/* TOP始まり */

    
.top_container {
	        width: 90%;
	        margin: 20px auto;
	        background:rgba(255, 255, 255, 0.5);
	        padding: 20px;
	        font-size:120%;
	    }
	    
pre, code {
        font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
        color: #333;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }
      
pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px;  }
      code { padding: 2px 4px; background-color: #F7F7F9; border: 1px solid #E1E1E8; color: #D14; }







/* TOP終わり */

