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

#leftcolumn{
	float:left;
	width:240px;
	padding:0 0 12px 0;
	margin:0;
	}
#rightcolumn{
	width:705px;
	background:rgba(255,255,255,0.90);
	padding:0 20px 12px 20px;
	margin:0;
	float:right;
	overflow: hidden;
	min-height: 600px;
	}
#rightcolumn h1{
	color:#fff;
	background:#173d71;
	font-weight:bold;
	padding:16px 10px 12px 20px;
	font-size:22px;
	line-height:1;
	margin: 0 0 25px 0;
	/*border-radius: 3px;*/
	/*border-bottom: solid 5px #173d71;*/
	}
#rightcolumn h2{
	font-size:1em;
	font-weight: bold;
	color: #333;
	background:#E9E9E9;
	border-left:6px solid #173d71;
	padding:6px 0 4px 15px;
	line-height: 1.2;
	margin:1em 0;
	}
#rightcolumn h3{
	font-size:1em;
	color: #173d71; 
	font-weight: bold;
	border-bottom:1px dotted #173d71;
	padding:5px 5px; 
	line-height: 1.4;
	margin:1em 0;
	}
#rightcolumn h4{
	font-size:1em;
	font-weight: bold;
	border-left: solid 7px #333; 
	padding:0 5px; 
	line-height: 1.4;
	margin:1em 0;
}

#rightcolumn p{
	margin:1em 0;
	padding:0;
	}
#rightcolumn ul,#rightcolumn ol{
	margin:1em 0 1em 40px;
	}
#kaichou{
	margin:15px 0;
	}
#rightcolumn p , table {
	margin:1em 0;
}
#rightcolumn ul, #rightcolumn ol {
	padding:0 0;
	margin:0.5em 0;
}

#rightcolumn dl {
	padding:0 0;
	margin:0.5em 0;
}

#rightcolumn ul li {
	list-style: disc outside;
	text-align: left;
	margin-left:2em;
}
#rightcolumn ol li {
	list-style-type: decimal;
	text-align: left;
	margin-left:2em;
}

#rightcolumn dl dd {
	text-align: left;
	margin-left:2em;
}








table.main_table {
	padding:0;
	margin:1.5em 0;
	width:100%;
	border:solid 2px #929292;
}
table.main_table th {
	background:url(../img/dot.png) repeat-x left bottom #d8e7f3;
	padding:6px;
	border-right: solid 1px #ccc;
	border-bottom: dotted 1px #999999;
}
table.main_table th.th2 {
	background:url(../img/dot.png) repeat-x left bottom #fff;
	padding:6px;
}
table.main_table td {
	background:url(../img/dot.png) repeat-x left bottom;
	padding:6px;
	border-right: solid 1px #ccc;
	border-bottom: dotted 1px #999999;
}
.td_none {
	background: none !important;
	padding:0 !important;
}
.table_none{
	background:none;
	margin:0;
	border:none;
	padding:0;
	}


.td_r{
	border-right:1px solid #CCC;
	}








/* ---------- BOX ---------- */

.box1{
	border:solid 2px #c00;
	background-color: #f8f1dd;
	padding:15px 5px 15px 5px; 
	margin:2em 15px;
	text-align:center;
} 

.box2{
	border:solid 1px #c00;
	color:#c00;
	padding:5px;
	margin:1em 15px;
	} 
.box3{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 10px;
	margin:1em 15px;
	font-size:0.9em;
} 

.box4{
	background-color: #faf7b3;
	padding:6px 11px;
	margin:1em 15px;
	text-align:left;
	font-size:0.9em;
} 

.box5 {
    border: solid 2px #2c5e95;
    background-color: #ffffff;
    padding: 15px 5px 15px 5px;
    margin: 2em auto;
    width: 540px;
    text-align: center;
}

.adobe{
	border:solid 1px #cccccc;
	background-color: #eeeeee;
	padding:5px 15px;
	margin:30px auto 15px auto;
	width:80%;
	font-size:80%;
}
.adobe table{
	border:none;
	margin:5px 0 0 0;
	}
.adobe table td{
	border:none;
	vertical-align:middle;
	padding:5px;
	font-size:11px;

}

/* ---------- program ---------- */
.program dl {
	padding:0;
	margin:1em 0 !important;
	clear: both;
}
.program dl dt {
	float: left;
}
.program dl dd {
	margin-left: 3em !important;
}
/*概要*/
.overview {
    width: 100px;
    font-size: 12px;
    margin: 5px 0 0 0;
    color: #FFF !important;
    background: #2450a7;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
}

.box_overview {
    display: none;
    background: #E9E9E9 border-radius:6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    margin: 10px 0;
	background: #EDEDED;
}

/* ---------- banner ---------- */
.bnr_koukoku{
	margin:10px auto 20px auto;
	width:185px;
	height:40px;
}

.bnr_koukoku img{
	display:none;
}

.bnr_top{
	margin:10px 0;
	text-align:center;
	}
.btn_about{
	text-align:right;
	padding-right:15px;
}
.btn_about a{
	color:#1c1c1c;
	text-decoration:none;
	font-size:0.8em;
	}

.bnr_shokusai{
	margin:10px auto;
	width:185px;
	height:40px;
	background-color:#FFF;
}

.bnr_shokusai a img{
	display:block;
}
.bnr_shokusai a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}

.kaichou{
	float:right;
	margin:15px 20px 0 15px;
	padding: 0;
}


.attention{
	color:#C00;
	}
.attention_g{
	color:#5d7d05;
	font-weight:bold;
	}
.attention_b{
	color:#1f3c6b;
	font-weight:bold;
	}
.greeting_box{
	padding:10px 18px;
	overflow:hidden;
	}
.greeting_l{
	width:454px;
	float:left;
}
.greeting_r{
	width:121px;
	float:right;
}

.clr{
	clear:both;
}

.tright{
	text-align:right;
	}
.center{
	text-align:center;
	}

/*青ボタン*/
.btn_b{
	border:1px solid #007bc2;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 25px;
	margin: 10px;
	min-width: 150px;
	text-decoration:none !important;
	display:inline-block;
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	color: #FFFFFF !important;
	background-color: #007bc2;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn_b:hover{
	border:1px solid #005b8f;
	background-color: #005b8f;
}

/*赤ボタン*/

.btn_r{
	border:1px solid #d93025;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 25px;
	margin: 10px;
	min-width: 150px;
	/*text-decoration:none !important;*/
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF !important;
 	background-color: #d93025;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn_r:hover{
	border:1px solid #a6251c;
 	background-color: #a6251c;
}

/*緑ボタン*/

.btn_g{
	border:1px solid #008d38;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 25px;
	margin: 10px;
	min-width: 150px;
	text-decoration:none !important;
	display:inline-block;
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	color: #FFFFFF !important;
	background-color: #008d38;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn_g:hover{
	border:1px solid #006629;
	background-color: #006629;
}

/*グレーボタン*/

.btn_gr{
	border:1px solid #838383;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 25px;
	margin: 10px;
	min-width: 150px;
	text-decoration:none !important;
	display:inline-block;
	/*text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
	color: #FFFFFF !important;
 	background-color: #838383;
}

.details{
	width:100px;
	font-size:12px;
	margin:5px 0 0 0;
	color:#FFF !important;
	background:#2450a7;
	text-decoration:none;
	font-size:12px;
	text-align:center;
	line-height:1;
	padding:5px 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	cursor:pointer;
	}

.box_details{
	display:none;
	background:#fffbe8;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:10px;
	margin:10px 0;
  }
  
/*参加登録　整理券*/

.seiriken{
	border:1px solid #ae0202;
	padding: 2px 5px;
	margin: 0 10px;
	text-decoration:none !important;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF !important;
 	background-color: #E60202; 
	float: right;
}
.tab {
  position: absolute;
  right: 0.4em;
  top: 0.5em;
  display: block;
  padding: .2em 1em;
  background-color: #fff;
  font-size: 0.7em;
  color: #a40a5e;
}
.tab_a{
	position: relative;
}</pre></body></html>