<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bodyの設定 */
body {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background:url(http://www2.nsknet.or.jp/~muneko/kabe01.gif) repeat center center;
	background-color:#639C94
	}

/* リンクカラー設定 */
	a {text-decoration: underline;}
	a:link {color: #620000;}
	a:visited {color: #620000;}
	a:active {color: #620000;}
	a:hover {color: #FF9D9D;}

/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* ブログ全体のサイズなどの設定 */
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	line-height: 140%;
	}

/* バナー部分の枠設定 */
#banner {
	height: 250px;
	/* border: 1px dotted #666666; */
	/* background-color: #FF9900; */
	background:url(http://www2.nsknet.or.jp/~muneko/banana.jpg) no-repeat left center;
	color: #000000;
	font-family:'Hiragino Kaku Gothic Pro W3', 'MS PGothic', Osaka, sans-serif;
	text-align: left;
	}

/* バナー部分のタイトルの色と装飾 */
#banner a {
	color: #000000;
	text-decoration: none;
	}

/* バナー部分のタイトルのサイズなど */
#banner h1 {
	padding: 100px 0px 0px 30px;
	color: #000000;
	font-size: xx-large;
	font-weight: bold;      
	line-height:30px;   
	}
	
/* バナー部分のサブタイトル設定 */
#banner h2 {
	margin: 0px 0px 0px 30px;
	color: #000000;
	font-weight: bold;
	font-size: small;
	}

/* コンテンツブロック部分の枠設定 */
.content {
	margin-left: none;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border: solid 4px #000000;
	background-color: #FFFFFF;
	color: #333333;
	}

.content img {
	margin:6px;
	}

/* コンテンツヘッダー設定 */
.contentheader {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background:url(../img/contentheader.gif) no-repeat left center;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* コンテンツセパレーター設定 */
.contentseparater{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	height: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}

/* ページ中央部分のフッター設定 */
.contentfooter{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	height: 20px;
	background:url(../img/contentfooter.gif) no-repeat right center;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* エントリブロックの設定 */
.entry {
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 10px 5px 10px;
	border: 0px;
	background-color: transparent;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	}


/* エントリヘッダー設定 */
.entryheader {
	margin-bottom: 15px;
	padding: 2px;
	color: #639C94;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: smaller;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	border-bottom: 1px dotted #639C94;
	}


/* エントリセパレータ設定 */
.entryseparater{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	border-bottom: 1px dotted #999999;
	}
	
/* エントリフッターフッター */
.entryfooter{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	height: 15px;
	border-bottom: 2px solid #000000;
	}
	
/* エントリ本文の設定&lt;p&gt;タグ */
.entry  p {
	margin-bottom: 10px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	}

/* エントリ本文の設定引用タグ*/
.entry  blockquote {
	padding-left:5px;
	margin-left:20px;
	border: dotted 1px #999999;
	color: #999999;
	line-height: 150%;
	}

/* エントリ本文の設定&lt;li&gt;タグ */
.entry  li {
	line-height: 150%;
	}
	
/* エントリ日付設定 */
.entry  h2 {
	margin-bottom: 10px;
	color: #666666;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	}

/* エントリタイトル設定 */
.entry  h3 {
	margin-bottom: 10px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: left;
	}

/* エントリ情報設定 */
.entry  p.posted {
	margin-bottom: 15px;
	color: #999999;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: right;
	line-height: normal;
	}
	

/* サイドバーとフリーエリアの枠設定 */
.sidebar , .freearea{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px 0px 0px 0px;
	border: solid 4px #000000; /* サイドバーのボーダー設定 */
	background-color: #ffffff;
	}

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	padding: 3px 3px 3px 6px;
	/* border-bottom: 0px solid #999999; サイドバータイトルの下線 */
	background-color: #333333; /* サイドバータイトルの背景 */
	color: #ffffff;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

/* サイドバー小項目の配置 */
.sidebar ul , .freearea ul{
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 5px;
	}

/* サイドバー小項目の設定 */
.sidebar li , .freearea li {
	margin-top: 3px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 120%;
	list-style-type: none;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	border: 1px solid #666666;
	margin-bottom: 5px;
	}

/* サイドバー内リンク設定 */
.link-note {
	margin-bottom: 15px;
	padding: 3px;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	}


/* プロフィール写真の配置 */
.photo {
	margin-bottom: 5px;
	text-align: center;
	}

/* プロフィール写真の枠 */
.photo img {
	border: 4px solid #000000;
	}


#powered {
	margin-top: 50px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	line-height: 150%;
	}



/* コメント設定 */
#comment-data {
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	width: 180px;
	border-right: 1px dashed #999999;
	text-align: left;
	}
	
/* ページ最下部フッターの枠設定 */
center;
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: left;
	}


textarea[id="comment-text"] {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	width: 80%;
	}

textarea.comment-text {
	font-family: "Hiragino Kaku Gothic Pro W3", "Osaka", "MS PGothic", "MS PMincho", "Hiragino Mincho Pro W3", "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	}</pre></body></html>