<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bodyの設定 */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 90%;
	line-height: 140%;
	background-attachment: fixed;
	background-image:url(../img/bg.gif);
	/*background-repeat: repeat-x;*/
	background-color:#FFFFFF;
	color:#FFFFFF;
	}

/* リンクカラー設定 */
	a {text-decoration: underline;color:#197E5E;}
	a:link {text-decoration: underline;color:#197E5E;}
	a:visited {text-decoration: underline;color:#197E5E;}
	a:hover {text-decoration:none;color:#FFFFFF; background-color:#197E5E;}
	a:active {text-decoration: underline;color:#197E5E;}

/* 見出し用タグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
/*バナーのリンク*/
	#banner a{text-decoration:none; color:#FFFFFF;}
	#banner a:link{text-decoration:none; color:#FFFFFF;}
	#banner a:visited {text-decoration:none; color:#FFFFFF;}
	#banner a:hover {text-decoration:underline; color:#FFFFFF; background:none;}
	#banner a:active {text-decoration:none; color:#FFFFFF;}

/* ブログ全体のサイズなどの設定 */
#container {
	margin-right: auto;
	margin-left: auto;
	padding: 15px 15px 0px 15px;
	width: 760px;
	border: 0px;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 160%;
	position: relative;
	left: 0px;
	top: 0px;
	}


/* バナー部分の枠設定 */
#banner {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	height: 200px;
	border-top: none;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background: url(../img/header.jpg) no-repeat top center;
	color: #FFFFFF;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	text-align: rleft;
	}


/* バナー部分のタイトルのサイズなど */
#banner h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	font-size: 140%;
	font-weight: bold;
	line-height: 30px;
	padding: 10px 0px 0px 30px;
	letter-spacing: 0em;
	}
	
/* バナー部分のサブタイトル設定 */
#banner h2 {
	color: #FFFFFF;
	font-size: 100%;
	padding: 0px 0px 0px 30px;
	}

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


/* コンテンツヘッダー設定 */
.contentheader {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 0px;
	color: #333333;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	}


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

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


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


/* エントリヘッダー（日付）設定 */
.entryheader {
	margin-bottom: 15px;
	padding: 0px 2px 2px 2px;
	color: #7F1934;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 90%;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:1px solid #7F1934;
	
	}


/* エントリセパレータ設定 */
.entryseparater{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 15px;
	border-bottom: 1px dashed #7F1934;
	}
	
/* エントリフッター */
.entryfooter{
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0px;
	height: 15px;
	border-bottom: 0px;
	}
	
/* エントリpタグ設定 */
.entry  p {
	margin-bottom: 10px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	}

/* エントリ本文の引用タグ設定*/
.entry  blockquote {
	line-height: 150%;
	}

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

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

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

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

/* サイドバータイトルとフリーエリアタイトル設定 */
.sidebar h2 , .freetitle{
	border-bottom:1px solid #7F1934;
	padding: 5px 5px 0px 5px;
	/*background:url(../img/title_bg.gif) no-repeat center center;*/
	color: #7F1934;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

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

/* サイドバー小項目の設定 */
.sidebar li {
	margin-top: 10px;
	margin-bottom: -5px;
	margin-left: 0px;
	padding-left: 0px;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', 'Osaka',' sans-serif';
	font-size: 80%;
	text-align: left;
	line-height: 140%;
	list-style-type: none;
	}

/* サイドバー内画像の枠 */
.sidebar img {
	border: 0px;
	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: 0px;
	}


#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 #7F1934;
	text-align: left;
	}
	
#comment
{
width:100%;
}

/* ページ最下部フッターの枠設定 */
#footer {
	height: 43px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	background-color: #FFFFFF;
	/*background:url(../img/footer.gif) no-repeat center ; */
	color: #000000;
	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>