<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* -------------------------------------------------------------------
 基本設定
------------------------------------------------------------------- */

h1{
font-family: palatino, georgia, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", verdana, arial, sans-serif;
font-size: 12px;
font-weight: normal;
color: #555555;
text-align: center;
margin: 0px;
padding: 0px;
}

/* 基本フォント -------------------- */

body {
	overflow-x: hidden;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	text-align: center;
	padding: 0;
}



/* -------------------------------------------------------------------
 ブログ新着情報表示スタイル
------------------------------------------------------------------- */
div.spo-tit-box table {
	width: 550px;
}
div.spo-tit-box table td.left,
div.spo-tit-box table td.right {
	border-bottom: 1px solid gray;
}
div.spo-tit-box table td.left {
	width: 150px;
}
</pre></body></html>