<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
	font-family: 'メイリオ';
}
body{
background-image: url('../img/top_back.png');
}

#bas{
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: auto;
//	background-color:rgb(248,182,45);

}

#title
{
	width:900px;
	height:500px;
	margin:30px auto;
	border:  5px solid #fff;
	//background-image: url('../img/top_back.png');
	background-color:#ffff99;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#head{
	width:900px;
	height: 500px;
	background-image: url('../img/t.png');
	margin:0px auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;

}

#bas2{
	rgb(248,182,45);

}

#back{
	//背景建物
	width: 100%;
	height: 98px;
	background-image: url('../img/back.png');
	margin:0px auto;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	z-index:10;
}

#container{
	width:900px;
	height:100%;
	margin:-10px auto;
	background-color:rgba(255,255,255,0.8);
	//background-color:#ffff99;
	z-index:0;
	//角丸の囲み枠を作る処理
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

#interior{
width:800px;
margin:10px auto;
padding:40px 10px 10px 10px; 
}

.item{
	//各見出しを設定
//	font-size: 25px;
	height: 35px;
	margin:10px 0px 20px 0px;
	background-image: url('../img/item.png');
}

.empha{
font-size:130%;
font-weight:bold;
color:red;
}


#map{
width:600px;
height:438px;
margin:0 auto;
background-image: url('../img/map.png');
background-size:100%;
text-indent: -9999px;
overflow: hidden;
display: block;
border:double 10px #000;
}

#ma2{
width:600px;
height:499px;
background-image: url('../img/ma2.png');
background-size:100%;
text-indent: -9999px;
overflow: hidden;
display: block;
margin:0 auto;
border:double 10px #000;
}

#list_container{
width:600px;
height:100%;
margin:0 auto;
}

.sent{
width:800px;
margin:0 auto;
padding:0 0 0 40px;
}

.head{
width:100%;
padding:0 0 0 
}</pre></body></html>