<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
繧ｿ繧､繝医Ν
-------------------------------------------------------*/

.pageTitle {
	width:680px;
	height:40px;
	margin:20px 10px;
	background:url(../images/tit_all.png) top left no-repeat;
	font-size:1.3em;
	font-weight:400;
	line-height:2.3;
	padding-left:1em;
	color:#004483;
	font-family: 'Noto Sans JP', sans-serif;
}


.h3heading {
	font-size:1.2em;
	font-weight:bold;
	color:#006BB3;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin:10px 0;
}
	.h3heading span {
		border-left:10px solid #039;
		padding-left:10px;
	}

.h4heading {
	font-size:1.0em;
	font-weight:bold;
	margin:15px 0 5px;
	color:#006BB3;
	border-bottom:#006C solid 1px;
}
	.h4heading span {
		height:20px;
		display:block;		
		font-size:1.0em;
		font-weight: normal;
		margin:15px 0 0;
		padding:2px 0 0 10px;
		color:#fff;
		background:#39C;
		border-bottom:#39C solid 1px;
	}




/*
蜈ｱ騾�
-------------------------------------------------------*/

.mainTxt {
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.mainTxt02 {
	line-height:180%;
	margin:10px auto;
}

p.under_construction {
	text-align:center;
	font-size:1.2em;
	margin-top:50px;
	margin-bottom:450px;
}

.kome dt {
  	position: relative;
}
	.kome dt span {
  		position: absolute;
	}
	.kome dd {
 		padding-left: 1em;
		margin-bottom:5px;
	}

/*蝠上＞蜷医ｏ縺�*/

.inquiryBox02 {
	width:400px;
	margin:20px auto 0;
	border:1px solid #ccc;
	padding:15px;
	background-color:#f5f5f5;
}
	.inquiryBox02 p {
		margin-left:50px;
	}
	.inquiryBox02 p.inq_title {
		font-weight:bold;
		text-align:center;
		padding-bottom:10px;
		margin:0;
	}
	

/*繝ｪ繧ｹ繝�*/

.ul_listMark01 {
	margin:5px 0 40px 40px;
}
	.ul_listMark01 li {
		margin-bottom:5px;
		list-style: circle;
	}

.ul_indentList01 {
	margin:5px 0;
}
	.ul_indentList01 li {
		text-indent:-1em;
		padding-left:1em;
		margin-bottom:5px;
	}
.ul_indentList02 {
	width:90%;
	margin:10px auto;
}
	.ul_indentList02 li {
		margin-bottom:5px;
		text-indent:-1em;
		padding-left:1em;
		font-size:0.8em;
		line-height:120%;
	}
.ul_indentList03 {
	margin:10px auto;
}
	.ul_indentList03 li {
		margin-bottom:5px;
		text-indent:-1.5em;
		padding-left:1.5em;
		padding-bottom:10px;
		line-height:160%;
	}
.ul_indentList04 {
	margin:5px 0;
}
	.ul_indentList04 li {
		text-indent:-2em;
		padding-left:2em;
		margin-bottom:5px;
	}

.ul_dot {
	
}
	.ul_dot li {
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 0.5em;
	}
	.ul_dot li::after {
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left: 0.5em;
		width: 6px;
		height: 6px;
		background-color: #666;
		border-radius: 100%;
	}


/*繝懊ち繝ｳ*/

.singleBtnBox {
	width:220px;
	margin:20px auto;
}
	.singleBtnBox a {
		display:block;
		width:220px;
		height:80px;
		text-indent:-9999px;
	}

#btn_accommodation {
	background:url(../images/btn_accommodation.png) 0 0 no-repeat;
}
	#btn_accommodation:hover {
		background-position:-220px 0;
	}
	
.ul_btnDouble {
	width:460px;
	margin:20px auto;
}
.ul_btnDouble li {
	float:left;	
	margin-right:20px;	
}
	.ul_btnDouble li:last-child {
		margin-right:0px;	
	}
.ul_btnDouble a {
	display:block;
	width:220px;
	height:80px;
	text-indent:-9999px;
}
.btn_call01 {
	background:url(../images/btn_call01.png) -220px 0 no-repeat;
}
	.btn_call01:hover {
		background-position:-220px 0;
	}
.btn_call02 {
	background:url(../images/btn_call02.png) -220px 0 no-repeat;
}
	.btn_call02:hover {
		background-position:-220px 0;
	}
	
.ul_btn01 {
	margin: 20px auto;
	text-align: center;
}
	.ul_btn01 li {
		list-style: none;
		display: inline;
		margin: 0 auto;
	}
	.ul_btn01 li img {
		display: inline;
		-webkit-transition: 0.3s ease-in-out;
			 -moz-transition: 0.3s ease-in-out;
				 -o-transition: 0.3s ease-in-out;
						transition: 0.3s ease-in-out;
	}
	.ul_btn01 li img:hover {
		display: inline;
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
	}
.ul_btn_css {
	margin: 0 auto 50px;
	text-align: center;
}
	.ul_btn_css li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css li a {
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}
.ul_btn_css2 {
	margin:20px auto 20px;
	text-align: center;
}
	.ul_btn_css2 li {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
		list-style: none;
		display: inline;
		margin: 0 20px;
	}
		.ul_btn_css2 li a {
			display: inline-block;
			width: 240px;
			padding: 15px 20px;
			color: #fff;
			text-decoration: none;
			background: #0066cc; 
			-webkit-box-shadow: 0 0 5px 0 #999;
			-moz-box-shadow: 0 0 5px 0 #999;
			box-shadow: 0 0 5px 0 #999; 
			
			border-radius: 6px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		.ul_btn_css2 li a:hover {
			filter:alpha(opacity=75);
			-moz-opacity:0.75;
			-khtml-opacity: 0.75;
			opacity:0.75;
		}


/*騾｣邨｡蜈�*/
		
#contactInfo {
	width: 950px;
	margin:0 auto;
	padding:20px 0;
}
	#contactInfo #tit_contactInfo {
		width:210px;
		height:25px;
		background:url(../images/tit_contact.png) no-repeat top;
		text-indent:-9999px;
	}
	#contactInfo .office {
		padding: 20px 0;
		}
		#contactInfo .office01 {
		width:300px;
		padding: 10px 0;
		background:url(../images/bg_office01.png) right center no-repeat;
		}
	#contactInfo .office02 {
		width:600px;
		padding: 10px 0;
	}
		#contactInfo .office h4 {
			padding-left:10px;
			color: #90a9ae;
		}
		#contactInfo .office p {
			font-size:0.8em;
			line-height:1.5;
			color: #90a9ae;
		}
		#contactInfo .office a {
			color: #0CC;
		}
	#contactInfo .line {
		padding-bottom:10px;
		border-top:1px solid #C2DCEE;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}


	
/*繝��繝悶Ν*/

.tbl_nostyle th {
	padding: 2px 5px;
	white-space: nowrap;
	text-indent: 0;
}
.tbl_nostyle td {
	padding: 2px 5px;
	text-indent: 0;
}

.tbl_hotel {
	margin: 10px auto 10px;
}
	.tbl_hotel th,
	.tbl_hotel td {
		padding: 3px 5px;
		border: 1px solid #aaa;
		vertical-align: middle;
	}
	.tbl_hotel th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_hotel .td_name {
		background: #E5FAFF;
		font-weight: bold;
	}
	.tbl_hotel td span {
		font-size: 0.8em;
	}


/*
Home
--------------------------*/


#contentsHomeMain {
	width:470px;
	background-color:#fff;
	padding-bottom:5px;
	float:left;
}

#contentsHomeSub {
	width:220px;
	float:right;
	padding:5px;
	background:url(../images/bg_contact.png) no-repeat top #C7C7C7;
}

#img_period {
	width:470px;
	height:150px;
	background:url(../images/topInfo_period.png) no-repeat top;
	text-indent:-9999px;
	margin-bottom:5px;
}


#secretariat {
	position:relative;
	top: 300px;
	left: 0;	
}


#endMessage {
	margin: 15px 30px;
	padding: 15px 20px;
	background: #fff;
	border: 4px double #ff0000;
}
#endMessage p {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.8;
}



/*譁ｰ逹*/
#whatsbox {
	width: 620px;
	height: 159px;
	background-color: #5a411d;
}

#whatsnewArea {
	width:620px;
	height:159px;
	padding:20px 0 30px 40px;
	
}
	#tit_whatsnew {
		width:620px;
		height:13px;		
		background:url(../images/tit_whatsnew.png) no-repeat top;
		text-indent:-9999px;
	}
	
	#dl_whatsnew {
		width:620px;
		font-size:0.9em;
		padding:10px 0;
		height: 117px;
		margin-top:10px;
		background: url(../images/bg_new.png);
		overflow: auto;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color: #004681;
			padding-top:3px;
			padding-left:3em;
			font-weight:bold;
			
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 10em;
			margin-left:30px;			
			color:#004681;		
		}
		#dl_whatsnew dd.white_row {
			background-color:#fff;
		}
		
	#dl_whatsnew02 {
		width:400px;
		font-size:0.9em;
		height: 80px;
		background:#FFF;
		overflow: auto;
	}
	
		#dl_whatsnew02 dt {
			clear:left;
			float:left;
			color: #29a8df;
			font-weight:bold;
			padding-top:3px;
			padding-left:15px;
		}
		#dl_whatsnew02 dd {
			padding:3px 10px 3px 10em;
			margin-left:30px;
			color: #666;
		}
		#dl_whatsnew02 dd.white_row {
			background-color:#fff;
		}
		
		


/*
#endMessage {
	width:100%;
	padding-top:15px;
	background-color:#f0f0dc;
}
#endMessage p {
	width:584px;
	margin:0px auto;
	font-size:1.2em;
	font-weight:bold;
	padding:10px;
	border:3px solid #ff0066;
	background-color:#fff9fb;
	line-height:180%;
	text-align:center;
}
*/


/*
莨夐聞謖ｨ諡ｶ
--------------------------*/

.presidentBox {
	margin-bottom:30px;
	padding:15px;
	position:relative;
	border-bottom:1px solid #ccc;
}
.presidentBox img {
	float:left;
	padding-left:50px;
}
.presidentBox p {
	text-align:right;
	position:absolute;
	right:60px;
	bottom:15px;
	line-height:180%;
}

.txt_president {
	text-align:right;
	line-height:180%;
	margin:20px 0 30px;
}
	.txt_president span {
		font-size:1.2em;
		font-weight:bold;
	}


/*
organization
--------------------------*/

.tbl_organization {
	width: 650px;
	margin: 20px auto 10px;
}
	.tbl_organization th,
	.tbl_organization td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		vertical-align: middle;
		text-align: left;
	}
	.tbl_organization th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_organization .td_kubun {
		background: #E5FAFF;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}

.tbl_organization02 {
	width: 650px;
	margin: 20px auto 10px;
}
	.tbl_organization02 th,
	.tbl_organization02 td {
		padding: 5px 10px;
		border: 1px solid #aaa;
		vertical-align: middle;
		text-align: left;
	}
	.tbl_organization02 th {
		background: #0D3D89;
		color: #fff;
		font-weight: bold;
	}
	.tbl_organization02 .td_name {
		white-space: nowrap;
		vertical-align: top;
	}


/*
tourist info
--------------------------*/

.tourist {
	width:700px;
	height: auto;
	background: url(../images/bg_tourist.jpg) left top no-repeat #FFF;
}

.linkBox {
	padding: 3px 20px;
	background-color: rgba(252,204,77,0.2);
	border: 1px solid #aaa;
}

.bg_white {
	background-color: rgba(255,255,255,0.6);
	padding: 10px;
	line-height: 1.1;
	margin-bottom: 10px;
}

/*
venue
--------------------------*/
#mark a {
	display:block;
	width:230px;
	background-image:url(../images/mark.png);
	text-indent:-9999px;
	height:60px;
}
#mark a:hover {
	background-image:url(../images/mark_h.png);
}


/*髢句ぎ讎りｦ�
------------------------------------------------------*/

.dl_overview {
	width:660px;
	margin:30px auto;
}
	.dl_overview dt {
	clear:left;
	float:left;
	padding-left:1em;
	font-weight:normal;
	color: #000;
	}
	.dl_overview dd {
		padding-left:9em;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}
.dl_overview2 {
	width:620px;
	margin:20px 0 20px 40px;
}
	.dl_overview2 dt {
	clear:left;
	float:left;
	padding-left:1em;
	font-weight:normal;
	color: #000;
	}
	.dl_overview2 dd {
		padding-left:9em;
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #ccc;
	}
	

.tbl_overview {
	/*width:100%;*/
}
	.tbl_overview th {
		font-weight:normal;
		white-space:nowrap;
	}
	.tbl_overview td {
		padding-left:1em;
	}
	
.tbl_guideline {
	width:600px;
	margin:15px auto;
}
	.tbl_guideline caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_guideline th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align: middle;
	}
	.tbl_guideline td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-align:center;
		text-indent:0;
		vertical-align: middle;
	}

/*貍秘｡檎匳骭ｲ
------------------------------------------------------*/

.period {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#ee0000;
	line-height:200%;
	padding:20px 0 20px;
}

.tbl_period {
	margin: 20px 0;
}
.tbl_period th {
	font-weight: bold;
	padding: 5px 10px;
	background-color: #A8EEFF;
	border: #ccc solid 1px;
}
.tbl_period td {
	padding: 5px 10px;
	border: #CCC solid 1px;
}

/*
.period {
	width:600px;
	height:100px;
	margin:20px auto 40px;
	background:url(../images/period.png) no-repeat;
	text-indent:-9999px;
}
*/

.tbl_category {
	width:620px;
	margin:15px auto;
}
	.tbl_category caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
	}
	.tbl_category td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}
.tbl_category2 {
	width:640px;
	margin:15px auto;
}
	.tbl_category2 caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_category2 th {
		width:50px;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_category2 td {
		padding:5px;
		border:1px solid #aaa;
		text-indent:0;
		vertical-align:middle;
	}

.contactIndex {
	margin:20px 0;
	border:1px solid #aaa;
	background:#ddd;
	padding:5px 10px;
}


/*逋ｻ骭ｲ繝懊ち繝ｳ*/

.btn_regArea {
	width:500px;
	margin:10px auto 30px;
	border:5px solid #ccc;
	background:#ffffcc;
}
	.btn_regArea p {
		padding:3px 0 3px 1em;
		background-color:#ccc;
		font-weight:bold;
		font-size:1.2em;
	}
	.btn_regArea p.note {
		padding:3px 0 3px 1em;
		font-size:1.0em;
		font-weight:normal;
		background-color:#ffffcc;
	}
	.btn_regArea p.note span {
		font-size:1.1em;
		font-weight:bold;
		color:#ff0000;
	}

	.btn_regArea ul {
		width:460px;
		margin:15px auto;
	}
	.btn_regArea li {
		float:left;
	}
		.btn_regArea a {
			display:block;
			width:220px;
			height:80px;
			text-indent:-9999px;
		}
		
	.btn_reg01 {
		background:url(../images/btn_reg01.png) 0 0;
		margin-right:20px;
	}
		.btn_reg01:hover {
			background-position:-220px 0;
		}
	.btn_reg02 {
		background:url(../images/btn_reg02.png) 0 0;
	}
		.btn_reg02:hover {
			background-position:-220px 0;
		}

/*
蛻ｩ逶顔嶌蜿垢OI
--------------------------*/

.ul_arrowList01 {
	width:90%;
	margin:15px auto;
}
	.ul_arrowList01 li {
		padding-left:20px;
		margin-bottom:0.6em;
		background:url(../images/arrow.gif) 0 5px   no-repeat;
	}

.ul_icoList01 {
	width:90%;
	margin:15px auto;
}
	.ul_icoList01 li.ico_ppt {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_ppt.gif) 0 3px   no-repeat;
	}
	.ul_icoList01 li.ico_word {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_word.gif) 0 3px   no-repeat;
	}
	.ul_icoList01 li.ico_pdf {
		padding-left:25px;
		margin-bottom:0.6em;
		background:url(../images/ico_pdf.gif) 0 3px   no-repeat;
	}

/*
繝輔ぃ繧､繝ｫ繝繧ｦ繝ｳ繝ｭ繝ｼ繝臥畑
--------------------------*/
.dlfiles ul {
	padding: 10px 0 20px;
	line-height: 2.0em;	
}
.dlfiles li a {
	font-size: 1.1em;
	padding: 10px 0;
	display: block;
}

.dlpdf {
	padding-left: 40px;
	background: url(../images/icon_pdf.png) left center no-repeat;	
}
.dlword {
	padding-left: 40px;
	background: url(../images/icon_word.png) left center no-repeat;	
}
.dlppt {
	padding-left: 40px;
	background: url(../images/icon_ppt.png) left center no-repeat;	
}


/*
莠句燕蜿ょ刈逋ｻ骭ｲ
--------------------------*/

.txt_regOwabi {
	width:550px;
	padding:20px 15px;
	margin:20px auto 200px;
	text-align:center;
	background-color:#efefef;
	font-weight:bold;
}

.tbl_fee {
	width:550px;
	margin:20px auto;
}
.tbl_fee td,
.tbl_fee th {
	padding:5px;
	border:1px solid #ccc;
}
.tbl_fee th {
	text-align:center;
	background-color:#769600;
	color:#fff;
}
.tbl_fee td {
	text-align:center;
}
.tbl_fee td.td_subindex {
	text-align:left;
	padding-left:1em;
	font-weight:bold;
	background-color:#efefef;
}

.tbl_reg {
	width:100%;
	margin:10px auto 20px;
}
	.tbl_reg caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_reg th {
		width:20%;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_reg td {
		padding:5px;
		border:1px solid #aaa;
		text-indent:0;
		text-align:center;
		vertical-align:middle;
	}

/*
繝励Ο繧ｰ繝ｩ繝�
--------------------------*/

.ul_btn_timetable {
	width: 635px;
	margin: 30px auto 50px;
}
	.ul_btn_timetable li {
		float: left;
		margin-right: 10px;
	}
		.ul_btn_timetable li:last-child {
			margin-right: 0px;
		}
	.ul_btn_timetable img:hover {
		filter:alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity:0.85;
		}

/*
.ul_scheduleBtn {
	width: 400px;
	margin: 20px auto 40px;	
}
	.ul_scheduleBtn li {
		margin-bottom: 10px;
	}
	.ul_scheduleBtn img:hover {
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		-khtml-opacity: 0.75;
		opacity:0.75;
	}
*/

.pro_h2index {
	font-size:1.2em;
	font-weight:bold;
	color: #006BB3;
	background: #f5f5f5;
	padding:5px 0 3px 0.7em;
	margin:30px 0 0px;
	border-left:8px solid #A8EEFF;
}
.pro_date {
	font-size:0.9em;
	font-weight:bold;
	color:#cc9966;
	text-align:right;
	margin:5px 0 5px 0px;
}
	.pro_date span {
		color:#333;
		font-weight: normal;
	}
.pro_title {
	font-size:1.1em;
	font-weight:bold;
	color:#006BB3;
}
.pro_theme {
	font-size:1.1em;
	font-weight:bold;
	color:#006BB3;
	margin:0px 0 10px 1em;
}


.proBox {
	margin-bottom:30px;
}

dl.pro_person {
	margin: 0;
}
	dl.pro_person dt {
		clear:left;
		float:left;
		margin-bottom: 5px;
	}
	dl.pro_person dd {
		padding-left:4em;
		margin-bottom: 5px;
	}
	
.tbl_program {
	width:100%;
	margin:10px auto 20px;
}
	.tbl_program caption {
		text-align:left;
		font-weight:bold;
	}
	.tbl_program th {
		width:20%;
		text-align:center;
		padding:5px;
		border:1px solid #aaa;
		background:#eee;
		vertical-align:middle;
	}
	.tbl_program td {
		padding:5px 1em;
		border:1px solid #aaa;
		text-indent:0;
	}
	.tbl_program thead td {
		text-align:center;
		background:#eee;
	}
	.tbl_program .td_num {
		text-align: center;
		vertical-align: middle;
	}
	.tbl_program span.closed {
		padding: 2px 5px;
		background: #cc0000;
		color: #fff;
		font-size: 12px;
	}


.ico_headphone {
	display: inline-block;
	float: right;
	vertical-align: top;
	background: #EA6C00;
	padding: 2px 10px;
	color: #fff;
	font-size: 13px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	
}



/*
蠎ｧ髟ｷ繝ｻ貍碑�∈縺ｮ縺疲｡亥�
--------------------------*/

.tbl_poster {
	margin: 40px auto 0px;
	clear: both;	
}
	.tbl_poster th,
	.tbl_poster td {
		padding: 3px 10px;
		border: 1px solid #aaa;
		text-align: center;
		white-space: nowrap;
	}
	.tbl_poster th {
		background: #eee;
	}

.pickupBox {
	padding: 20px;
	margin: 50px 0 30px;
	background: #fffee8;
	border: 1px solid #aaa;
}
	.pickupBox h5 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 10px;
	}
.pickupBox2 {
	padding: 5px;
	margin: 20px 0;
	background: #fffee8;
	border: 1px solid #aaa;
}

/*
.ul_infoList {
	width:90%;
	margin:0 auto 15px;
}
	.ul_infoList li {
		text-indent:-0.5em;
		_padding-left:0.5em;
		line-height:180%;
		padding-bottom:0.5em;
	}
	.ul_infoList li.next {
		font-weight:bold;
			color:#3c78a0;
	}

	.ul_infoList dl {
		margin-left:25px;
	}
		.ul_infoList dt {
			clear:left;
			float:left;
		}
		.ul_infoList dd {
			padding-left:6em;
		}
*/

/*
縺雁撫縺�粋繧上○
--------------------------*/

.inquiryBox {
	margin:50px auto 0;
}
	.inquiryBox p {
		padding-left:10px;
	}
	.inquiryBox h5 {
		font-size:1.2em;
		font-weight:bold;
		border-bottom:1px dotted #999;
		padding-bottom:5px;
		margin-bottom:10px;
		margin-top:20px;
		padding-left:0;
	}

/*
繝ｪ繝ｳ繧ｯ
--------------------------*/

.ul_linkList {
	width:100%;
	margin:20px auto 50px;
}
	.ul_linkList li {
		clear:left;
		line-height:180%;
		font-size:1.1em;
		padding:5px 0 5px 3em;
		border-bottom:1px dotted #999999;
		text-indent:-2em;
	}
	
/*
莨壼�ｴ縺ｮ縺疲｡亥�
--------------------------*/

.txt_access01 {
	margin:20px auto;
	padding:20px;
	background:#eee;
}

.mapBox {
	width:410px;
	height:340px;
	padding-top:20px;
	float:left;
}

.accessBox {
	width:235px;
	padding-top:10px;
	float:right;
	font-size:0.9em;
	margin-left:5px;
}
/*.accessBox ul {
	margin:5px;
	margin-bottom:15px;
}*/

.dl_access dt {
	font-size:1.1em;
	color:#F60;
	border-bottom:1px solid #F60;
	padding:10px 0 2px;
	margin-bottom:5px;
}
	.dl_access dd {
		padding:0 0 10px 1em;
	}


/*
RTD逕ｳ霎ｼ�丞推繝��繝悶Ν縺ｮ縺疲｡亥�
--------------------------*/

.rtdBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}
	.rtdBox h5 {
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 1em;
		color: #003399;
	}
	.rtdBox .txt_name {
		margin: 0 0 1em 1em;
	}
	.rtdBox &gt; .tbl_nostyle {
		margin: 0 0 1em 1em;
	}
	.rtdBox dl {
		margin: 0 0 1em 1em;
	}
		.rtdBox dl dt {
			font-weight: bold;
		}
		.rtdBox dl dd {
			margin-bottom: 1em;
		}























	
</pre></body></html>