<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/*
Skin Name: FlatTemplate for Seesaa
Author: LOOMICDESIGN_KEI
Layout : Double Column - Sidebar on right
Update : 2012.08.15
*/

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    list-style-type: none;
    vertical-align: baseline;
    background: transparent;
}
/*
Yahoo fonts.css 2.7.0
http://developer.yahoo.net/yui/license.txt
Font size Adjustment.
http://developer.yahoo.com/yui/examples/fonts/fonts-size_source.html
*/

body{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}
select,
input,
button,
textarea{
	font-family: inherit;
	font-size: 99%;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td, dt {
	font-weight: normal;
	text-align: left;
}
a img, iframe {border: none;}
select {margin: inherit;}
:focus {outline: 0;}
/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {margin-left: 2em;}

/*========================================

  Elements

========================================*/

html {height: 100%}
body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
    background: url(http://nices.xsrv.jp/mgtmp/l-blue/bg.png) repeat left top;
}

/* Link
---------------*/

a:link {
	color: #1122CC;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:visited {
	color: #1122CC;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #204EB4;
	outline: none;
	position: relative;
	left: 2px;
}

a:active, a:focus {
	color: #204EB4;
	outline: none;
}
a:active,a:focus {outline: 0;}
textarea:focus,input:focus { outline: 1px solid #eee; }

.entry_body a{
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* Text
---------------*/

p {
	margin: 1.2em 0;
}
pre {
	padding: 15px 20px;
	border-top: 1px solid #cfe4e8;
	border-left: 1px solid #cfe4e8;
	color: #086dac;
	background-color: #ebf1f2;
	overflow: auto;
	width: 90%;
	_width: 95%; /* for IE6 */	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 0 1em 0;
	padding: 5px 10px 5px;
	border: 1px solid #f6f6f6;
	color: #444;
	background: #f6f6f6;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
hr {
	margin: 1.5em 0;
	border: none;
	border-top: 1px dotted #ccc;
}

/* Crear
---------------*/
.clear {
	display: block;
	clear: both;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; }
div#contents {display: block; }
/* End hide from IE-mac */
*:first-child+html .clearfix {zoom: 1;} /* IE7 */


/*========================================

  Layout

========================================*/
div#wrapper {
	width: 1000px;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/frame.png) repeat-y center top;
	margin: 0 auto;
}
div#container {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
div#main {
	float: left;
}
div#main_inner{
	width: 620px;
	margin: 5px 30px 0 15px;
}
div#side {
	float: left;
}
div#side-inner {
	width: 300px;
	margin-top: 5px;
}
div.content {
	margin: 0 0 20px;
}

/*========================================

  Header

========================================*/

div#topbar{
	height: 22px;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/stripe_color.png) repeat 0 0;
	color: #ffffff;
}
div#topbar div.submenu{
	margin-right: 14px;
	padding-top: 2px;
	text-align: right;
	font-size: 0.90em;
}
div#topbar div.submenu a {color: #fff;text-decoration: none;}
div#topbar div.submenu a:hover {color: #01b0f0;}

/* ★ヘッダー設定
───────────────────────── */
     
/* タイトル-テキスト
 
    div#header {
        width: 980px;
        height: 150px;
        margin: 0 auto ;
        background-color: #ffffff;
        background-image: url(http://nices.xsrv.jp/mgtmp/gray/banner.png);
        background-repeat: no-repeat:
        background-position: 0 0;
    }
    div#header-inner {
        width: 920px;
        margin: 0 auto ;
        padding: 30px 0 0;
    }
    div#header h1 {
        color: #333333;
        font-size: 2.0em;
        font-weight: bold;
        line-height: 1.2;
    }
    div#header a {
        color: #333333;
        text-decoration: none;
    }
    div#header a:hover {
        color: #555555;
    }
    div#header p {
        color: #333333;
    }
 */
 
/* タイトル-画像のみ(テキスト非表示) */
 
    div#header {
        width: 980px;
        height: 260px;
        margin: 0 auto ;
        background-color: #ffffff;
        background-image: url(http://atopydo.up.seesaa.net/image/2015091220header2.png);
        background-repeat: no-repeat:
        background-position: 0 0;
    }
    div#header h1 a{
        display:block;
        width: 980px;
        height: 350px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    div#header p {
        color: #333333;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
 
/*========================================

  GlobalNavi

========================================*/
div#nav {
	width:980px;
	height:55px;
	background:url(http://nices.xsrv.jp/mgtmp/l-blue/nav.png) no-repeat 0 0;
	margin-top: -1px;
}
div#nav ul {
	width: 960px;
	height: 50px;
	margin: 0 10px;
	list-style-type: none;
}
div#nav li {
	float: left;
	width: 160px;
	text-align: center;
	margin-top: 1px;
}
div#nav a {
	display:block;
	width:160px;
	line-height:50px;
	color:#fff;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	background:url(http://nices.xsrv.jp/mgtmp/l-blue/nav_sp.png) no-repeat 0 0;
	-webkit-transition: background-images 0.2s ease;
	-moz-transition: background-images 0.2s ease;
	-o-transition: background-images 0.2s ease;
	transition: background-images 0.2s ease;
}
div#nav a:hover {
	color: #fff;
	background-position: 0 -50px;
	position: relative;
	left: 0;
}

/*========================================

  Main

========================================*/

/* Page navi
───────────────────────── */
div.topicpath, div.page_navi, div.pager {
	font-size: 0.95em;
	 font-size/*\**/: 0.9em\9;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0.4em;
	height: 1%;
}
div.topicpath {
	margin-top: 1.8em;
	margin-bottom: 0.4em;
	border-bottom: 1px solid #e5e2e3;
	-moz-box-shadow: 0 1px 0 #f5f5f5;
	-webkit-box-shadow: 0 1px 0 #f5f5f5;
	box-shadow: 0 1px 0 #f5f5f5;
}
div.page_navi, div.pager  {
	clear: both;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1.5em;
	text-align: center;
}
div.pager {margin-top: 0.5em; margin-bottom: 0.5em;}
div.topicpath a {
	outline: none;
	text-decoration: none;
}
a.home_link {
	padding-left: 17px;
	background:url(http://nices.xsrv.jp/mgtmp/l-blue/icons.png) no-repeat 0 2px;
	background-position/*\**/: 0 2px\9;
}
div.topicpath a:hover {
	color: #204EB4;
	outline: none;
	text-decoration: underline;
	position: relative;
	left: 2px;
}

/* 共通 */
div.pager {
	margin-top: 1em;
	font-weight: bold;
	text-align: center;
}
div.pager a,
div.next_ttl ul li a, div.prev_ttl ul li a {
	background-color: #fff;
	border: 1px solid #dfdfdf;
	color: #333333;
	display: inline-block;*display: inline;*zoom: 1;
	font-weight: bold;
	line-height: 25px;
	margin: 0 2px 0.5em;
	padding: 0px 6px;
	text-decoration: none;
	-webkit-transition: background-color 0.1s linear;
	   -moz-transition: background-color 0.1s linear;
	    -ms-transition: background-color 0.1s linear;
	     -o-transition: background-color 0.1s linear;
	        transition: background-color 0.1s linear;
}
*:first-child+html div.pager a{/* IE 7 */
	display: inline;
	zoom: 1;
	vertical-align: middle;
}
div.pager a:hover,
div.next_ttl ul li a:hover, div.prev_ttl ul li a:hover {
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/stripe.png) repeat 0 0;
	text-decoration: none;
}
div.pager a:visited,
div.next_ttl ul li a:visited, div.prev_ttl ul li a:visited {
	color: #333;
}
/* 個別 */
div.next_ttl {
	width: 48%;
	float: left;
	margin:0;
	text-align: left;
	padding-right: 2%;
}
div.prev_ttl {
	width: 48%;
	float: right;
	margin:0;
	text-align: right;
	padding-left: 2%;
}
div.prev_ttl ul, div.next_ttl ul {text-align: left;}
div.prev_ttl ul {text-align: right;}

div.next_ttl ul li, div.prev_ttl ul li {
	orverflow: hidden;
	display: block;*zoom: 1;
	margin: 0!important;
}
div.prev_ttl ul li.prevtitle {float: right;text-align: left;}
div.next_ttl ul li a, div.prev_ttl ul li a {line-height: 1.5;padding: 5px 7px 5px;margin: 0;}
div.page_navi:after, div.pager:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* Entry title
───────────────────────── */
div.entry{
	margin:1em 0 4em;
}
div.entry_head {
	width: 610px;
	padding: 0.3em;
	margin-bottom:1.5em;
	color: #333333;
	font-size: 1.2em;
	border: 1px #dfdfdf solid;
	border-top-color: #2398cc;
	border-top-width: 6px;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/stripe.png) repeat 0 0;
}
h2.entry_header {
	margin: 0;
	padding: 20px 12px 8px;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bold;
}
h2.entry_header a{color:#333333;text-decoration:none;}
h2.entry_header a:hover{color:#2398cc;}

/* Entry body
───────────────────────── */
div.entry_body { 
	padding: 0.5em 0.5em 1em;
	border-bottom: 1px solid #dcdcdc;
}
div.entry_body h3 {
	margin: 2.5em 0 2em;
	padding: 8px 0 5px 15px;
	color: #2398cc;
	font-size: 1.3em;
	font-weight: bold;
	border: 1px #dfdfdf solid;
	border-left-color: #2398cc;
	border-left-width: 4px;
/* For WebKit */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
/* For Mozilla/Gecko */
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5);
/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5)";
	zoom: 1; 
}
div.entry_body h4 {
	margin: 2.5em 0 0.5em;
	padding: 5px 10px;
	color: #444;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px #dfdfdf solid;
	border-left: 4px #2398cc solid;
	font-size: 1.1em;
	font-weight: bold;
}
div.entry_body h5, div.entry_body h6 {
	margin: 1.2em 0 1em;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	padding: 0.3em 10px 0.3em 10px;
	border-bottom: 1px dotted #ccc;
}
div.entry_body dl {
	padding: 0.5em 20px;
	border: 1px dotted #ddd;
}
div.entry_body dt {
	margin: 0.7em 0;
	padding-bottom: 0.3em;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	color: #0066CC;
}
div.entry_body dd {
	margin: 0.5em 0;
}
div.entry_body ol {
	margin: 0.5em 0.5em 0.5em 3em;
	zoom: normal;
}
div.entry_body ul {
	margin: 0.5em 0.5em 0.5em 1.2em;
}
div.entry_body ol li{
	line-height:1.6;
	list-style-type: decimal !important;
	list-style-position: outside;
}
div.entry_body ul li{
	margin: 1px 0;
	line-height:1.6;
	padding-left: 16px;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 0 -49px;
}
*:first-child+html div.entry_body ul li { background-position: 0 -50px; } 
/* Related
---------------*/

.listCategoryArticle {
	margin: 0.5em 0 1em;
}
.listCategoryArticle h4.relate {
	padding: 4px 0 4px 21px;
	margin-bottom: 6px;
	display: block;
	font-size:1.1em;
	color: #333;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 1px #dfdfdf solid;
	border-left: 4px #2398cc solid;
	background-image: url(http://nices.xsrv.jp/mgtmp/l-blue/icons.png);
	background-repeat: no-repeat;
	background-position: 5px -117px;
	 background-position/*\**/: 5px -118px\9;
	background-color: transparent;
}
*:first-child+html .listCategoryArticle h4.relate {
	background-position: 9px -119px;
	font-size:1em;
} 
ul.relate_ul li {
	padding-left: 25px;
	display: block;
	margin: 1px 0;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 12px -49px;
}

/* Continue
───────────────────────── */
p.continue {
	margin-top: 2em;
	margin-bottom: 1em;
	clear: both;
}
p.continue a:link,
p.continue a:visited {
	padding: 2px 8px 2px 18px;
	color: #333333;
	background: #f5f5f5 url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 0.4em -27px;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
p.continue a:hover {
	border-color: #777;
	color: #333;
	background-color: #eee;
}

/* Entry foot
───────────────────────── */

div.entry_foot {clear: both; border-top: 1px solid #f5f5f5;}
/* Tags
---------------*/
div.tags {
	padding: 0.5em 0 0.2em 16px;
	font-size: 0.90em;
	color: #555555;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/icons.png) no-repeat 0 -94px;
}
div.entry_foot div.tags a {padding-right: 0.7em;}
/* Entryinfo
---------------*/
div.entryinfo {padding-top: 0.2em;border-top: 1px dotted #ccc;}
div.entryinfo ul.information li.date{background:url("http://nices.xsrv.jp/mgtmp/l-blue/icons.png") no-repeat 0 -20px;}
div.entryinfo ul.information li.category{background:url("http://nices.xsrv.jp/mgtmp/l-blue/icons.png") no-repeat 0 -39px;}
div.entryinfo ul.information li.comment{background:url("http://nices.xsrv.jp/mgtmp/l-blue/icons.png") no-repeat 0 -59px;}
div.entryinfo ul.information li.trackback{background:url("http://nices.xsrv.jp/mgtmp/l-blue/icons.png") no-repeat 0 -79px;}

div.entryinfo ul.information li.date, li.category, li.comment, li.trackback{
	padding-left:16px;
	display:inline;
	margin-right:0.6em;
	font-size:0.90em;
	line-height:1.8;
	overflow:hidden;
}

/* Comments,Trackbacks
───────────────────────── */

div#comments,
div#trackback {
	margin: 2em 0;
	_height: 1px; /* for IE6 */
}

div#comments div.discussion,
div#comments div.addcommnet,
div#trackback div.trackback,
div#trackback div.trackbacks,
p.sub_header {
	font-size:115%;
	font-weight: bold;
	border: 1px #dfdfdf solid;
	border-left-color: #2398cc;
	border-left-width: 4px;
	padding: 8px 0 5px 15px;
	margin: 20px 0 12px;
/* For WebKit */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
/* For Mozilla/Gecko */
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5);
/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5)";
	zoom: 1; 
}

/* Comment form
---------------*/

div.comments-body {
	margin: 0.5em 20px;
}
div.comments-body input {
	width: 60%;
	margin: 0.4em 0 1em;
}
div.comments-body input.input-submit {
	width: auto;
	margin: 1em 0.2em;
}
div.comments-body textarea {
	width: 80%;
	max-width: 85%;
}

/* Trackback info
---------------*/
div.trackback-body {
	margin: 0.5em 20px;
}

/*========================================

  Side

========================================*/
div#side {
	margin-top: 1em;
	margin-bottom:30px;
	text-align: left;
}
div.side {
	font-size: 13px;
	line-height: 150%;
	text-align: left;
	margin:0 5px 10px;
	_zoom: 1;  
	overflow: hidden; 
}
div.sidetitle {
	margin: 10px 0;
	padding: 8px 0 5px 8px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	border: 1px #dfdfdf solid;
	border-left-color: #2398cc;
	border-left-width: 4px;
/* For WebKit */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
/* For Mozilla/Gecko */
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5);
/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff5f5f5)";
	zoom: 1; 
}

div.side a {
	display: block;
	margin-bottom: -1px;
	padding: 4px 0 3px 12px;
	border-bottom: 1px solid #e5e2e3;
	color: #1122CC;					
	font-size: 0.95em;
	text-decoration: none;
	background: transparent url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 0 -46px;
	-moz-box-shadow: 0 1px 0 #f5f5f5;
	-webkit-box-shadow: 0 1px 0 #f5f5f5;
	box-shadow: 0 1px 0 #f5f5f5;
}
div.side a:hover {
	color: #333;
	background-color: #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}
div.syndicate a,
div.syndicate a:visited {
	margin:1em 0.5em;
	padding: 2px 8px 2px 18px;
	color: #333333;
	background: #f5f5f5 url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 0.4em -27px;
	text-decoration: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
div.syndicate a:hover {
	border-color: #777;
	color: #333;
	background-color: #eee;
}
/* FreeArea
---------------*/
div.side div.freearea {
	margin: 0;
	padding: 8px 8px 6px 8px;
	border: #cbcbcb dotted 4px;
}
div.side div.freearea2 {
	margin: 0;
	padding: 8px 0;
	border: none;
}
div.side div.freearea a, div.side div.freearea2 a,
div.side div.freearea li a, div.side div.freearea2 li a {
	display: inline-block;
	padding: 0;
	border-bottom: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.side div.freearea a img,
div.side div.freearea2 a img {
	margin-bottom: 3px;
}
/* SearchArea
---------------*/
div.side input.inputkeyword {
	width:220px;
}
/* Feed
---------------*/
.syndicate {margin-top:30px;}
/*========================================

  Footer

========================================*/

/* page top
---------------*/
p.return {
	clear: both;
	float: right;
	margin-right: 20px;
	line-heght:15px;
	margin-bottom: -12px;
	padding: 0.5em 0.6em 0.5em 1.5em;
	background: #474d4d url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 0.6em 12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
p.return a {
	text-decoration:none;
	color:#fff;
}
p.return a:hover {
	color:#01b0f0;
}

div#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	background: #474d4d;
	font-size: 0.90em;
}
div#footer-inner {
	width: 940px;
	margin: 0 auto ;
	padding: 15px 0 0;
	color: #cccccc;
}
div#footer-inner a { 
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}
div#footer-inner a:hover {
	color: #01b0f0;
}
div#foot_info {
	text-align: center;
	padding:4px 0 2px;
	border-bottom: 1px solid #444;
}
div#foot_info address {
	font-size:1.15em;
}
div#foot_info p{
	margin:0.2em;
}
div#foot_contents {
	width: 940px;
	padding-bottom: 4px;
	border-top:1px solid #666;
	overflow: auto;
}
div#foot_contents p.foot_text {
	float: left;
	width: 680px;
	display: inline;
	text-align: left;
}
div#foot_contents div.submenu {
	float: right;
	margin: 12px 5px 0 0;
}

/* ads
---------------*/

div.adarea1 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin: 1.6em 0 0.5em;
}
div.adarea2 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	margin: 30px 0 0.5em;
}
table.ads {
	margin-bottom: 1em;
	text-align: left;
}
div.ad1 {
	text-align: left;
	padding: 0 20px 20px 0;
}
div.ad2 {
	text-align: left;
	padding: 0 0 20px 0;
}

/*========================================

  Option

========================================*/
.link {
	color: #fff;
	font-weight: bold;
	font-size: 0.95em;
	padding: 2px 6px;
	margin-right: 3px;
	background: #03a0d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* 画像回り込み
----------------------*/
div.entry_body .imgl { float: left; margin: 0 10px 10px 0; }
div.entry_body .imgr { float: right; margin: 0 0 10px 10px; }

/* アーカイブページ記事一覧
----------------------------*/
.none { display:none; }
.block { display:block; } 
div#catlist {
	margin: 1em 0 1em;
	border: 1px solid #dcdcdc;
}
div#catlist p.title {
	margin: 0 0 0.5em;
	padding: 8px 0 5px 15px;
	color: #ffffff;
	font-size:1.3em;
	font-weight: bold;
	border-bottom: 1px #dfdfdf solid;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/stripe_color.png) repeat 0 0;
}
div#catlist p.title span.small {font-size: 13px !important;}
div#catlist ul.relate_ul li {
	background-position: 12px -49px;
	background-position/*\**/: 12px -50\9;
}
div#catlist div.catlist_innner {
	margin: 0.5em 1em 1em 0.5em;
}
/* タグ・検索結果一覧 */
div#catlist ul.search_ul li {
	padding: 5px 5px 5px 25px;
	display: block;
	margin: 1px 0 10px;
	background: url(http://nices.xsrv.jp/mgtmp/l-blue/lists.gif) no-repeat 12px -44px;
	border-bottom: 1px dotted #dfdfdf;
	background-position/*\**/: 12px -45px\9;
}

p.tag-search {text-align: right;}
div.tag-navi {text-align: center; margin: 0.5em auto 1em;}
div.tag-more {text-align: right; margin: 0.5em 1em 1em;}

/* まごころスタイル */
span.bgy { font-weight:bold; background-color: yellow; }
span.red { font-weight:bold; color: red; }
span.b { font-weight: bold; }

/* end */
.image{
margin-right : 20px;
margin-left : 0px;
margin-bottom : 5px;
}

td {
border: 1px #e0e0e0 solid;
}
</pre></body></html>