<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ++++ Contents Index ++++
	1. Reset
	2. Global Settings
	3. Layout
	4. Header
	5. Entry
	6. Comment
	7. Trackback
	8. Navigation
	9. Footer
	10. Typography
  ++++++++++++++++++++ */
/* [Reset] */
* {
	margin: 0;
	padding: 0;
}

/* [Global Settings] */
body {
	color: #333;
	background: #fff url(http://abc-f.net/template/sb_body_bg.gif) repeat-y;
}
p {
	margin-bottom: 1em;
}
img {
	border: 0;
}
a {
	color: #2A761D;
	text-decoration: none;
}
a:active,
a:hover {
	color: #40BF5F;
}
div {
	text-align: left;
}
table {
	border: 0;
}
ul {
	list-style: none;
}
strong {
	font-weight: bold;
}

input,textarea,select {
	font-size: 10pt;
line-height: 1.3em;
	color: #788978;
	background: #eefcee;
	border: 1px solid #778978;
}

.hide {
	display: none;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
/* [Layout] */
div#wrapper {
	width: 660px;
	padding: 0px;
}
div#header {
	width: 600px; !important;
	width: 660px;
	height: 80px;
	marging: 0 30px;
	border-bottom: 1px solid #556655;
	/*	background: transparent url(http://abc-f.net/template/sb_header_bg.gif) no-repeat;	*/
}
div#navigation {
	width: 190px !important;
	width: 220px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
div#contents {
	width: 390px !important;
	width: 440px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	float: right;
}

div#memostate{
	width: 390px;
	color: #662233;
	text-align: left;
	font-family:  Georgia,Times New Roman,serif;
	padding-top: 10px;
	padding-bottom: 3px;
}
div#topmemo {
	width: 390px;
	color: #662233;
	font-size: 12px;
	line-height: 1.5em;
/*	border-top: 1px solid #662233;	*/
	padding-bottom: 15px;
}

dl#topnew {
	width: 390px;
	color: #565;
	padding-bottom: 10px;
}

dt#new {
	color: #623;
	padding-bottom: 5px;
}

dd#newlist ul {
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5em;
	list-style-position: outside;
	list-style-image: url(http://abc-f.net/template/ul_arrow.gif);
}

div#topline {
	width: 390px;
	border-bottom:3px solid #662233;
	margin-bottom: 20px;
}

div#pagenavi {
	width: 390px;
	text-align: center;
	color: #898;
	font-size: 10px;
	padding-bottom: 10px;
}
div#footer {
	width: 600px; !important;
	width: 660px;
	height: 30px;
	border-top: 1px solid #556655;
/*	background: transparent url(http://abc-f.net/template/sb_footer_bg.gif) no-repeat;	*/
	marging: 0 30px;
}
/* [Header] */
div#title {
	width: 558px !important;
	width: 600px;
	maring-bottom: 20px;
	padding: 20px 0 0 42px;
}
div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
}
div#title h1 a {
	color: #666;
	text-decoration: none;
}
div#title h1 a:active,
div#title h1 a:hover {
	color: #232;
}
div#title p {
	color: #676;
}
/* [Entry] */
div.entry {
	width: 390px;
	padding-bottom: 50px;
}
div.entry h2 {
	font-size: 14px;
	width: 380px !important;
	width: 390px;
	padding: 0 0 2px 10px;
	border-bottom: 1px solid #556655;
	margin-bottom: 5px;
}
div.entry h2 a {
	color: #745;
}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #845;
}
div.entry_author {
	font-size: 12px;
	line-height: 1.5em;
	width: 390px;
	color: #666;
	text-align: right;
	margin-bottom: 20px;
}
div.entry_body {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 18px;
}
div.entry_more {
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 18px;
}
div.entry_state {
	clear: both;
	width: 380px;
	color: #666;
	text-align: right;
}
div.entry img.pict {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry img.thumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.entry h4 {
	font-size: 12px;
	color: #664455;
	margin-bottom: 5px;
}
div.entry h3 {
	font-size: 14px;
	color: #556655;
	border-left: 10px solid #556655;
	padding-left:2px;
	margin-bottom: 5px;
}
div.entry blockquote {
	padding: 15px;
	margin-bottom: 5px;
	border: dotted 1px #565;
}
div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	font-size: 12px;
line-height: 1.4em;
margin-bottom: 15px;
}
div.entry ol{
	list-style-type: decimal;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 20px;
	margin-bottom: 15px;
}
div.entry em{
	font-weight: bold;
}
div.entry table {
	border-top: 1px solid #787;
	border-left: 1px solid #787;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.4em;
}
div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #565;
	border-right: 1px solid #565;
}
div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #676;
	border-right: 1px solid #676;
	vertical-align: top;
}
div.entry dl {
	margin-bottom: 10px;
}
div.entry dl dt {
	color: #667744;
	font-weight: bold;
	padding-bottom: 10px;
}
div.entry dl dd {
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 15px;
	padding-bottom: 5px;
}
/* [Comment] */
div#comments {
	width: 380px;
	padding-bottom: 50px;
}
div#comments h3 {
	width: 380px;
	font-size: 14px;
	font-family:  Georgia,Times New Roman,serif;
	font-weight: bold;
	color: #777;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #565;
}
div#comments dl.comment_body {
	font-size: 12px;
	line-height: 1.5em;
	width: 380px;
	padding-bottom: 30px;
}
div#comments dl.comment_body dt {
	width: 358px !important;
	width: 380px;
	color: #555;
	padding: 10px;
	margin-bottom: 5px;
	border : 1px solid #787;
}
div#comments dl.comment_body dd {
	width: 380px;
	color: #666;
	text-align: right;
	font-family:  Georgia,Times New Roman,serif;
	margin-bottom: 5px;
}
div#comments h4 {
	width: 358px !important;
	width: 380px;
	border-top: 1px solid #787;
	border-right: 1px solid #787;
	border-left: 1px solid #787;
	font-size: 12px;
	font-weight: bold;
	font-family:  Georgia,Times New Roman,serif;
	color: #898;
	padding: 5px 10px;
}
dl#comment_form {
	width: 358px !important;
	width: 380px;
	border-bottom: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	padding: 5px 10px;
}
dl#comment_form dt {
	padding-bottom: 5px;
}
dl#comment_form dd {
	padding-bottom: 15px;
}
dl#comment_form dd label {
	padding: 0 10px;
}
dl#comment_form dt label#labelsubmit {
	display: none;
}
dl#comment_form dd input.form {
	width: 200px !important;
	width: 202px;
	border: 1px solid #555;
}
dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
}
dl#comment_form dd input.button {
	padding: 2px 5px;
	margin-right: 10px;
}
/* [Trackback] */
div#trackback {
	width: 370px;
	padding-bottom: 50px;
}
div#trackback h3 {
	width: 380px;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	font-family:  Georgia,Times New Roman,serif;
	padding-bottom: 5px;
	border-bottom: 1px solid #565;
}
p.tb_link {
	width: 368px !important;
	width: 380px;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #856;
	padding: 5px;
	margin-bottom: 20px;
	text-align: right;
}
div#trackback dl.tb_body {
	width: 380px;
	padding-bottom: 15px;
}
div#trackback dl.tb_body dt {
	width: 380px;
	color: #666;
	text-align: right;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aabbaa;
}
div#trackback dl.tb_body dd {
	color: #666;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-bottom: 5px;
}
/* [Profile] */
div#profile {
	width: 390px;
	padding-bottom: 50px;
}
div#profile h2 {
	font-size: 14px;
	width: 350px !important;
	width: 380px;
	padding: 0 0 6px 30px;
	background: transparent url(http://abc-f.net/template/sb_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
}
div.profile_body {
	margin-bottom: 18px;
}

/* [Navigation] */
div#navigation dl {
	margin-bottom: 30px;
}
div#navigation dt {
	width: 170px !important;
	width: 190px;
	padding: 0 0 2px 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #AABBAA;
	background: transparent url(http://abc-f.net/template/nabi_dt.gif) no-repeat bottom left;
}
div#navigation ul {
	font-size: 12px;
	line-height: 1.5em;
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://abc-f.net/template/sb_ul_arrow.gif);
}
div#search {
	width: 190px;
	height: 60px !important;
	height: 130px;
	padding-top: 70px;
	text-align: center;
}
div#search dt {
	width: 190px;
	height: 30px;
}
div#search dd input.form {
	width: 120px !important;
	width: 122px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
div#search dd input.button {
	margin-top: 10px;
}
/* for IE5Mac */
/*ｴ*//*/
div#navigation ul {
	padding: 0 0 0px 17px;
}
/**/
div#navigation ul li {
	padding-bottom: 0px;
}
/* ++++ Calendar ++++ */
dl#calendar table {
	width: 190px;
}
dl#calendar table th,
dl#calendar table td {
	font-size: 65%;
	line-height: 1em;
	text-align: center;
	padding: 2px 2px;
}
dl#calendar table th {
	padding-bottom: 5px;
}
dl#calendar table td span.today {
	color: #a67;
}
dl#calendar table td span.today a {
	color: #a67;
}
dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	color: #623;
}
/* ++++ Extra ++++ */
dl#extra {
	width: 168px !important;
	width: 190px;
	padding: 10px;
	border: 1px solid #aba;
	background: transparent url(http://abc-f.net/template/sb_extra_bg.jpg);
}
dl#extra dt {
	display: none;
}
dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10px;
}
p#link2top {
	padding-left: 10px;
	background: transparent url(http://abc-f.net/template/sb_pagetop_arrow.gif) no-repeat;
}
p#count {
	padding-left: 6px;
	font-sieze:10px;
	color:#666;
	font-family:  Georgia,Times New Roman,serif;
}

p#ad {
	padding-left: 30px;
	padding-bottom: 20px;
	font-sieze:10px;
	line-height: 1.3em;
}


/* [Footer] */
div#footer address {
	padding: 5px 0 0 120px;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #445544;
}
/* [Typography] */
div#pagenavi,
div#title p,
div.entry_author,
div.entry_state,
div#navigation dt,
dl#calendar table th,
dl#calendar table td,
dl#extra ul,
div#comments dl.comment_body dt,
div#comments dl#comment_form dt,
dl#comment_form dd,
div#footer address {
	font-family:  Georgia,Times New Roman,serif;
}
</pre></body></html>