<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * style for The 53rd NIBB Conference
 * 
 */

/* body */
body {
	color: black;
	background-color: #355;
	background-image: url("images/backcolor.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: -50px -50px;
	font-family: times, serif;
}

/* style for NIBB logo */
div.nibblogo {
	margin-bottom: -54px;
}

/* 一番最初のタイトル用 */
div.header {
	color: black;
	background-color: white;
	text-align: left;
	font-weight: bold;
	margin: 0 10px 10px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: white black black white;
	width: 96%;
}

div.headline {
	color: black;
	text-align: left;
	font-size: 12pt;
	margin: 17px 0 0 0;
}

div.m {
	margin:10px;
}

div.mess {margin: 0.8em;
          }
		  
img.logole {
            float: right;
			margin:10px 5px 5px 10px;
}

img.logo {
	float: left;
	margin: 10px 5px 5px 10px;
}

/* メニューペイン全体 */
.menu {
	clear: both;
	width: 96%;
	text-align: center;
	padding: 0;
	margin: 0 0 0 20px;
}

.impbox {
	text-align: left;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #800;
	background-color: white;
	padding: 0;
	margin: 20px;
}

.impbox h3 {
	clear: both;
	color: white;
	background-color: #800;
	padding: 0.5em 0em 0.5em 40px;
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	text-align: left;
	text-decoration: none;
}

.impbox em {
	color: red;
	font-style: normal;
	font-weight: bold;
}

.impbox th {
	font-weight: bold;
	padding: 0.5em 4em 0.5em 40px;
}

.impbox td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}


a:link {
	color: black;
	text-decoration: none;
}

a.fot:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a.poster:link {
	color: blue;
	text-decoration: underline;
}

a.poster:visited {
	color: navy;
	text-decoration: underline;
}

a.poster:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.footer:link , a.footer:visited {color: white;
                                  text-decoration: none;
			                      }

a.footer:hover {color: red;
                text-decoration: none;
				}

th div.sel {
	color: black;
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: gray gray white gray;
	padding: 5px 2px 5px 2px;
	margin: 0px 3px 0px 3px;
	font-size: 10pt;
}


th div.it {
	color: black;
	background-color: #ddd;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #888;
	padding: 5px 2px 5px 2px;
	margin: 0px 3px 0px 3px;
	font-size: 10pt;
}

/*
 * div.cont {
 * 	clear: both;
 * 	color: black;
 * 	border-width: 1px;
 * 	border-style: solid;
 * 	border-color: black;
 * 	padding: 10px;
 * 	margin: 4px 0 0 10px;
 * }
 */

div.cont {
	text-align: left;
	clear: both;
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: white black black gray;
	margin: 0 0 0 0;
	padding: 20px;
	line-height: 1.5em;
	background-image: url("images/webback.jpg");
	background-repeat:repeat-y;
	background-attachment: fixed;
}

p {
	text-align: left;
	line-height: 1.5em;
	margin: 10px;
}

p.b {
     font-weight: bold;
}

p.cen {
	text-align: center;
}

p:first-letter {
	margin: 0 0 0 1em;
}

h1 {
	color: black;
	font-size: 20pt;
	margin: 0 0 0 10px;
	text-align: left;
}

h2, h3, h4 {
	text-align: center;
	margin: 0.5em 1em 0.5em 1em;
}

h5 {
	text-align: left;
	margin: 0.5em 1em 0.5em 1em;
	font-weight: bold;
	font-style: normal;
	font-size: medium;
	text-decoration: none;
}

td.cp {
	text-align: right;
	color: white;
	font-size: 12pt;
	line-height: 1.5em;
	vertical-align: baseline;
	padding: 10px 0 5px 0;
}

td.cp a {
	color: white;
}

td.footer {color: white;
           }
		   
td.top {padding: 0em 0.5em 0em 0.5em;
        text-align: left;
		}

div.rightbox {
	float: right;
}

div.clearbox {
	clear: both;
}

div.top {
         align: center;
		   }

/*
.bgstack {
	background-color: white;
	background-image: url("images/isom.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
}
*/

strong {
	color: red;
	font-weight: bold;
}

div.jpbox {
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #400;
	padding: 5px;
	margin: 10px;
	font-size: 16pt;
	float: left;
}

em.red {
	color: red;
	font-style: normal;
	font-weight: bold;
}

em.time {
     font-weight: bold;
	 color: black;
	    }</pre></body></html>