<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*==================================================
	リセット＆全体
==================================================*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(http://bfile.shinobi.jp/5594/ninja_body.gif) repeat-x #efefef;
	color: #666;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}
table {
	font-size: inherit;
	font: 100%;
}
pre, code, samp, kbd, var {
	font-family: "Lucida Console", Monaco, monospace;
}
@media screen {
	br { letter-spacing: 0; }
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
input,textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*--------------------------------------------------
	リンク
--------------------------------------------------*/
a 			{ text-decoration: none; overflow: hidden; }
a:link 		{ color: #5baec0; }
a:visited 	{ color: #5baec0; }
a:hover 	{ color: #000; }
a:active 	{ color: #000; }

#head h1 a:link 	{ color: #fff; }
#head h1 a:visited 	{ color: #fff; }
#head h1 a:hover 	{ color: #5baec0; }
#head h1 a:active 	{ color: #5baec0; }

h2 a:link,
h2 a:visited,
p.trackback_name a:link,
p.trackback_name a:visited { color: #666; }
h2 a:hover,
h2 a:active,
p.trackback_name a:hover,
p.trackback_name a:active { color: #5baec0; }

p.entry_category a,
p.entry_category a:link,
p.entry_category a:visited {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 8px 3px;
	border-left: 3px solid #ccc;
	background: #999;
	color: #fff;
	font-size: 10px;
}
p.entry_category a:hover,
p.entry_category a:active {
	border-left: 3px solid #5baec0;
	background: #454545;
}

p.entry_comments a:link,
p.entry_comments a:visited { color: #999; }
p.entry_comments a:hover,
p.entry_comments a:active { color: #5baec0; }

#sidebar dl.latest_entries li a:link,
#sidebar dl.latest_entries li a:visited,
#sidebar dl.categories li a:link,
#sidebar dl.categories li a:visited,
#sidebar dl.archives li a:link,
#sidebar dl.archives li a:visited,
#sidebar dl.recentcomments li a:link,
#sidebar dl.recentcomments li a:visited,
#sidebar dl.recenttrackbacks li a:link,
#sidebar dl.recenttrackbacks li a:visited,
#sidebar dl.links li a:link,
#sidebar dl.links li a:visited {
	color: #555;
}
#sidebar dl.latest_entries li a:hover,
#sidebar dl.latest_entries li a:active,
#sidebar dl.categories li a:hover,
#sidebar dl.categories li a:active,
#sidebar dl.archives li a:hover,
#sidebar dl.archives li a:active,
#sidebar dl.recentcomments li a:hover,
#sidebar dl.recentcomments li a:active,
#sidebar dl.recenttrackbacks li a:hover,
#sidebar dl.recenttrackbacks li a:active,
#sidebar dl.links li a:hover,
#sidebar dl.links li a:active {
	color: #5baec0;
}

#sidebar dl.latest_entries li a,
#sidebar dl.categories li a,
#sidebar dl.recentcomments li a,
#sidebar dl.recenttrackbacks li a {
	font-weight: bold;
}

table.calendarTable td a:link,
table.calendarTable td a:visited {
	display: block;
	width: 37px;
	height: 24px;
	background: url(http://bfile.shinobi.jp/5594/ninja_calendar_td.gif) no-repeat left center;
	color: #fff;
	line-height: 24px;
}
table.calendarTable td a:hover,
table.calendarTable td a:active {
	color: #fff;
	background-position: left bottom;
}

#footer a:link 		{ color: #999; }
#footer a:visited 	{ color: #999; }
#footer a:hover 	{ color: #000; }
#footer a:active 	{ color: #000; }

/*--------------------------------------------------
	clearfix
--------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
div {
	zoom: 1;
}

/*==================================================
	レイアウト
==================================================*/
#wrap {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	overflow: hidden;
}
#head {
	padding: 25px 10px 0;
	height: 120px;
	}
#main {
	margin-top: 20px;
	padding-top: 12px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_01.gif) no-repeat;
}
#contents {
	float: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	width: 564px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_02.gif) repeat-y;
}
#sidebar {
	float: right;
	width: 260px;
	color: #999;
}
#footer {
	clear: both;
	padding-bottom: 10px;
	background: url(http://bfile.shinobi.jp/5594/ninja_footer_01.gif) repeat-x #e5e5e5;
	color: #bababa;
}

/*==================================================
	HEAD
==================================================*/
#head h1 {
	color: #fff;
	font-size: 20px;
	font-family: Osaka, Meiryo, "メイリオ", sans-serif;
	font-weight: normal;
}
#head h1:first-letter {
	color: #5baec0;
	font-size: 24px;
	font-weight: bold;
}
p.description {
	color: #999;
	font-size: 93%;
}

/*==================================================
	CONTENTS
==================================================*/
/*--------------------------------------------------
	記事
--------------------------------------------------*/
div.entry {
	padding-top: 10px;
}
div.entry h2 {
	margin: 0 22px;
	padding: 0 0 0 7px;
	border-left: 3px solid #5baec0;
}
p.entry_date {
	margin: 0 22px 15px;
	padding: 2px 0 0 22px;
	border-left: 3px solid #5baec0;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_03.gif) no-repeat 7px 2px;
	font-size: 10px;
	font-family: Arial, Tahoma, Helvetica, Verdana, Osaka, sans-serif;
}
div.entry_body {
	padding: 0 20px;
	font-size: 93%;
	line-height: 1.6;
}
div.entry_body p {
	margin-bottom: 0.8em;
}
div.entry_state {
	margin: 20px 20px 30px;
	padding: 15px 0;
	color: #999;
	font-size: 11px;
}
p.entry_category {
	float: left;
}
p.entry_comments {
	float: right;
	padding-left: 20px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_04.gif) no-repeat;
}

/*--------------------------------------------------
	画像
--------------------------------------------------*/
div.entry_body img {
	margin: 0 5px 5px;
	border: 3px solid #efefef;
	background: #fff;
}
img.emoji {
	margin: 0 1px;
	padding: 0;
	border: none;
}

/*--------------------------------------------------
	記事内タグ
--------------------------------------------------*/
strong { font-weight: bold; }
em {
	margin: 0 1px;
	padding: 0 1px 0 2px;
	background: #eee;
	font-style: normal;
}
div.entry_body dl {
	margin-bottom: 0.8em;
}
div.entry_body dt {
}
div.entry_body dd {
	margin: 2px 5px 5px;
	padding-left: 8px;
	border-left: 3px solid #ddd;
}
div.entry_body h3 {
	margin-bottom: 0.8em;
	border-bottom: 2px solid #5baec0;
	font-size: 120%;
}
div.entry_body h4 {
	margin-bottom: 0.8em;
	border-bottom: 2px solid #ddd;
	font-size: 120%;
	font-weight: normal;
}
div.entry_body h5 {
	margin-bottom: 0.8em;
	border-bottom: 1px dashed #ddd;
	font-size: 120%;
	font-weight: normal;
}
div.entry_body h6 {
	margin-bottom: 0.8em;
	padding-left: 4px;
	border-left: 5px solid #ddd;
	border-bottom: 1px solid #ddd;
}
blockquote {
	margin-bottom: 0.5em;
	padding: 5px 8px;
	border-left: 3px solid #ddd;
	background: #f8f8f8;
	line-height: 1.6;
}
.cite {
	font-size: 10px;
	text-align: right;
}
pre {
	padding: 5px 8px;
	border: 2px solid #ddd;
	background: #f5f5f5;
	width: 95%;
	overflow: auto;
}
div.entry_body ul {
	margin-bottom: 0.8em;
	list-style: none;
}
div.entry_body ul li {
	padding-left: 16px;
	background: url(http://bfile.shinobi.jp/5594/ninja_img_03.gif) no-repeat 2px 6px;
}
div.entry_body ul li:hover {
	background: url(http://bfile.shinobi.jp/5594/ninja_img_04.gif) no-repeat 2px 6px;
}
div.entry_body ol {
	margin-bottom: 0.8em;
	padding-left: 20px;
	list-style: decimal inside;
}
div.entry_body ol li {
	text-indent: -20px;
}

/*--------------------------------------------------
	記事ナビ
--------------------------------------------------*/
div.entry_navi {
	overflow: hidden;
	margin-left: 370px;
	width: 175px;
}
p.entry_prev a {
	display: block;
	float: left;
	width: 86px;
	height: 15px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_05.gif) left top no-repeat;
	text-indent: -9999px;
}
p.entry_prev a:hover {
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_05.gif) 0 -15px no-repeat;
}

p.entry_next a {
	display: block;
	float: right;
	width: 85px;
	height: 15px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_06.gif) left top no-repeat;
	text-indent: -9999px;
}
p.entry_next a:hover {
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_06.gif) 0 -15px no-repeat;
}

/*--------------------------------------------------
	ページナビ
--------------------------------------------------*/
div.page_navi {
	overflow: hidden;
	margin: 0 0 20px 380px;
	width: 165px;
}
p.page_prev a {
	display: block;
	float: left;
	width: 80px;
	height: 15px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_08.gif) left top no-repeat;
	text-indent: -9999px;
}
p.page_prev a:hover {
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_08.gif) 0 -15px no-repeat;
}

p.page_next a {
	display: block;
	float: right;
	width: 79px;
	height: 15px;
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_07.gif) left top no-repeat;
	text-indent: -9999px;
}
p.page_next a:hover {
	background: url(http://bfile.shinobi.jp/5594/ninja_entry_07.gif) 0 -15px no-repeat;
}


/*--------------------------------------------------
	コメントフォーム
--------------------------------------------------*/
div.comment {
	padding: 0 20px;
}
h3#comment {
	height: 22px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_01.gif) no-repeat;
	text-indent: -9999px;
}
div.comment form {
	padding: 10px 15px 4px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_02.gif) no-repeat left bottom #f4f4f4;
	overflow: hidden;
}
div.comment form label {
	display: block;
	margin: 5px 0 8px 3px;
	width: 228px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
label#comment {
	margin-bottom: 10px;
}
p.com_form_left {
	float: left;
	clear: left;
	padding-bottom: 7px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_03.gif) no-repeat left bottom;
}
p.com_form_right {
	margin-left: 260px;
	padding-bottom: 7px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_03.gif) no-repeat left bottom;
}
p.com_form_bottom {
	clear: both;
	padding-bottom: 9px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_04.gif) no-repeat left bottom;
}
p.com_form_btn {
	margin: 10px 0 10px 180px;
}
input#name,
input#mail,
input#url,
input#pass {
	margin-left: 10px;
	width: 210px;
	border: none;
	background: #fff;
}
textarea#comment {
	margin-left: 12px;
	width: 470px;
	height: 125px;
	border: none;
	background: #fff;
}
input#submit {
	display: block;
	border: none;
	width: 124px;
	height: 22px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_button.gif) no-repeat left top;
	color: #fff;
	font-size: 0px;
}
input#submit:active {
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_button.gif) no-repeat left bottom;
}

/*--------------------------------------------------
	コメント＆トラックバック
--------------------------------------------------*/
div.trackback {
	margin-bottom: 20px;
	padding: 0 20px;
}
p.comment_name,
p.trackback_name {
	margin: 30px 0 0;
	font-size: 15px;
	font-family: Osaka;
	line-height: 1;
}
p.comment_state,
p.trackback_state {
	color: #ccc;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma,  sans-serif;
}
p.comment_text,
p.trackback_text {
	margin: 5px 0;
	font-size: 93%;
	line-height: 1.6;
}
p.comment_res {
	padding: 10px 10px 5px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_05.gif) no-repeat #efefef;
	font-size: 93%;
	line-height: 1.6;
}
p.comment_res_state {
	padding: 0 10px 8px;
	background: url(http://bfile.shinobi.jp/5594/ninja_comment_06.gif) no-repeat left bottom #efefef;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma,  sans-serif;
	text-align: right;
	line-height: 1.4;
}

h3#trackback {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 2px solid #ddd;
	background: url(http://bfile.shinobi.jp/5594/ninja_trackback_01.gif) left bottom no-repeat;
	text-indent: -9999px;
}
input.tb_url {
	margin: 4px 0 7px 15px;
	padding-top: 3px;
	width: 495px;
	border: none;
	background: #fff;
}
p.tb_url {
	margin: 10px 0 0;
	background: url(http://bfile.shinobi.jp/5594/ninja_trackback_02.gif) no-repeat;
}

/*==================================================
	SIDEBAR
==================================================*/
#sidebar dl {
	width: 260px;
	margin-bottom: 40px;
}
#sidebar dl.other {
	margin-bottom: 20px;
}
#sidebar dt {
	height: 29px;
	text-indent: -9999px;
}
#sidebar dl.latest_entries dt 	{ background: url(http://bfile.shinobi.jp/5594/ninja_side_01.gif) no-repeat; }
#sidebar dl.categories dt 		{ background: url(http://bfile.shinobi.jp/5594/ninja_side_03.gif) no-repeat; }
#sidebar dl.archives dt 		{ background: url(http://bfile.shinobi.jp/5594/ninja_side_04.gif) no-repeat; }
#sidebar dl.recentcomments dt 	{ background: url(http://bfile.shinobi.jp/5594/ninja_side_05.gif) no-repeat; }
#sidebar dl.recenttrackbacks dt { background: url(http://bfile.shinobi.jp/5594/ninja_side_06.gif) no-repeat; }
#sidebar dl.links dt 			{ background: url(http://bfile.shinobi.jp/5594/ninja_side_07.gif) no-repeat; }
#sidebar dl.other dt 			{ background: url(http://bfile.shinobi.jp/5594/ninja_side_08.gif) no-repeat; }
#sidebar dl.blogparts dt 		{ background: url(http://bfile.shinobi.jp/5594/ninja_side_09.gif) no-repeat; }

#sidebar dl.latest_entries,
#sidebar dl.categories,
#sidebar dl.archives,
#sidebar dl.recentcomments,
#sidebar dl.recenttrackbacks,
#sidebar dl.links,
#sidebar dl.other {
	background: url(http://bfile.shinobi.jp/5594/ninja_side_02.gif) no-repeat left bottom #e8e6e7;
}
#sidebar dd {
	padding: 0 10px;
	font-size: 10px;
}
#sidebar dd ul {
	list-style: none;
}
#sidebar dd li {
	padding: 5px 3px 7px;
	background: url(http://bfile.shinobi.jp/5594/ninja_img_02.gif) repeat-x left bottom;
	line-height: 1.4;
}

/*--------------------------------------------------
	カレンダー
--------------------------------------------------*/
table.calendarTable {
	margin: 0 auto 20px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, Arial, Tahoma,  sans-serif;
	text-align: center;
}
table.calendarTable td {
	width: 37px;
	height: 24px;
	border: 1px solid #efefef;
	background: url(http://bfile.shinobi.jp/5594/ninja_calendar_td.gif) no-repeat left top;
	empty-cells: hide;
}

/*--------------------------------------------------
	ブログ内検索
--------------------------------------------------*/
#sidebar dl.search dt {
	height: 0;
}
#sidebar dl.search dd {
	padding: 0;
	background: url(http://bfile.shinobi.jp/5594/ninja_search_01.gif) no-repeat 10px top;
	overflow: hidden;
}
#search {
	float: left;
	border: none;
	background: url(http://bfile.shinobi.jp/5594/ninja_search_01.gif) no-repeat left top;
	width: 200px;
	height: 22px;
	font-size: 11px;
	color: #999999;
	padding: 4px 0 0 20px;
}
input#searchsubmit {
	display: block;
	width: 37px;
	height: 22px;
	border: none;
	background: url(http://bfile.shinobi.jp/5594/ninja_search_02.gif) left top;
	font-size: 0px;
}
input#searchsubmit:active {
	background: url(http://bfile.shinobi.jp/5594/ninja_search_02.gif) left bottom;
}

/*==================================================
	FOOTER
==================================================*/
#footer p.footer_head {
	margin: 0 auto;
	width: 850px;
	height: 10px;
	background: url(http://bfile.shinobi.jp/5594/ninja_footer_02.gif) no-repeat;
	text-indent: -9999px;
}
p.copyright {
	margin-top: 10px;
	padding: 47px 0 0 227px;
	height: 54px;
	background: url(http://bfile.shinobi.jp/5594/ninja_footer_03.gif) no-repeat left bottom;
	font-size: 10px;
	font-family: Verdana, "Trebuchet MS", Helvetica, Arial, Tahoma,  sans-serif;
	text-align: left;
	line-height: 1.4;
}</pre></body></html>