body {
	font-size: 84%;
	line-height: 170%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	background: url('../img/blue_back.jpg') repeat-y scroll center #0092d2;
}
div,ul {
	/*border: solid 1px #777;*/
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1,h2,h3,h4,h5,h6,p,ul,li {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}
a:link,
a:visited {
	text-decoration: none;
	color: #0075BE;
}
a:hover,
a:active {
	text-decoration: underline;
	color: #269AD7;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ******************************
             Layout
****************************** */
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
#contents {
	padding: 0 ;
	background-color: #fff;
} 
#contents .aside {
	margin-top: 10px;
	padding: 10px;
	border:solid 5px;
	border-color:#b5d264;
	border-radius: 10px;
}
#article {
	position:relative;
	min-height: 800px;
	float: right;
	width: 720px;
	background-color:  #eee;
}
#article .section {
	padding: 0 20px;
	background-color: #eee;
}
#footer {
	width: 960px;
	height: 52px;
	position: fixed;
	bottom: 0;
}
img.left-banner {
	display:inline;
}

/* *******************************
        Bubble
******************************* */
* {
	box-sizing: border-box;
}

.lead {
	padding-left: 30px;
	position: relative;
} 
.box {
	position: relative;
	padding: 10px;
	min-height:110px;
	background-color:  #fff;
	width: 90%;
	border-radius: 20px;
	z-index: 1;
}
.box:before {
	content: '';
	position: absolute;
	background: #fff;
	height: 60px;
	width: 60px;
	border-radius: 30px;
	bottom: 15px;
	left: -40px;
	z-index: 0;
}
.box:after {
	content: '';
	position: absolute;
	background: #eee;
	height: 80px;
	width: 40px;
	border-radius: 20px;
	bottom: 20px;
	left: -40px;
	z-index: 0;
}

/* *************************
       HEADER 
************************* */
#header {
	display: none;
}

/* *************************
         Contents
************************* */
h1 {
	line-height: 130%;
	color: #555;	
}
h2 {
	font-size: 20px;
	line-height: 130%;
	color: #555;
	margin: 20px 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #0092d2;
}
h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0 0 10px 30px;
	background: url(../img/icon_green18.gif) no-repeat 5px 2px;
	border-bottom: dotted 1px #0092d2;
	clear: both;
}
h4 {
	font-size:14px;
}
#title-banner {
	position: relative;
}
#article p {
	text-indent: 1em;
	line-height: 190%;
	margin-bottom: 0.9em;
}
#article .lead p{
	/*font-weight: bold;*/
	line-height: 150%;
	margin: 0;
}
.article p.caption {
	font-size: small;
	margin:3px;	
}
	p#lab-name {
		position: absolute;
		top:220px;
		right: 45px;
		display: block;
		text-align:right;
	}
	h4#pi-name {
		position: absolute;
		top:250px;
		right: 45px;
		display: block;
		text-align:right;
	}
	#pi-name span {
		display: inline;
		font-size: x-large;
	}
	#pi-english-name {
		position: absolute;
		top: 280px;
		right: 45px;
		display: block;
		text-align:right;
		color: #fff;
	}
		
.aside ul li {
	margin-left: 50px;
	list-style-type: square;
}
.aside ol li {
	margin-left: 20px;
	line-height: 170%;
}

/* *******************************
        Figure
******************************* */
.face-left { /* width = 100px or smaller */
	display: block;
	padding: 0;
	float: left;
	text-align:center;
	margin: 0;
}
.figure-left { /* width = 360px or smaller */
	display: block;
	padding: 2px;
	float: left;
	text-align:center;
	margin-right: 10px;
	border:solid 1px;
	border-color:#CCC;
}

.figure-right { /* width = 360px or smaller */
	display: block;
	padding: 2px;
	float: right;
	text-align:center;
	margin-left: 10px;
	border:solid 1px;
	border-color:#CCC;
}
.figure-center {
	text-align:center;
	margin: 0px auto 20px;
	/*padding: 10px;		
	border:solid 1px;
	border-color:#C66;*/
}
/* *************************
       SIDE BAR 
************************* */
#left-sidebar {
	padding: 0;
	float: left;
	width: 240px;
	background-color: #fff;
	text-align: center;
}
#left-sidebar #nav {
	height: 800px;
	padding: 0 10px;
	/*margin-left: auto;
	margin-right: auto;*/
	background-color: #fff;
	/*border: solid 1px #777;*/
}
#left-sidebar #nav a {
	display: block;
	text-align: left;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #0092d2;
}
#left-sidebar #nav a span{
	text-align: left;
	font-size: x-small;
	color: #333;
	text-align: left;
	line-height: 130%;
}
#left-sidebar #nav a.center{
	text-align: center;
}
/* *************************
         FOOOTER 
************************* */
#footer-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:	#fff;
	z-index: 10;
	opacity: 0.9;	
}
#footer #qbic-logo {
	display : block;
	position:absolute;
	top: 10px;
	right: 40px;	
	width: 118px;
	height: 33px;
	background: #fff;
	z-index: 200;
}
#footer #miraikan-logo {
	display : block;
	position:absolute;
	top: 0px;
	left: 20px;	
	width: 191px;
	height: 50px;
	background: #fff;
	z-index: 200;
}
#footer #copyright {
	display : block;
	position:absolute;
	top: 15px;
	right: 150px;	
	width: 300px;
	font-size: 12px;
	color:#0092d2;
	z-index: 400;
}
#footer #contact {
	display : block;
	position:absolute;
	top: 15px;
	right: 460px;	
	width: 100px;
	font-size: 12px;
	color:#0092d2;
	z-index: 400;
}

/* 線 */

.hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: #cccccc; /* 線色 */
}

/* マージン */

.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
