@charset "utf-8";
/* formatting style
-----------------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-image : url(../figures/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	color: #AA0055;
	text-decoration: underline;
}
a:hover {
	color: #2A3FFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	left: +1px;
	top: +1px;
	position: relative;
}
/* basic layout
-----------------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#header {
	font-weight: normal;
	height: 120px;
	background-image : url(../figures/grh_9cffff.png);
	background-repeat: repeat;
	border-bottom: thin solid #FFFF99;
}
#header ul {
	background-color: #FFFFFF;
	position: absolute;
	width: 858px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 3em;
	color: #003300;
	background-color: #00CCFF;
	height: 3em;
	border-top: 3px solid #FFFF99;
	text-align: center;
	text-decoration: none;
	border-bottom: 3px ridge #999999;
	border-left: 2px solid #FFFFFF;
	width: 141px;
	float: left;
	background-image : url(../figures/sty_g.gif);
	background-repeat: repeat;
}
#home #header #nHome a, 
#gaiyo #header #ngaiyo a, 
#kenkyuukai #header #nkenkyuukai a, 
#members #header #nmembers a, 
#nyukai #header #nnyukai a, 
#link #header #nlink a {
	color: #0033FF;
	background-color: #828CA7;
	background-image: none;
}

#header ul li a:hover {
	color: #00CCFF;
	background-color: #FFFFFF;
}


#header h1 {
	font-style: italic;
	color: #006699;
	font-size: x-large;
	padding-left: 1em;
}
#header h3 {
	color: #333333;
	padding-left: 1em;
}


#main {
	padding: 0px 5px 0px 10px;
	width: 843px;
	margin-bottom: 20px;
}
#main h2 {
	border-left: 10px solid #0066FF;
	color: #333333;
	border-top-style: none;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	width: 250px;
	font-size: 16px;
	font-style: normal;
	border-bottom: 1px solid #999999;
	background-image: none;
	background-position: left bottom;
	clear: none;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 10px;
}
#main h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image : url(../figures/line02b2.gif);
	background-position: bottom;
	color: #333366;
	background-repeat: repeat-x;
	padding-top: 20px;
	width: 400px;
}
#kenkyuukai  #main h3 {
	background-image: none;
	font-size: 16px;
	font-style: normal;
	width: 600px;
}

#main h4 {
	color: #333333;
	margin-bottom: 15px;
	background-image : url(../figures/square0209.gif);
	background-position: left center;
	padding: 5px 0px 4px 20px;
	background-repeat: no-repeat;
}

#main p {
	margin-bottom: 1em;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 780px;
	margin-left: 1em;
}
#home #main p {
	padding-left: 1.5em;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	width: 580px;
	clear: left;
}
#home #main #boss {
	padding-left: 400px;
	margin: 0px;
	padding-top: 0px;
}

#home  #main img#picture {
	float: right;
	clear: none;
	width: 194px;
	height: 144px;
	margin-right: 20px;
}
#home #main img {
	text-decoration: blink;
	vertical-align: text-top;
}

#nyukai #main img {
	vertical-align:bottom;
	text-align: justify;
	padding-left: 5px;
}

#home #main #book {
	position: absolute;
}


#home #main ul li {
	background-image : url(../figures/square01-012.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 1.5em;
	margin-left: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	color: #003366;
}

/* table
--------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #CCFFFF;
}
#main table td {
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#kenkyuukai  #main li {
	margin-left: 10px;
	padding-left: 10px;
	list-style: none;
}
#main   ol  {
	padding-left: 25px;
	margin-left: 5px;
	color: #333333;
	margin-top: 5px;
	font-weight: bold;
}
#main   ol  li  {
	padding-top: 5px;
	padding-left: 10px;
}
#main  ol  ul  li  {
	color: #333333;
	list-style: disc;
	margin-left: 10px;
	font-weight: normal;
}
#link    #main    a  {
	padding-left: 10px;
	list-style: url(none);
}




#main table tr.odd {
	background-color: #EFEFEF;
}

/* footer styles
-----------------------------------------*/
#footer {
	color: #FFFFFF;
	background-color: #666666;
	padding: 15px;
	clear: both;
}
#footer ul li {
	display: inline;
	margin: 0px 15px 0px 0px;
	list-style: none;
}

#footer ul li a {
	color: #CCCCCC;
}
#footer   ul   li a:hover  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	float: right;
}

#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
.report {
	border-top: thin solid #999999;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#kenkyuukai #main table {
	border-style: none;
}
#kenkyuukai #main .report img {
	float: right;
}
