@charset "UTF-8";

/* header style: about riken research, help, sitemap */

#about h1,
#help h1,
#sitemap h1 {
	margin-top: 1em;
	font-family:Arial, Helvetica, sans-serif;
	}

/* end header style: about riken research, help, sitemap */


/* about riken research */
#about div.image {
background-color:#EEEFF6;
border:1px solid #AFB3D3;
color:#374092;
float:right;
font-size:93%;
margin:0 20px 10px 15px;
padding:3px;
width:400px;
}

/* end about riken research */

/* help */

#help #content h2 {
	clear: both;
	margin: 0 20px;
	padding: 0.5em 0 0 0;
	color: #02078E;
	font-weight: bold;
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 110%;
	border-top: dotted 1px #02078E;
}

#help h3 {
	margin: 0.5em 20px 0 20px;
	padding: 0;
	font-style: italic;
	font-size: 100%;
	font-weight: bold;
}

#help h3.norm {
	font-style: normal;
}


#help-list {
	list-style-type: none;
	margin: 1em 20px 2em 20px;
	padding: 0 0 0 1em;
}

#help-list li {
	font-size: 110%;
	line-height: 150%;
}

#help-list li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(../img/molecule-bullet.gif) no-repeat left 40%;
}

#help-list li a:hover {
	text-decoration: underline;
}

#help #content div.top {
	float:right;
	margin:0 20px 1em 0;
}

.small_text {
	font-size: 90%;
	color: #666;
}
	
/* end help */

/* sitemap */

#sitemap #content h2 {
	clear: both;
	margin: 1em 20px 0.5em 35px;
	padding-bottom: 1px;
	color: #02078E;
	font-weight: bold;
	font-size: 120%;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 110%;
	border-bottom: dotted 1px #02078E;
}

#sitemap-list {
	list-style-type: none;
	margin: 1em 20px 2em 20px;
	padding: 0 0 0 1em;
}

#sitemap #content ul {
list-style-type:none;
margin:0 0 2em 0;
padding-left:45px;
}

#sitemap-list li {
	font-size: 110%;
	line-height: 150%;
}

#sitemap-list li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	background: url(../img/molecule-bullet.gif) no-repeat left 40%;
}

#sitemap-list li a:hover {
	text-decoration: underline;
}

