<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
	background-color: transparent;
	background-image: none;
}

body {
	width: 100%;
	color: #333333;
	font-size:12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #444444;
}

.blue {
	clear:both;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#595959+0,919191+99 */
background: #606060; /* Old browsers */
background: -moz-linear-gradient(top,  #606060 0%, #444444 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #606060 0%,#444444 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #606060 0%,#444444 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#444444',GradientType=0 ); /* IE6-9 */

}
.white {＃
	clear:both;
	background: #fff;
}

.wrapper {
	width: 840px;
	margin: 0 auto;
}

#header {
	height: 87px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	background: url(../images/header.jpg) no-repeat;
}

#header #logo  {
	width: 553px;
	height: 87px;
	position: absolute;
	left: 0;
}
#header #logo a {
	width: 553px;
	height: 87px;
	display: block;
}
#header #logo span {
	display: none;
}

#header #search  {
	margin: 25px 0 0 0;
	float: right;
	width: 200px;
	height: 24px;
	display: inline;
}

.input_search  {
	float: left;
	height:20px;
	width:158px;
	border-top:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	background-color:#ffffff;
	color:#333333;
	vertical-align:top;
}

#header #search ul li   {
	list-style: none;
	float: right;
	widhth: 24px;
	height: 24px;
	padding-top: 0;
	margin-top: 0;
	background: url(../images/searchBg.gif) no-repeat top left;
}

#header #tools  {
	position: absolute;
	top: 58px;
	left: 600px;
	width: 400px;
	height: 20px;
	display: inline;
}

#header #tools ul  {
	float: left;
	list-style: none;
}

#header #tools ul li {
	float: left;
	list-style: none;
}

#header #tools ul li a {
	display: block;
	height: 20px;
}

#header #tools ul li a span {
	display: none;
}

#header #tools ul li a.tHome {
	width: 55px;
}
#header #tools ul li a.tAccess {
	width: 63px;
}
#header #tools ul li a.tContact {
	width: 55px;
}


input.sbutton  {
	behavior: url("csshover3.htc");
}

input.sbutton:hover  {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}

#nav {
	clear: both;
	height: 54px;
	margin: 0 auto;
	padding: 0;
background: #444; /* Old browsers */
}

#nav li {
	float: left;
	height: 54px;
/*
	border-left: 1px solid #91aac7;
	border-right: 1px solid #044697;
*/
	border-left: 1px solid #999;
	border-right: 1px solid #333;
}

#nav li a {
	padding: 15px 20px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-align: center;

	/* 影 */
	text-shadow: 1px 1px 2px #333;
	-webkit-text-shadow: 1px 1px 2px #333;
	-moz-text-shadow: 1px 1px 2px #333;

	background: #444; /* Old browsers */
	text-shadow: none;	
}
#nav li a:hover {
	background: #577da8; /* Old browsers */
	background: -moz-linear-gradient(top,  #4e76a3 1%, #0c52a9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4e76a3 1%,#0c52a9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4e76a3 1%,#0c52a9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e76a3', endColorstr='#0c52a9',GradientType=0 ); /* IE6-9 */
	color: #eee;
}

#nav li.fst  {
	border-left: none;
	border-right: 1px solid #333;
}

#nav li.lst  {
	border-left: 1px solid #999;
	border-right: none;
}

#nav li a p.sub {
	margin-top:4px;
	font-size:10px;;
	font-weight: normal;
	color: #eee;
}

#nav li.navOverview a { width: 88px;	background: url(../images/nOverview.gif) no-repeat 0 0; }
#nav li.navOverview a:hover { background: url(../images/nOverview.gif) no-repeat 0 -44px; }

#nav li.navPresen a { width: 88px;	background: url(../images/nPresent.gif) no-repeat 0 0; }
#nav li.navPresen a:hover { background: url(../images/nPresent.gif) no-repeat 0 -44px; }

#nav li.navRegistration a { width: 88px;	background: url(../images/nRegistration.gif) no-repeat 0 0; }
#nav li.navRegistration a:hover { background: url(../images/nRegistration.gif) no-repeat 0 -44px; }

#nav li.navSponsor a { width: 163px;	background: url(../images/nSponsor.gif) no-repeat 0 0; }
#nav li.navSponsor a:hover { background: url(../images/nSponsor.gif) no-repeat 0 -44px; }

#nav li.navProgram a { width: 100px;	background: url(../images/nProgram.gif) no-repeat 0 0; }
#nav li.navProgram a:hover { background: url(../images/nProgram.gif) no-repeat 0 -44px; }

#nav li.navAbstact a { width: 87px;	background: url(../images/nAbstract.gif) no-repeat 0 0; }
#nav li.navAbstact a:hover { background: url(../images/nAbstract.gif) no-repeat 0 -44px; }

#nav li.navReception a { width: 90px;	background: url(../images/nVenue.gif) no-repeat 0 0; }
#nav li.navReception a:hover { background: url(../images/nVenue.gif) no-repeat 0 -44px; }

#nav li.navOther a { width: 71px;	background: url(../images/nOther.gif) no-repeat 0 0; }
#nav li.navOther a:hover { background: url(../images/nOther.gif) no-repeat 0 -44px; }


#keyimage {
	clear: both;
	height: 237px;
	margin: 0 auto 0 auto;
	padding: 0;
	position:relative;
}
#keyimage img {
	float: left;
	height: auto;
}
#keyimage h1 {
	position:absolute;
	max-width:100%;
	height:auto;
	bottom:10px;
	left:10px;
	z-index:100;
	padding: 1em;
	background: #333;
	color:#fff;
	font-size:16px;
	opacity: 0.8;
}
#keyimage h1 p {
	color:#fff;
	font-size:13px;
	line-height:19px;
	font-weight: normal;
}

#topresearch  {
	margin-top: 5px;
	width: 100%;
	clear:both;
}
.tres  {
	float: left;
	width: 200px;
	height: 170px;
	margin-right:13px;
	margin-bottom: 15px;
	position:relative;
	background: #eee;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.tres img  {
	overflow: none;
	width: 198px;
	height: 168px;
	box-sizing: border-box;
	resize:none;

}
.tres.right  {
	margin-right: 0;
}
.tres p  {
	position:absolute;
	width: 100%;
	box-sizing: border-box;
	height:50px;
	bottom:0;
	left:0;
	z-index:100;
	padding: 1em;
	background: #333;
	color:#fff;
	font-size: 11px !important;
	opacity: 0.8;
	line-height: 16px;
	text-align:center;
}

#bWhatsnew {
	height: 300px;
	overflow: auto;
	padding: 5px;
}

bWhatsnew table  {
	width: 100%;
}

#bWhatsnew td  {
	line-height: 140%;
	font-size:12px;
	padding:3px;
	border-bottom: 1px dashed #ccc;
}

#footer {
	padding-top:15px;
	height: 100px;
	color: #fff;
}

#footer p.title {
	font-size:14px;
	font-weight: bold;
	line-height: 18px;
}

#footer p.title a {
	color: #fff;
	text-decoration: none;
}

#footer p.copy {
	text-align: right;
	font-size:12px;
	font-weight: normal;
	line-height: 18px;
}

#footer nav li  {
	float: left;
}
#footer nav li a  {
	text-decoration: none;
	color: #fff;
}
#footer nav li a:hover  {
	text-decoration: none;
	color: #ccc;
}

h1{
	clear: both;
	height: 60px;
	background: url(../images/h1.jpg) no-repeat 0 0;
	margin: 0 auto 0 auto;
	display: block;
}

h1 span.maintxt  {
	line-height: 28px;
	color: #444;
	font-weight: bold;
	font-size:22px;
	position: relative;
	top: 9px;
	left: 20px;
}

h1 span.subtxt  {
	color: #970805;
	font-weight: bold;
	font-size:12px;
	position: relative;
	top: 10px;
	left: 20px;
}

#main  {
	float: right;
	width: 587px;
	margin-right:7px;
	margin-top:2px;
	_margin-right:4px;
}


#breadclumbs {
	clear: both;
	text-align: left;
	width: 778px;
	background: #e7e7e7;
	margin: 8px 0px 10px 0px;
}


#crumbs {
	font-size: 11px;
	height:26px;
	border:1px solid #d0d0d0;
}

#crumbs li {
	list-style: none; 
  	float: left;
	line-height:26px;
	padding-left: 0.75em;
	color:#333;
}
		
#crumbs li a {
	background: url(../images/crumbs.gif);
	background-repeat: no-repeat;
	background-position: right 0;
	display:block;
	padding:0 15px 0 0;
}
							
#crumbs li a:link,
#crumbs li a:visited {
	color:#333;
	text-decoration:none;
}	

#crumbs li a:hover,
#crumbs li a:focus {
	color:#dd2c0d;
}		

#crumbs img.panhome  {
	_line-height:26px !important;
	width: 15px;
	height: 26px;
}

#contents {
	padding: 1em 0;
	text-align: left;
	background: #ffffff;
	min-height:440px;
	font-size:12px;
	line-height:22px;
}

#contents p {
	padding: 1em; 
	font-size:12px;
}

#contents h2  {
	margin-top: 1em; 
	margin-bottom: 1em; 
	background: #577da8;
	background: -moz-linear-gradient(top,  #577da8 1%, #185bad 100%);
	background: -webkit-linear-gradient(top,  #577da8 1%,#185bad 100%);
	background: linear-gradient(to bottom,  #577da8 1%,#185bad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577da8', endColorstr='#185bad',GradientType=0 );
	color: #fff;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	font-size: 14px;  
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; 
}

#contents h3  {
	margin-top: 1em; 
	margin-bottom: 1em; 
	padding-top:7px;
	padding-bottom:4px;
	padding-left:32px;
	padding-right:10px;
	color: #333333;
	font-weight: bold;
	font-size: 14px;  
	border: 1px solid #aaaaaa;
	background: url(../images/h2_bg.gif) no-repeat;
	word-break: break-all;
}

#contents h4  {
	color: #039;
	font-weight: bold;
	font-size:13px;
}

#contents ul {
	margin-top: 1em; 
	margin-bottom: 1em; 
}

#contents ol  {
	margin-top: 1em; 
	margin-bottom: 1em; 
}

#contents ol li  {
	margin-left: 3em; 
	list-style: decimal;
}

#contents ul li  {
	margin-left: 3em; 
	list-style: disc;
}

#contents li.margin {
	margin-bottom: 1em;
}

#contents ul ul li {
	margin-left: 3em; 
	list-style: circle;
}

#contents ul ul ul li {
	margin-left: 3em; 
	list-style: square;
}

#contents blockquote {
	margin:1em 0 1em 2em; 
	line-height:22px;
}

#contents table.center {
	margin: 1em auto 1em auto;
}

#contents table.box {
	margin: 1em auto 1em auto;
	padding: 0.5em;
	border: 1px solid #999;
}

#contents td  {
	line-height: 160%;
	font-size:12px;
	padding:4px;
}
#contents td p, #contents th p  {
	padding: 0;
}


#contents th  {
	background: #8AC831;
	text-align: left;
	line-height: 150%;
	font-size:12px;
	padding:4px;
}

#contents td.left {
	background:  #eeeeee;
	font-weight: bold;
}

#contents td.title {
	vertical-align: middle;
	font-size:100%;
	background: #666;
	color: #ffffff;
	font-weight: bold;
	padding-left: 0.5em;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#contents a { color:#870e33; }
#contents a:visited { color:#b65555; } 
#contents a:hover { color:#d91919 ; }

#contents p.figure {
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

#under  {
	margin-right:auto;
	margin-left:auto;
	margin-top:1em;
	margin-bottom:1.5em;
	text-align: right;
}

.top a {
  margin-left:20px;
  background: url(../images/top.gif) no-repeat 0 0;
  padding: 0 0 0 20px;
  font-size:12px;
}
.top a { text-decoration: none; }
.top a:visited { color:#b65555; }
.top a:hover{ color: #bb0000; }

.back a {
  background: url(../images/back.gif) no-repeat 0 0;
  padding: 0 0 0 22px;
  font-size:12px;
}
.back a { text-decoration: none; }
.back a:visited { color:#b65555; }
.back a:hover{ color: #bb0000; }


td.line {  border-bottom: 1px dotted #666666; }
td.uline { border-top: 1px dotted #666666; border-bottom: 1px dotted #666666; }

a { color:#870e33; }
a:visited { color:#b65555; } 
a:hover { color:#d91919 ; }

.date {
	color: #369;
	font-weight: bold;
}

.new { color: #ff0000; font-size: 11px; font-weight: bold; }

strong {
  font-weigt: bold;
}

a.pdf {
	background: url(../images/pdficon.gif) no-repeat right 0;
	padding-right: 20px;
}

a.word {
	background: url(../images/wordicon.gif) no-repeat right 0;
	padding-right: 20px;
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.red  {
	color: #C00;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}
sub {
	vertical-align: baseline;
	position: relative;
	bottom: -3px;
}
</pre></body></html>