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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fukidashi {
  width: 100%;
  margin-bottom: 4px;
}

.title_text {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #333;
	letter-spacing: 2px;
	text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.6);
}
body {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../images/base.gif);
	background-repeat: repeat;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	font:normal 14px/28px "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
	letter-spacing: 1px;
}
.border {
	background-image: url(../images/dot.gif);
	background-position: center center;
	width: 855px;
	background-repeat: repeat-x;
	height: 20px;
}
.date {
	font-size: 130%;
	line-height: 10px;
	padding-top: 10px;
	padding-left: 10px;
	color: #14722d;
}
.title {
	font-size: 180%;
	line-height: 1.4;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.honmon {
	padding-left: 15px;
}
.photo {
	padding-bottom: 15px;
}
.btn {
}
.subtitle_text {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 2px;
}
a:link {
	color: #ff5e24;
	text-decoration: none;
}
a:hover {
	color: #14722d;
	text-decoration: none;
}
a:visited {
	color: #A13F00;
	text-decoration: none;
}
</pre></body></html>