<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #ddd;
	color: #222;
	font-family: Verdana, 'Hiragino Maru Gothic Pro W4', 'ヒラギノ丸ゴ Pro W4', Meiryo, 'メイリオ', 'MS PGothic', san-serif;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}
#container {
	margin: 30px auto 30px;
	max-width: 960px;
	padding-top: 0px;
	background: #fff;
	/*frame and shadow*/
    border: 30px solid #eee;
    border-radius: 50px;
    position:relative;
}
header, section#main {
	padding: 60px 60px 30px;
}
#main_bottom {
	border-bottom: 15px solid #fff;
	border-radius: 0px 0px 50px 50px;
}

footer {
	background: #eee;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
footer .footer_content {
	padding: 30px 30px 10px;
}

a, a:visited {
	color: #c00;
	text-decoration: underline;
}
a:hover {
	color: #698;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
article {
	margin-bottom:;
	margin-left: ;
}
p, ul, blockquote {
	margin: 23px 0;
}
h2+ul {
	margin-top: 0;
}
.group_title {
	margin-bottom: 42px;
}
.group_title p {
	margin: 0;
}
.margin {
	margin-bottom: 42px;
}
blockquote {
	border: solid 1px #ddd;
	border-radius: 10px;
	padding: 19px 60px;
}
ul {
	list-style: square;
	margin: 2px 1.5em 2px;
}
ul ul {
	list-style: circle;
}

#main h1 {
	font-size: 18px;
	border-bottom: solid #333 2px;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
#main .images {
	overflow: hidden;
	margin: 30px 0px;
}
#main .images img {
	width: 280px;
}
#main .images div {
	float: left;
	width: 280px;
	font-size: 12px;
	text-align: center;
}
#main h2 {
	margin: 23px 0px 0px;
}
footer p {
	margin: 0;
}
</pre></body></html>