<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ヘッダ */
#place {

}
#smallcomment {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
section ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;    /* #0092DD */
	color: #FFFFFF;
	font-size: 16px;
	width: 600px;
}
section ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 3px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
section ul li a {
	text-decoration: none;
	color: #000000;
	text-align: left;
	display: block;
	line-height: 20px;
}
section ul li a:hover {
	background-color: #DEF8F6;    /* BED8E6 */
}
#headimage {
	float: none;
	height: 250px;
	width: 750px;
	margin: 0px;
	padding: 0px;
	background-image: url(./img/headimage.png);
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 8px;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}</pre></body></html>