<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

@font-face {
	font-family:"Rounded M+";
	src:url(../rounded-mplus-1c-bold.ttf);
}

body {
	font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-print-color-adjust: exact;
	
	
	
}




a img { 
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline; }
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.header {
	height:100px;
	display: block;
	
}

.container {

	min-width: 890px;
	margin: 0 auto;
	background-image: url(../image/body_bg_bt.png), url(../image/body_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 100%, top center;
}

.container:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}



.content {
	max-width: 890px;
	margin: 20px auto;
	min-height: 520px;
}

.content:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

#g_navi {
	border: none;
	width: 180px;
	margin-top:20px;
	margin-bottom: 100px;
	padding: 0;
	float: left;
	line-height:0;
}

#g_navi li {
	width: 180px;
	height: 50px;
	font-size: 16px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin: 0 0 4px 0;
}

#g_navi li a {
	background: url(../image/navi_bg.png) no-repeat;
	width: 180px;
	height: 50px;
	color: #001E5A;
	padding: 25px 0px 0px 16px;
	display: block;
	text-decoration: none;
}


#g_navi li a:hover {
	background: url(../image/navi_bg_h.png) no-repeat;
	width: 180px;
	height: 50px;
	color: #FFF;
}

.avoid-clicks{
  pointer-events: none;
  background: url(../image/navi_bg.png) no-repeat;
	width: 180px;
	height: 50px;
	color: #001E5A;
	padding: 25px 0px 0px 16px;

}

.content_main {
	width: 680px;
	margin-top: 20px;
	padding: 0;
	float: right;


}
.content_main:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

.content_main section {
	width: 640px;
	background-color: rgba( 255, 255, 255, 0.80 );
	border: 2px solid #9E9E9F;
	-moz-border-radius: 6px;    /* 古いFirefox */
    -webkit-border-radius: 6px; /* 古いSafari,Chrome */
    border-radius: 6px;
	padding: 20px;

}

.content_main section:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

section h1 {
	background: url(../image/pagetitle_icon.png) left no-repeat;
	padding-left: 0.5em;
	font-family: "Rounded M+";
	font-size: 200%;
	color: #001E5A;
	
}

.border_2 {
	width: 100%;
	display: block;
	border-bottom: #001E5A 1px double;
}


section h3 {
	background: url(../image/pagetitle_icon.png) left no-repeat;
	padding-left: 1em;
	font-family: "Rounded M+";
	font-size: 100%;
	color: #001E5A;
	
}



section h4 {
	border-bottom: 3px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
}

section h4:after {
	background-color: #41996B;
	content: " ";
	position: absolute;
	height: 3px;
	bottom: -3px;
	left: 0px;
}

section h5 {
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	padding-bottom: 5px;
	position: relative;
	font-weight: bold;
}

section p{
	margin: 1em 0 0 0;
	line-height:1.5em;
	font-size: 14px;
}


.nomal {font-size: 14px; font-weight:normal;}
.bold { font-weight: bold;}
.red {color:#F00;}
.l-font {font-size:16px;}

.fltrt {  
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.m20 {margin:20px;}
.p10 {padding: 10px;}
.indent1 { text-indent: -1em; padding-left:1em;}
.border1 { border: 1px solid #9E9E9F;}
.border_l {border-left: 2px solid #FFF;}

.center {text-align: center;}



#content_main_index {
	width: 605px;
	margin: 0;
	padding: 0;
	float: right;
	line-height:0;
	font-size:1px;

}

.topics {
	width: 656px;
	height : 256px;
	margin: 0 auto;
	background: #FFF;
	border: 2px solid #9E9E9F;
	-moz-border-radius: 6px;    /* 古いFirefox */
    -webkit-border-radius: 6px; /* 古いSafari,Chrome */
    border-radius: 6px;         /* CSS3 */
	color: #717071;
	padding: 20px;
}

.topics h3{
	font-family:"Rounded M+";
	font-size: 150%;
	color: #3082B7;
}

.topics ul{
	width: 650px;
	height : 216px;
	overflow: auto;
	
}

.topics li{
	border-bottom: 1px solid #717071;
	list-style: url(../image/list_icon.png) inside;
	line-height: 3em;
	font-weight: bold;
	
}

.topics time{
	margin-right: 2em;
}




/* ~~ フッター ~~ */

footer {
	background-color: rgba( 0, 0, 0, 0.60 );
	background-size: 100% auto;
	font-size: 12px;
	color: #FFF;
	margin-top: 50px;
}
#footer a{
	color: #009FE8;
	text-decoration: none;
}

#footer {
	width: 890px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	
}

#footer:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}

#footer .fltlft{
	background: url(../image/footer_icon1.png) left no-repeat;
	padding-left: 65px;
}

#footer .fltrt{
	background: url(../image/footer_icon2.png) left no-repeat;
	padding-left: 65px;
}


.copy {
	padding: 10px 0;
	background: url(../img/bg_gr.png) repeat-y;
	color: #FFF;
}

.copy:after {
            content: "";
			display: block;
			clear: both;
			height: 1px;
			overflow: hidden;
}



.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* 関連リンク
_____________________________________________________________________ */

#link li {
	line-height: 2em;
	padding-left:10px;
	background: url(../img/listicon.gif) left no-repeat;

}



/* 
_____________________________________________________________________ */

.tableView {
	background-color: #ddd;
	margin: 20px 0px;
}
.tableView th,.tableView td {
	background-color: #fff;
	padding: 10px;
}
.tableView th {
	background-color: #2B4299;
	color: #fff;
}
.tableView td {
	background-color: #fff;
}

/* greeting 
_____________________________________________________________________ */

#greeting p{
	line-height:2em;
}

#greeting ul{
	margin: 20px 0;
	padding-left: 1em;
}
#greeting ul li{
	list-style-image:url(../img/icon_flower.gif);
	list-style-position: outside;
}

/* abstracts 
_____________________________________________________________________ */
.boxClip {
	border: 3px double #0066FF;
	padding: 15px 15px 15px;
	text-indent: 0;
}

.listMark {
	list-style-image:url(../img/icon_flower.gif);
	list-style-position: inside;
}

/* program
_____________________________________________________________________ */

.listPrg {
	width: 100%;
	overflow: hidden;
}

.listPrg dt {
	display: inline-block;
	float: left;
	width: 45px;
}
.listPrg dd {
	margin-left: 45px;
}

/* outline
_____________________________________________________________________ */

.outline dt{
	float:left;
	width:6em;
	padding-top:10px;
	padding-left:1em;
	padding-bottom:10px;
	font-weight:bold;
}
.outline dd{
	padding-left:7em;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: dotted #CCC 1px;
}

/* participant
_____________________________________________________________________ */

.participant p{
	margin-left: 2em;
}

/* presenter
_____________________________________________________________________ */

.presenter p{
	margin-left: 2em;
	text-indent: -1em;
	padding-left: 1em;
}


/* greeting
_____________________________________________________________________ */

.greeting p{
	line-height: 1em;
}</pre></body></html>