<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(defaultreset.css);

body {
	font-family: "繝｡繧､繝ｪ繧ｪ", "Meiryo", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", "sans-serif";
	font-size: 85%;
	background-color: #edf7fc;
}
a {
	color: #f08500;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
strong {
	font-weight: bold;
}
.clearfix:after { 
	content: url(../images/common/pixel.gif); 
	display: block; 
	clear: both; 
	height: 0;
}
.clearfix {
	 zoom: 1;/*for IE 5.5-7*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.bold {
	font-weight: bold;
}
.red {
	color: #F91F00;
}
.blue {
	color: #0f0afa;
}
.line-through {
	text-decoration: line-through;
}

#holiday {
	border: 1px solid #F91F00;
	margin: 25px 0 0 0;
	padding: 10px;
}
.font-120 {
	font-size: 120%;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
.m-t_0 {
	margin-top: 0px !important;
}
.m-t_5 {
	margin-top: 5px !important;
}
.m-t_10 {
	margin-top: 10px !important;
}
.m-t_15 {
	margin-top: 15px !important;
}
.m-t_20 {
	margin-top: 20px !important;
}
.m-t_30 {
	margin-top: 30px !important;
}

.p-t_0 {
	padding-top: 0px !important;
}
.p-t_5 {
	padding-top: 5px !important;
}
.p-t_10 {
	padding-top: 10px !important;
}
.p-t_15 {
	padding-top: 15px !important;
}
.p-t_20 {
	padding-top: 20px !important;
}

.m-l_0 {
	margin-left: 0px !important;
}
.m-l_5 {
	margin-left: 5px !important;
}
.m-l_10 {
	margin-left: 10px !important;
}
.m-l_15 {
	margin-left: 15px !important;
}
.m-r_70 {
	margin-right: 70px !important;
}
.m-r_50 {
	margin-right: 50px !important;
}


.p-l_0 {
	padding-left: 0px !important;
}
.p-l_5 {
	padding-left: 5px !important;
}
.p-l_10 {
	padding-left: 10px !important;
}
.p-l_15 {
	padding-left: 15px !important;
}
.p-l_5em{
	padding-left: 5em;
}
.p-l_7em{
	padding-left: 7em;
}
.p-l_17em{
	padding-left: 17em;
}
.p-l_10em{
	padding-left: 10em;
}
.m-b_0 {
	margin-bottom: 0px !important;
}
.m-b_5 {
	margin-bottom: 5px !important;
}
.m-b_10 {
	margin-bottom: 10px !important;
}
.m-b_15 {
	margin-bottom: 15px !important;
}
.m-b_30 {
	margin-bottom: 30px !important;
}

.p-b_0 {
	padding-bottom: 0px !important;
}
.p-b_5 {
	padding-bottom: 5px !important;
}
.p-b_10 {
	padding-bottom: 10px !important;
}
.p-b_15 {
	padding-bottom: 15px !important;
}
.p-r_3 {
	padding-right: 3em !important;
}

.img-r {
	float: right;
	margin: 0px 0px 15px 15px;
}
.img-l {
	float: left;
	margin: 0px 15px 15px 0px;
}


div#wrapper {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/common/main_bg_top.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
div#header {
	background-image: url(../images/common/hd-bg.png);
	background-repeat: no-repeat;
	height: 95px;
	position: relative;
}
div#main {
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 40px;
	background-image: url(../images/common/main_bg.png);
	background-repeat: repeat-y;
}
div#menuarea {
	width: 210px;
	float:left;
}

div#contents {
	float: right;
	width: 660px;
	line-height: 2;
}
div#footer {
	height: 26px;
	background-image: url(../images/common/ft-bg.png);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align: center;
	font-size:85%;
	line-height: 1.2;
	padding-top: 5px;
}

/*div#menuarea ul#menu li {
	background-image: url(../images/common/menu_bg_on.gif);
	background-repeat: no-repeat;
	height: 39px;
	font-size: 105%
}

div#menuarea ul#menu li a {
	background-image: url(../images/common/menu_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	display: block;
	padding: 12px 5px 0px 15px;
	text-decoration: none;
	color: #333333;
}

div#menuarea ul#menu li a:hover {
	background-image: none;
}*/
div#menuarea ul#menu li {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	background-image: url(../images/common/menu_bg_on.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	background-color: #ddeaff;
	line-height: 1.25em;
	font-size: 100%;
}

div#menuarea ul#menu li a {
	display: block;
	padding: 10px 15px;
	background-color: #f2f2f2;
	background-image: url(../images/common/menu_bg.png);
	background-repeat: no-repeat;
	background-position: 180px center;
	color: #341305;
	text-decoration: none;
}
div#menuarea ul#menu li a:hover {
	background:transparent;
}



div#menuarea div#contact,
div#menuarea div#link-list {
	margin-top: 30px;
	border: solid 1px #b3b3b3;
	background-color: #f2f2f2;
}

div#menuarea div#contact p,
div#menuarea div#contact address {
	padding: 7px;
	font-size: 90%;
	line-height: 1.2;
}

div#menuarea div#bnr{
	margin-top: 30px;
}
div#menuarea div#bnr ul li{
	padding-bottom: 20px;
}
.on:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

div#header h1 {
	position: absolute;
	left: 15px;
	top: 2px;
}
div#header #btn_eng {
	width: 110px;
	height: 25px;
	position: absolute;
	right: 37px;
	top: 0px;
	z-index: 2;
}
div#header #btn_eng:hover {
	position: absolute;
	right: 37px;
	top: 2px;
}

div#main div#pagetop {
	text-align: right;
	clear: both;
	padding: 30px 0px 0px;
}

div#contents div#update dl {
	margin-top: 5px;
	height: 550px;
	overflow: auto;
}

div#contents div#update dl dt{
	clear: left;
	float: left;
	width: 9em;
	background-image: url(../images/common/blt.gif);
	background-repeat: no-repeat;
	background-position: 10px 1.2em;
	padding: 8px 0px 10px 1.7em;
}

div#contents div#update dl dd{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	padding: 8px 0px 10px 10.7em;
}

div#contents h2 {
	height: 50px;
	background-image: url(../images/common/hdln2-bg.gif);
	background-repeat: no-repeat;
	font-size:130%;
	line-height: 1;
	padding: 18px 0px 0px 25px;
	font-weight: bold;
}

div#contents h3 {
	position: relative;
	background-image: url(../images/common/hdln3-bg.gif);
	padding: .6em 0 .5em 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #053a91;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 110%;
}
div#contents h3:after {
	position: absolute;
	top: .6em;
	left: .7em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid #053a91;
}
div#contents h3:before {
	position: absolute;
	top: .8em;
	left: .9em;
	z-index: 2;
	content: '';
	width: 7px;
	height: 7px;
	border: 3px solid rgba(150, 150, 150, .5);
}

div#contents h4 {
	color: #4d4d4d;
	font-weight: bold;
	border-left: 5px solid #053a91;
	border-bottom: 1px solid #053a91;
	padding: 5px 0 5px 10px;
	line-height: 1.25;
	margin-top: 20px;
	font-size: 105%;
}
div#contents p,
div#contents ul,
div#contents ol {
	margin: 15px 0px 0px 0px;
}

div#contents ul li {
	background-image: url(../images/common/blt_circle.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0px 0px 0px 15px;
}
div#contents ul.list-none li {
	background-image: none;
	padding-left: 1em;
	text-indent: -1em;
}

div#contents ol li {
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}
div#contents table.tbl-dsgn,
div#contents table.tbl-dsgn2 {
	margin: 15px 0px 0px 0px;
	border: 1px solid #999999;
}
div#contents table.tbl-dsgn th {
	background-color: #fff1df;
}
div#contents table.tbl-dsgn2 th {
	background-color: #8E8E8E;
	color: #ffffff;
}
div#contents table.tbl-dsgn th, div#contents table.tbl-dsgn td,
div#contents table.tbl-dsgn2 th, div#contents table.tbl-dsgn2 td {
	border: 1px dotted #999999;
	padding: 3px 10px;
}

div#contents table.tbl-smpl {
	margin: 10px 0px 0px 0px;
}
div#contents table.tbl-smpl th, div#contents table.tbl-smpl td {
	padding: 3px 5px;
	vertical-align: top;
}
div#contents table p,
div#contents table ul,
div#contents table ol {
	margin: 5px 0px 0px 0px;
}
div#contents div.btn_registration {
	margin: 30px 0px 0px 0px;
	text-align: center;
}
#wrapper #main #menuarea #link-list ul {
	padding: 10px;
}
#wrapper #main #menuarea #link-list ul li {
	background-image: url(../images/common/bit_triangle.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0px 0px 8px 12px;
	line-height: 120%;
}
.b-indent-1{
	padding-left: 1em;
	text-indent: -1em;
}
.indent-3{
	padding-left: 3em;
}
.indent-5{
	padding-left: 5em;
}
.indent-23{
	padding-left: 24em;
}
.button{ 
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
    padding: 1em 0;
	width: 200px;
    text-align: center;
    color: #FFFFFF;
    font-size: 107.1%;
	line-height: 150%;
    font-weight: bold;
    background: #dc770b;
 	background-image: -webkit-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -moz-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -ms-linear-gradient(top, #feba4e, #dc770b);
  	background-image: -o-linear-gradient(top, #feba4e, #dc770b);
  	background-image: linear-gradient(to bottom, #feba4e, #dc770b);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feba4e',  endColorstr='#dc770b', GradientType=0 );
    border-width: 1px;
    border-style: solid;
    border-color: #e65c00;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px #FFE0B5;
    text-shadow: 1px 1px 1px #4c2802;
} 
.button:hover{ 
    background: #e89338;
	background-image: -webkit-linear-gradient(top, #fdca78, #e89338);
  	background-image: -moz-linear-gradient(top, #fdca78, #e89338);
  	background-image: -ms-linear-gradient(top, #fdca78, #e89338);
 	background-image: -o-linear-gradient(top, #fdca78, #e89338);
 	background-image: linear-gradient(to bottom, #fdca78, #e89338);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdca78',  endColorstr='e89338', GradientType=0 );
}
p.btn-end {
	font-weight: bold;
	font-size: 1.214em;
	color: #F91F00;
	background-color: #ffffdf;
	border: 3px solid #d77540;
	width: 16em;
	text-align: center;
	padding: .75em 0;
}
.right{
	display: block;
	text-align: right;
	margin-bottom: 0;
}
#contents ul li ul.list_number li {
	background-image: none;
	padding-left: 0;
}
#contents ul li ul.list_number {
	list-style-type: decimal;
	margin-left: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
}
#main #contents #winning_poster {
	border: 2px solid #8B2F45;
	margin-top: 30px;
	padding: 0px 10px 10px 10px;
}
#main #contents #winning_poster ul.list-win {
	margin-left: -2em;
	margin-top: .5em;
	width: 40em;
}
#main #contents #winning_poster ul.list-win li {
	background-image: none;
	float: left;
	width: 15em;
	margin-left: 1em;
}

#main #contents dl.dl-dsgn0 dt,
#main #contents dl.dl-dsgn2 dt {
	float: left;
	font-weight: bold;
}
#main #contents dl.dl-dsgn2 dt {
	padding: .25em 0;
}
#main #contents dl.dl-dsgn2 dd {
	padding: .25em 0;
}
dt.w4 {
	width: 4em;
}
dd.w4 {
	padding-left: 4em;
}
dt.w5 {
	width: 5em !important;
}
dd.w5 {
	padding-left: 5em !important;
}
dt.w6 {
	width: 6em !important;
}
dd.w6 {
	padding-left: 6em !important;
}
dt.w7 {
	width: 7em !important;
}
dd.w7 {
	padding-left: 7em !important;
}

dt.w9 {
	width: 9em !important;
}
dd.w9 {
	padding-left: 9em !important;
}
dt.w10 {
	width: 10em !important;
}
dd.w10 {
	padding-left: 10em !important;
}
dt.w11 {
	width: 11em !important;
}
dd.w11 {
	padding-left: 11em !important;
}
dt.w12 {
	width: 12em !important;
}
dd.w12 {
	padding-left: 12em !important;
}
dt.w13 {
	width: 13em !important;
}
dd.w13 {
	padding-left: 13em !important;
}

dt.w14 {
	width: 14em !important;
}
dd.w14 {
	padding-left: 14em !important;
}
dt.w15 {
	width: 15em !important;
}
dd.w15 {
	padding-left: 15em !important;
}
dt.w16 {
	width: 16em !important;
}
dd.w16 {
	padding-left: 16em !important;
}
dt.w17 {
	width: 17em !important;
}
dd.w17 {
	padding-left: 17em !important;
}
dt.w18 {
	width: 18em !important;
}
dd.w18 {
	padding-left: 18em !important;
}
dt.w20 {
	width: 20em !important;
}
dd.w20 {
	padding-left: 20em !important;
}
dt.w22 {
	width: 22em !important;
}
dd.w22 {
	padding-left: 22em !important;
}
th.w16 {
	width: 16.5em !important;
}


#main #contents ul.ul-dsgn1 li{
	float: left;
	width: 16em;
}
#main #contents ul.ul-dsgn2 li{
	float: left;
	width: 21em;
}

#wrapper #main #contents ul.list-kome {
	margin-left: 0;
}
#wrapper #main #contents ul.list-kome li{
	background: none;
	padding-bottom: .15em;
}
#wrapper #main #contents ul.list-kome li:before {
	content: '窶ｻ';
	margin-left: -1em;
}


/*/////  overview  /////*/
#wrapper #main #contents table.tbl-overview {
	margin-bottom: 40px;
}
#wrapper #main #contents table.tbl-overview th {
	width: 10%;
	font-weight: bold;
}
#wrapper #main #contents table.tbl-overview th,
#wrapper #main #contents table.tbl-overview td {
	padding: 10px;
}
#wrapper #main #contents table.tbl-overview tr {
	border-bottom: 1px dashed #909090;
}
#wrapper #main #contents dl.dl-dsgn1{
	margin-top: 15px;
	margin-bottom:30px;
}
#wrapper #main #contents dl.dl-dsgn1 dt {
	float: left;
}
#wrapper #main #contents dl.dl-dsgn1 dt:after{
	content:"��"
}


/*/////  registration  /////*/
#wrapper #main #contents .tbl-dsgn.tbl-registration tr td {
	text-align: center;
}
#wrapper #main #contents .tbl-dsgn.tbl-registration tr .th-2 {
	text-align: center;
	color: #ffffff;
	background-color: #c76138;
	width: 11em;
}
#wrapper #main #contents .tbl-dsgn.tbl-registration tr .th {
	text-align: center;
	color: #ffffff;
	background-color: #c76138;
	width: 4.5em;
}
#wrapper #main #contents .tbl-dsgn.tbl-registration tr th .tab-7 {
	display: inline-block;
	width: 7em;
}

/*/////  committee  /////*/
#wrapper #main #contents .tbl-dsgn.tbl-committee th {
	width: 25%;
}

/*/////  abstracts  /////*/
.float-l{
	float: left;
	margin-right: 30px;
}

/*/////  index  /////*/
div#box {
	border: solid 3px #8497c6;
	padding: 0px 10px 10px;
	color: #F91F00;
	font-weight: bold;
	margin-top: 30px;
}</pre></body></html>