@charset "UTF-8";


/* --------------------------------------------------------
title: Extensible Gallery (プレーン) CSS

table of contents

  =1 reset
  =2 frame layout
  =3 header
  =4 first
  =5 second(emp)
  =6 third(emp)
  =7 plugin
  =8 footer
  =9 archive and category page
  =10 permalink page
  =11 ad

-------------------------------------------------------- */








/* =1 reset
-------------------------------------------------------- */
html,body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

html:root body img {
	vertical-align: bottom;
}

a img {
	border: none;
}

body {
	line-height: 1.3;
	background: #fff;
	color: #666;
	font-size: 83%;

font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ','Meiryo','ＭＳ Ｐゴシック', 'MS P Gothic', 'Osaka', 'Helvetica', 'Arial', 'Gothic','Meiryo UI' 'sans-serif';


}

h1,h2,h3,h4,h5,h6 {

}



div#wrapperOuter a {
	color: #333;
	text-decoration: none;
}

div#wrapperOuter a:hover {
	color: #fff;
	background: #333;
}


table#header {
	background: #:;

}

table#header a:link
, table#header a:active
, table#header a:visited
, table#header a:hover {
}

div#introductionOuter h1 a:link,
div#introductionOuter h1 a:active,
div#introductionOuter  h1 a:visited {
	color: #333;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
}

div#introductionOuter  h1 a:hover {
	color: #fff;
	text-decoration: none;
}

div#firstOuter div.articleOuter a:link {
	color: #258fb8;
}

div#firstOuter div.articleOuter a:visited {
	color: #258fb8;
}

div#firstOuter div.articleOuter a:hover {
	background: #258fb8;
	color: #fff;
}

div#footerOuter a {
	color: #333;
}

div#footerOuter a:hover {
	background: #333;
	color: #fff;
	text-decoration: none;
}














/* =2 frame layout
-------------------------------------------------------- */
div#wrapperOuter {
	width: 1130px;
	margin: 0 auto;
}

div#firstOuter {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 -450px 0 0;
}
div#first {
	margin: 0 210px 0 0;
}

div#secondOuter {
	float: right;
	width: 280px;
	overflow: hidden;
        border-top:1px solid #F0F0F0;  
        border-bottom:1px solid #F0F0F0;  
        border-left:1px solid #DDD;  
        border-right:1px solid #DDD;  
	padding: 12px;
        margin-left:20px;  
        background: #FAFAFA;

}

div#thirdOuter {
	clear: right;
	float: right;
	width: 250px;
	overflow: hidden;
}

/* omake liquid sample */
/* 
div#wrapperOuter {
	width: 80%;
	margin: 0 auto;
}

div#firstOuter {
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 0 -250px 0 0;
}
div#first {
	margin: 0 310px 0 0;
}

div#secondOuter {
	float: right;
	width: 280px;
	overflow: hidden;
        border-left:1px solid #DDD;  
        border-right:1px solid #DDD;  
	padding: 12px;
        background: #FAFAFA;
}

div#thirdOuter {
	clear: right;
	float: right;
	width: 250px;
	overflow: hidden;
}
 */
/* END omake liquid sample */


div#index-navigator1 {
	display: none;
}

div#footerOuter {
	clear: both;
}








/* =3 header
-------------------------------------------------------- */
div#introductionOuter {
	position: relative;
	left: -0.5em;
	padding: 15px 0;
	margin-bottom: 50px;
	border-bottom: dotted 8px #666;
}

	div#introductionOuter h1 {
		padding-bottom: 5px;
	        font-size: 500%;
	}

		div#introductionOuter h1 a {
			padding-left: 0;
		}

div#introductionOuter div#description {

}










/* =4 first
-------------------------------------------------------- */
div.articleWrapperOuter {
	clear: both;
	width: 800px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	overflow: hidden;
        zoom: 1;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
        
}



div.articleWrapperOuter .advertisingsOuter {zoom: 1;}

div.articleWrapperOuter:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}





div.pager {
		font-size: 150%;
	padding: 15px 0;
        margin-top:30px;
	width: 800px;
	border-top: dotted 2px #666;
	border-bottom: dotted 2px #666;
	text-transform: lowercase;
	text-align: center;
}





/* article header
-------------------------------------- */
div.articleTitleOuter h2 {
        margin:3px;
        padding-left: 5px;  
        padding-top: 10px;  
        padding-bottom: 5px;  
        padding-right: 5px;  
        background: #FFF url(http://reipo.yakan.net/matomepo.com/image/arrow.jpg) no-repeat top left; /* 見出しセルの背景 */
}

	div.articleTitleOuter h2 a:link,
	div.articleTitleOuter h2 a:active, 
	div.articleTitleOuter h2 a:visited{ 
		font-size: 250%;
		font-weight: BOLD;
                text-shadow: 2px 2px 5px #666;
                border-bottom:#E0E0E0 4px dotted;
	}





div.articleDateOuter {
	float: left;
}

div.articleDateOuter p {
	color: #999;

}

	div.articleDateOuter abbr {
		margin-left: 5px;
	}


div.articleAuthorOuter {
	float: left;
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left: solid 1px #999;
	color: #999;
}

	div.articleAuthorOuter a {
		margin-left: 2px;
	}

	div.articleAuthorOuter img {
		display: none;
	}



span.article-date {
	margin-right: 5px;
}


/* article
-------------------------------------- */
div.articleOuter {
	padding-top: 40px;
zoom: 1;
}


div.articleHeaderOuter {zoom: 1;}

div.articleOuter div.article {
	width: 780px;
	line-height: 1.45;
}

div.article h1,div.article h2,div.article h3,div.article h4 {
	padding-left: 10px;
	color: #fff;
}

div.article h5,div.article h6 {
	padding-left: 10px;
	color: #000;
}



div.article h1 {
	margin-bottom: 5px;
	background: #181818 url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h1.gif) repeat-x left top;
	font-size: 230%;
}

div.article h2 {
	margin-bottom: 5px;
	background: #444 url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h2.gif) repeat-x left top;
	font-size: 200%;
}

div.article h3 {
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #797979 url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h3.gif) repeat-x left top;
	font-size: 140%;
}

div.article h4 {
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #afafaf url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h4.gif) repeat-x left top;
	font-size: 105%;
	font-weight: normal;
}

div.article h5 {
	margin-bottom: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	background: #dedede url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h5.gif) repeat-x left top;
	font-size: 95%;
	font-weight: normal;
}

div.article h6 {
	margin-bottom: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h6.gif) repeat-x left top;
	font-size: 83%;
	font-weight: normal;
}



div.article blockquote {
	margin: 10px;
	padding: 25px 30px;
	font-size: 130%;
	background: url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/q-bg.gif);
}

div.article pre {
	padding: 25px 30px;
	background: #999;
	color: #fff;
}



div.article ul,
div.article ol {
	margin-left: 25px;
}

div.article ul li {
	list-style-type: disc;
}

div.article ol li {
	list-style-type: decimal;
}

div.article dl dt {
	font-weight: bold;
}

div.article dl dd {
	padding: 5px 0 0 20px;
}

div.article img.pict {
}





/* article footer
-------------------------------------- */
div.articleFooterOuter {
	clear: both;
	padding-top: 20px;
}


ul.article-post {
	float: left;
	width: 111px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

	div.articleFooterOuter ul.article-post li {
		display: block;
		margin-bottom: 5px;
		margin-left: 3px;
		text-transform: lowercase;
	}

	div.articleFooterOuter ul.article-post li.article-author {
		display: none;
	}

		ul.article-post li b {
			margin-right: 5px;
		}



div.article-attribute {
	clear: none;
	padding-left: 134px;
	padding-top: 5px;
	padding-bottom: 5px;
        zoom: 1;
        background: #FAFAFA;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}

	div.article-attribute dl {
		margin-bottom: 5px;
	}

		div.article-attribute dl dt {
			padding: 0 0 0 20px;
			color: #999;
		}

		div.article-attribute dl.article-category dt {
			background: url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/icon-category.gif) no-repeat 0 1px;
			text-transform: lowercase;
		}

		dl.article-category dd {
			margin-right: 5px;
		}

		div.article-attribute dl.article-category dt,
		div.article-attribute dl.article-category dd {
			display: inline;
		}

	dl.article-tags {
		clear: none;
	}

		dl.article-tags dt {
			background: url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/icon-tag.gif) no-repeat 0 1px;
			text-transform: lowercase;
		}

	dl.common-theme {
		clear: none;
	}

		dl.common-theme dt {
			display: inline;
			background: url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/icon-theme.gif) no-repeat 0 1px;
zoom: 1;
		}











/* =5 second
-------------------------------------------------------- */


















/* =6 third
-------------------------------------------------------- */








/* =7 plugin
-------------------------------------------------------- */
div.sidetitlebody {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
	margin-bottom: 12px;
	color: #000;
	border-left: 5px #333 solid;
	border-right: 5px #333 solid;
	border-bottom: 1px #333 solid;
	border-top: 1px #333 solid;
	font-size: 130%;
	font-weight: bold;
	background: #fff!important;
}

div.sidebody {
	display: list-item;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 2px;
}

div.sidebottom {
	margin-bottom: 40px;
}


/*
ul.galleryThumbnail {
	text-align: left;
}

	ul.galleryThumbnail li {
		display: inline;
		overflow: hidden;
	}

		ul.galleryThumbnail li a {
			background: #fff!important;
		}

		ul.galleryThumbnail li a:hover img {
			opacity: 0.5;
			filter: alpha(opacity=50);
		}

		ul.galleryThumbnail li img {
			margin-bottom: 3px;
			vertical-align: baseline;
		}
*/





div.calendarheadbody {
	width: 140px;
}
div.calendarheadbody div.calendarhead {
	padding: 0 20px 10px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

div.caltop
, div.calbottom {
	display: none;
}

div.calbody {
	width: 140px;
}

table.caltbl {
	width: 180px;
		width: 140px;
	margin: 0 auto;
	border: 0;
}
div.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	font-size: 90%;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
		width: 140px;
	color: #8d8d8d;
	font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}


td table.caltblday td.calon a {
	padding: 0 5px;
}


td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}




ul#ld-services {
	text-align: left;
}






/* =8 footer
-------------------------------------------------------- */
div#footerOuter {
	padding: 50px 0 10px;
	text-align: center;
	text-transform: lowercase;
}

div#footerOuter p a {
	text-transform: capitalize;
}












/* =9 archive and category page
-------------------------------------------------------- */
div.navigator1 {
	display: none;
}

div.pager ul a {
	padding: 0 5px;
}

div.archiveTitleOuter h2 {
	margin-bottom: 50px;
	padding: 15px 0;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
	font-weight: normal;
	text-align: center;
}

	div.archiveTitleOuter h2 span {
		padding: 0 15px;
	}






















/* =10 permalink page
-------------------------------------------------------- */

/* common
-------------------------------------- */
div#article-options {
	background-color: #ffffff;
	padding: 10px 20px;
	width: 800px;
}

div.article-option {
	padding: 15px 0;
	width: 800px;
}

div.article-option h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 110%;
	width: 800px;
}

/* reset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

/* ----------------------------------------------- */
/* trackback */

div#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

div#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

div#trackback-form ul li.trackback-form-url {
	width: 100%;
width: 403px;
	margin-right: -90px;
}

div#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

div#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

div#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

div#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/* trackback list */

div.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 90%;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/* comment list */

li.comment-set {
	padding: 0 0 10px 20px;
	font-size: 130%;
}

ul.comment-info li {
	display: inline;
	margin-left: 10px;
        boder-bottom: 1px;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/* comment form */

div#comment-form-body {
	background-color: #f5f5f5;
	padding: 15px 0 15px 5px;
}

div#comment-form-body table {
	border: 0;
	width: 95%;
	line-height: 25px;
	font-size: 90%;
}

div#comment-form-body table th {
	width: 3em;
	padding-right: 5px;
	text-align: left;
	font-weight: normal;
}



input#author {
	width: 163px;
}

input#email {
	width: 163px;
}

input#url {
	width: 163px;
}

input#bake {
	margin: 0 0 0 5px;
}

textarea#text {
	width: 548px;
	height: 132px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

div#comment-form-body table tr.input-etc td {
	padding-top: 6px;
  display:none;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

div#comment-form-body table tr.submit td {
	text-align: center;
}

/* comment auth */
div.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 90%;
}

div.comment-auth-announcement p a {
	margin: 0 3px;
}



tr.input-email, tr.input-url , tr.bake, tr.input-etc, tr.input-rating{
  display:none;
}




/* pixiv
-------------------------------------- */
body#galleryEntry div.articleWrapperOuter {
	padding-bottom: 85px;
}



h3.takecommenthead,
div#trackback-form h3,
div#comments-list h3,
div#trackbacks-list h3 {
	text-transform: lowercase;
}


div#article-options {
	padding: 10px 0 50px;
}


div#article-options h3 {
	font-weight: normal;
}


div#comment-form-body table {
	width: 90%;
	table-layout: fixed;
}
div#comment-form-body {
	background-color: #fff;
}




/* comment */
div#comments-list .odd {
	background: #f5f5f5;
}


ul.comment-info {
	padding-top: 15px;
	padding-bottom: 15px;
}

li.comment-set {
	padding: 0 0 10px 5px;
		font-size: 100%;
}

	ul.comment-info li.comment-author {
		display: block;
                margin-borrom: 3px; 
	}
	ul.comment-info li.comment-author span {
		font-weight: bold;
		color: green;
	}
	ul.comment-info li.comment-author span a{
		font-weight: bold;
		color: green;
	}

	ul.comment-info li.comment-date {
		display: block;
		padding-top: 5px;
		color: #999;
		font-size: 83%;
                margin-left: 15px; 
	}

	ul.comment-info li.comment-body {
		padding-top: 15px;
                margin-left: 15px; 
		font-size: 120%;
	}


/* form */

div#comment-form-body tr.input-auther th,
div#comment-form-body tr.input-auther td,
div#comment-form-body tr.input-email th,
div#comment-form-body tr.input-email td,
div#comment-form-body tr.input-etc th,
div#comment-form-body tr.input-etc td {
	padding-bottom: 10px;
}

div#comment-form-body table th {
	width: 3.5em;
}

div#comment-form-body table tr.submit td {
	text-align: left;
}




/* trackback */
div#trackbacks-list .odd {
	background: #f5f5f5;
}


div#trackback-form {
	padding-bottom: 55px;
}

div#trackbacks-list li.trackback-set {
	padding: 15px;
}


	div#trackbacks-list li.ping-date {
		display: block;
		padding-top: 5px;
		color: #999;
		font-size: 83%;
	}

	div#trackbacks-list li.ping-excerpt {
		padding-top: 15px;
	}





/* paging */
ul.article-pager li.prev {
	margin-right: -0.3em;
}

.article-pager li.both {
	border-left: solid 1px #676767;
}

.article-pager a span {
	padding: 0 5px;
	color: #999;
}
















/* =11 ad
-------------------------------------------------------- */
div.advertisingsOuter {
	clear: both;
	padding-top: 35px;
}



div#ad {
	margin: 0 auto 0;
	text-align: center;
}

div#ad iframe {
	margin: 10px auto;
}

div.gAdsense {
	padding: 0 0!important;
}

body#galleryEntry div.gAdsense {
	padding-bottom: 10px!important;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 90%!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 82%!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 82%!important;
}

a.adld {
	color: #666666!important;
	text-decoration: underline;
	font-size: 110%;
}

div#wrapperOuter div#ad a:hover ,
div#wrapperOuter div#ad2 a:hover {
	background: none;
}



div#gAdsense_google_jp a:hover {
	background: none!important;
}


div#ad,
div#ad2 {
	clear: both;
}

/* overture */
dt.advTitle{
	color: #004b91!important;
	background: none!important;
	font-size: 100%;
	font-weight: normal;
}

dt.advTitle:hover {
	text-decoration: underline!important;
}
/*
div#firstOuter div.articleOuter .advTitle a:hover {
	background: none;
	color: #00f;
	text-decoration: underline;
}
*/




/* =============================================== */
.topcon {
margin: 10px 20px 10px 20px; /* （上右下左） */
padding: 2px 2px 5px 10px;
text-align:center;
padding:0.3em 0.3em;  
border-right:14px solid #3b85bd;  
border-left:14px solid #3b85bd;  
border-top:1px solid #3b85bd;  
border-bottom:1px solid #3b85bd;  
font-size: 130%;
}  
.topcon a{
text-decoration: none;
margin: 10px 20px 10px 20px; /* （上右下左） */
}  

.nextcon {
margin: 20px 100px 10px 100px; /* （上右下左） */
padding: 6px 6px 6px 6px;
text-align:center;
padding:0.3em 0.3em;  
border-right:14px solid #00ced1;  
border-left:14px solid #00ced1;  
border-top:1px double #00ced1;  
border-bottom:1px double #00ced1;  
font-size: 200%;
background: #e0ffff;
}  
.nextcon a{
text-decoration: none;
margin: 10px 20px 10px 20px; /* （上右下左） */
}  


.sideimage {
margin-top: 10px;
margin-bottom: 5px;
width:200px;
display:block;
margin:auto;
border: 1px solid #CCC;  
background: #FFF;  
padding: 2px;  
}  
.sideimage a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}

/* --- サイドアイコン --- */
div.sideicon {  
text-align:center;
}  
/* --- サイドアイコン --- */
div.sideicon img{
margin-left:auto;
margin-right:auto;
margin-top:5px;
margin-bottom:15px;
background: #FFF;  
width:50px;
text-decoration: none; 
border-style:none;
}  
div.sideicon a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}



/* --- サイトリンクリストエリア --- */
ul.linklist {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist li {
padding: 0 0 2px 10px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle1.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist li a {
text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist li img {
border-style:none;
vertical-align: middle;
}

/* --- サイトリンクリストエリア --- */
ul.linklist2 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist2 li {
padding: 0 0 2px 10px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle2.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist2 li a {
text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist2 li img {
border-style:none;
vertical-align: middle;
}


/* --- サイトリンクリストエリア --- */
ul.linklist3 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist3 li {
padding: 0 0 2px 10px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle3.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist3 li a {
text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist3 li img {
border-style:none;
vertical-align: middle;
}

/* --- サイトリンクリストエリア --- */
ul.linklist4 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
a:link :text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist4 li {
padding: 0 0 2px 10px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle4.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
a:link :text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist4 li a {
text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist4 li img {
border-style:none;
vertical-align: middle;
}



/* --- サイトリンクリストエリア --- */
ul.linklist9 {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 2px;
padding: 0;
list-style-type: none;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist9 li {
padding: 0 0 2px 10px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle9.gif) no-repeat 3px 0.2em; /* マーカー画像 */
line-height: 130%;
a:link :text-decoration: none;
}

/* --- サイトリンクリスト項目 --- */
ul.linklist9 li a {
text-decoration: none;
}
/* --- サイトリンクリスト項目 --- */
ul.linklist9 li img {
border-style:none;
vertical-align: middle;
}


div.imglist{
	text-align:left; /* 中央寄せ */
        margin-left:10px;
}

div.imglist img{
	border-right: 5px #d3d3d3 double;
	border-bottom: 5px #d3d3d3 double;
	background: #000000;
        padding: 10px;  
        width: 500px;
        margin-bottom:50px;
        margin-left:12px;
        margin-top:2px;
}
div.imglist strong{
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
        padding: 3px;
        font-size: 200%;
}


div.imglist2{
	text-align:left; /* 中央寄せ */
        font-size: 150%;
}

div.imglist2 img{
	border: 7px #000000 solid;
	background: #fff;
        width: 500px;
}

div.categorytop{
        padding: 0px;  
        margin:0px;
        font-size: 500%;
        font-weight:bold;
	color: #DDD;
	text-align:left;
}



div.matome{
        margin-bottom:40px;
        margin-top:0px;
        margin-left:30px;
        font-size: 130%;
}
div.matome img{
        margin-bottom:5px;
        margin-top:5px;
}


div.matome2{
        margin-bottom:40px;
        margin-top:0px;
        margin-left:5px;
        padding-left: 85px;  
        font-size: 130%;

background: #FFFFFF url(http://reipo.yakan.net/matomepo.com/image/res.jpg) no-repeat top left; /* 見出しセルの背景 */


}
div.matome2 img{
        margin-bottom:5px;
        margin-top:5px;
}




div.matome3{
        margin-bottom:20px;
        padding-bottom: 20px;  
        padding-top: 20px;  
        margin-left:10px;
        padding-left: 20px;  
        font-size: 130%;
background-color: #000000; /* データセルの背景色 */
	color: #fff;
}
div.matome3 img{
        margin-bottom:5px;
        margin-top:5px;
}




div.matometitle{
	border-left: 5px #000000 solid;
	border-bottom: 1px #000000 solid;
        margin-top:20px;
        margin-bottom:1px;
        padding: 5px;  
        font-size: 100%;
}
div.matometitle strong{
	border-right: 1px #333 solid;
	border-bottom: 1px #333 solid;
        padding: 3px;  
        font-size: 130%;
}

/* --- 表全体 --- */
table.rsshead {
width: 100%; /* 表の幅 */
border: 1px #cccccc solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 100%;
align:center;
}

/* --- 表タイトル --- */
table.rsshead caption {
padding-bottom: 1px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.rsshead th,
table.rsshead td {
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #cccccc solid; /* セルの境界線 */
}

/* --- セル --- */
table.rsshead th img,
table.rsshead td img {
border:0px;
width:20px;
       padding-right:3px;
}

/* --- 見出しセル --- */
table.rsshead thead th {
padding: 5px 4px; /* 見出しセルのパディング（上下、左右） */
background: #f9f9f9 url(http://reipo.yakan.net/matomepo.com/image/table_head1.gif) no-repeat top left; /* 見出しセルの背景 */
text-align: center;
}

/* --- フッタセル --- */
table.rsshead tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.rsshead tbody td {
background-color: #ffffff; /* データセルの背景色 */
}





/* --- 表全体 --- */
table.rssunder {
width: 100%; /* 表の幅 */
border: 1px #cccccc solid; /* 大枠の境界線 */
border-collapse: collapse;
font-size: 150%;
align:center;
}

/* --- 表タイトル --- */
table.rssunder caption {
padding-bottom: 1px; /* 表タイトルの下パディング */
}

/* --- セル --- */
table.rssunder th,
table.rssunder td {
padding: 6px 8px; /* セルのパディング（上下、左右） */
border: 1px #cccccc solid; /* セルの境界線 */
}

/* --- セル --- */
table.rssunder th img,
table.rssunder td img {
border:0px;
width:20px;
       padding-right:3px;
}

/* --- 見出しセル --- */
table.rssunder thead th {
padding: 5px 4px; /* 見出しセルのパディング（上下、左右） */
background: #f9f9f9 url(http://reipo.yakan.net/matomepo.com/image/table_head1.gif) no-repeat top left; /* 見出しセルの背景 */
text-align: center;
}

/* --- フッタセル --- */
table.rssunder tfoot td {
background-color: #f5f5f5; /* フッタセルの背景色 */
}

/* --- データセル --- */
table.rssunder tbody td {
background-color: #ffffff; /* データセルの背景色 */
}




p.clipimg img {
position: fixed;
clip: rect(auto 500px 350px auto);
}


div.topimg{
	text-align:left; /* 中央寄せ */
        margin-left:1px;
        margin-top:0px;
}

div.topimg img{
	border-left: 15px #333 solid;
        padding-left: 10px;  
        margin-bottom:0px;
}

div.topimg a img{
	border-left: 15px #333 solid;
        padding-left: 10px;  
        margin-bottom:0px;
}

div.topimg a:hover img{
	border-left: 15px #ff3333 solid;
        padding-left: 10px;  
        padding-right: 10px;  
        margin-bottom:0px;
	background: #fff;
}




div.related-articles{
	text-align:left;
        font-size: 120%;
        width: 800px;
}

div.related-articles h3{
	margin-top: 30px;
	margin-bottom: 5px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #797979 url(http://parts.blog.livedoor.jp/img/usr/extensible_gallery_plain/entry-h3.gif) repeat-x left top;
	font-size: 140%;
	color: #ffffff;
        width: 800px;
}


div.related-articles li{
	margin-left: 10px;
padding: 3px 0 2px 20px; /* 項目のパディング（上右下左） */
background: url(http://reipo.yakan.net/matomepo.com/image/triangle1.gif) no-repeat 3px 0.7em; /* マーカー画像 */
line-height: 150%;
a:link :text-decoration: none;
        width: 800px;
}


div.centeringimg p {  
    display: table-cell;  
    vertical-align: middle;  
    margin: 0;  
	border-top: 3px #000 dotted;
	border-bottom: 3px #000 dotted;
	padding: 7px;
}  
   
/*for IE6 */  
* html .centeringimg p {  
    display: inline;  
     zoom: 1;  
	border-top: 3px #000 dotted;
	border-bottom: 3px #000 dotted;
	padding: 7px;
}  
    
/*for IE7 */  
*:first-child+html .centeringimg p {  
    display: inline;  
    zoom: 1;  
	border-top: 3px #000 dotted;
	border-bottom: 3px #000 dotted;
	padding: 7px;
}


div.matomepohead1{
	text-align:center; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0px;
        margin-top:0px;
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
        width: 1130px;
        line-height:0; 
}
div.matomepohead1 img{
vertical-align:text-bottom; 
margin:0; 
}


div.matomepohead2{
	text-align:center; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
	background: #000;
        margin-top:0px;
	padding-top: 0px;
	padding-bottom: 4px;
        width: 1130px;
	border-bottom: 1px #333 solid;
}
div.matomepohead3{
	text-align:center; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0px;
	padding-top: 2px;
	padding-bottom: 2px;
        width: 1130px;
        height:300px;
        background-color: #222;  
        background-image: url(http://reipo.yakan.net/matomepo.com/matologjs/topback.gif);  
        background-repeat: repeat;  
        overflow: auto;   /* スクロール表示 */ 
        overflow-x:hidden;

}
div.matomepohead3 img{
border:0px;
height:15px;
       padding-right:3px;

}
div.matomepohead3 a{
	text-decoration: none;
        color: #ffffff;
font-size: 100%;
line-height:130%;
}
div.matomepohead3 a:visited {
        color: #333; 
font-size: 100%;
}
div.matomepohead3 a:hover {
        color: #333; 
        background-color:#ffffff
}










div.matomepohead5{
	text-align:center; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-bottom:0px;
	padding-top: 2px;
	padding-bottom: 2px;
        width: 1130px;
        height: 100px;
        background-color: #222;  
        background-image: url(http://reipo.yakan.net/matomepo.com/matologjs/topback.gif);  
        background-repeat: repeat;  
        overflow: auto;   /* スクロール表示 */ 
}
div.matomepohead5 img{
border:0px;
height:15px;
       padding-right:3px;

}
div.matomepohead5 a{
	text-decoration: none;
        color: #ffffff;
font-size: 180%;
line-height:150%;
}
div.matomepohead5 a:visited {
        color: #333; 
font-size: 180%;
}
div.matomepohead5 a:hover {
        color: #333; 
        background-color:#ffffff
}






div.headline{
	text-align:left; /* 中央寄せ */
        margin-left:0;
        margin-right:0;
        margin-bottom:50px;
        width: 800;
}
div.headline a {
	color: #258fb8;
}
div.headline a:visited {
	color: #258fb8;
}
div.headline a:hover {
	background: #258fb8;
	color: #fff;
}





table#matomepohead {
    width: 100%;
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}

table#matomepohead td {
    width: 50%;
    text-align: left;
    vertical-align: top;
}

div.matomepohead4{
	text-align:right; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-top:0px;
        margin-bottom:10px;
	background: #000;
	padding-top: 4px;
	padding-bottom: 4px;
        width: 1130px;
	border-top: 1px #333 solid;
	border-bottom: 5px #FFFFFF double;
}


div.matomepohead4 img{
margin-top:10px;
margin-bottom:10px;
margin-right:4px;
text-decoration: none; 
border-style:none;
}  

div.matomepohead4 a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}  


div.matomepofoot1{
	text-align:right; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-top:30px;
	background: #000;
	padding-top: 4px;
	padding-bottom: 4px;
        width: 1130px;
	border-bottom: 1px #333 solid;
	border-top: 5px #FFFFFF double;
font-size: 200%;
}
div.matomepofoot2{
	text-align:center; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
	padding-top: 4px;
	padding-bottom: 4px;
        width: 1130px;
        background-color: #222;  
        background-image: url(http://reipo.yakan.net/matomepo.com/matologjs/topback.gif);  
        background-repeat: repeat;  
}

div.matomepofoot3 a{
        font-size: 130%;
	color: #333;
	text-decoration: none;
line-height: 150%;
}

div.matomepofoot3 a:hover {
        font-size: 130%;
	color: #fff;
	background: #333;
line-height: 150%;
}




div.spcate{
	text-align:left; /* 中央寄せ */
        margin-left:auto;
        margin-right:auto;
        margin-top:0px;
        margin-bottom:10px;
	padding-top: 4px;
	padding-bottom: 4px;
}


div.spcate img{
margin-top:3px;
margin-bottom:3px;
text-decoration: none; 
border-style:none;
}  
div.spcate a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
}  





ul#globalNavi {
list-style:none;
padding-left:0;
width:90%;
margin-right:0px;
margin-left:20px;
text-align:center;
}

ul#globalNavi:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
margin-right:auto;
margin-left:100px;
}

ul#globalNavi li {
margin-left: 5px;
margin-right: 5px;
padding: 0;
float: left;
width: 180px;
line-height: 1;
list-style-type: none;
}

ul#globalNavi li a {
display: block;
position: relative;
font-size: 120%;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000;
padding: 10px;
}

ul#globalNavi li img {
width: 15px;
margin-right: 2px;
}



ul#globalNavi li a:hover {
color: #000000;
background-color: #DDDDDD;
}





ul#globalNavi2 {
list-style:none;
padding-right:0;
width:95%;
margin-right:0px;
margin-left:10px;
text-align:right;
}

ul#globalNavi2:after {
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
margin-right:10px;
margin-left:auto;
}

ul#globalNavi2 li {
margin-left: 5px;
margin-right: 5px;
padding: 0;
float: right;
width: 120px;
line-height: 1;
list-style-type: none;
}

ul#globalNavi2 li a {
display: block;
position: relative;
font-size: 80%;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: #000;
padding: 10px;
}

ul#globalNavi2 li a:hover {
color: #000000;
background-color: #DDDDDD;
}




div.contentlink{
	text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:5px;
        margin-top:25px;
	background: #333;
	padding: 5px;
        width:80%;
        color: #ffffff;
        font-size: 200%;
	border-top: 3px #FFF double;
	border-bottom: 3px #FFF double;
}


div.contentlink:hover {
	border-top: 3px #FF0000 double;
	border-bottom: 3px #FF0000 double;
        color: #FF0000;
}


div.topcategory{
	text-align:center;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:30px;
        margin-top:25px;
	background: #F0F0F0;
	padding: 5px;
        width:1130px;
        color: #333;
        font-size: 150%;
	border-top: 3px #333 double;
	border-bottom: 3px #333 double;
}



div.ranking {
	width: 800px;
	margin-bottom: 40px;
	overflow: hidden;
        zoom: 1;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
div.ranking td {
    border-right:1px solid #F0F0F0;
    border-bottom:1px solid #F0F0F0;
    padding:0.3em 1em;
    background-color:#FFFFFF;
}

#fixedItem {  
	text-align:right;
    border: 0px;  
    position: fixed !important;  
    position: absolute;  
    bottom: 0px;  
    right: 0px;  
    padding: 0px;  
    width: 100%;
background-color: transparent;
}

a img.underimg{
background:none!important;
    border:5px solid #FFFFFF;
}
 
a:hover img.underimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
    border:5px solid #FF0000;
}



div.pick1 {
    background-color: #ffff00;  
    color: #ff0000;
}

div.toprss {
	width: 800px;
	margin-bottom: 20px;
	overflow: hidden;
        zoom: 1;
        font-size: 100%;
    border-top:1px solid #DDD;
    border-left:1px solid #DDD;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
}
div.toprss .blogroll-list{
    font-size: 15px;
    border-bottom:1px solid #F0F0F0;
    padding:0.3em 1em;
    background-color:#FFFFFF;
    padding-bottom:5px;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.toprss .blogroll-list-wrap{
    font-size: 200%;
    padding:0px;
}
div.toprss .blogroll-ad-text {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

div.toprss .imgtetxt {
    overflow: hidden;
    zoom: 1;
    font-size: 200%;
    background-color:#FFFFFF;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 0px;
}

.anka1 {
color:#ff0000;
background-color:#FFFF00;
}



.medatsu {
    font-size: 40px;
color:#ffffff;
text-shadow:
-1px 0px #2f2f2f,
0px -1px #2f2f2f,
1px -2px #2f2f2f,
2px -3px #2f2f2f,
3px -4px #2f2f2f,
4px -5px #2f2f2f,
5px -6px #2f2f2f,
0px 1px #2f2f2f,
1px 0px #2f2f2f,
2px -1px #2f2f2f,
3px -2px #2f2f2f,
4px -3px #2f2f2f,
5px -4px #2f2f2f,
6px -5px #2f2f2f;
}




div.aa_body {
	font-size:12pt;
	line-height:18px;
	font-style:normal;
	font-weight:normal;
	letter-spacing : 0;
}
/* Opera */
div.aa_body {
	font-family:"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,Mona,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","ＭＳＰゴシック","MSPゴシック","MS Pｺﾞｼｯｸ","MS PGothic",sans-serif;
}
/* firefox */
:-moz-read-only div.aa_body {
	font-family:Mona,"MS PGothic AA","ＭＳ Ｐゴシック","MS PGothic","MS Pｺﾞｼｯｸ","MS Pゴシック","ＭＳＰゴシック","MSPゴシック","IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,sans-serif;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div.aa_body {
	font-family:"MS PGothic AA","ＭＳ Ｐゴシック","MS PGothic","MS Pｺﾞｼｯｸ","MS Pゴシック","ＭＳＰゴシック","MSPゴシック",IPAMonaPGothic,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",Mona,sans-serif;
}
}
/* IE */
div.aa_body {
	_font-family:Mona,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","MS PGothic","MS Pｺﾞｼｯｸ","ＭＳＰゴシック","MSPゴシック",sans-serif;
}
*:first-child+html div.aa_body {
	font-family:Mona,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","MS PGothic","MS Pｺﾞｼｯｸ","ＭＳＰゴシック","MSPゴシック",sans-serif;
}









div.aa_body2 {
	font-size:9pt;
	line-height:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing : 0;
}
/* Opera */
div.aa_body2 {
	font-family:"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,Mona,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","ＭＳＰゴシック","MSPゴシック","MS Pｺﾞｼｯｸ","MS PGothic",sans-serif;
}
/* firefox */
:-moz-read-only div.aa_body2 {
	font-family:Mona,"MS PGothic AA","ＭＳ Ｐゴシック","MS PGothic","MS Pｺﾞｼｯｸ","MS Pゴシック","ＭＳＰゴシック","MSPゴシック","IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,sans-serif;
}
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div.aa_body2 {
	font-family:"MS PGothic AA","ＭＳ Ｐゴシック","MS PGothic","MS Pｺﾞｼｯｸ","MS Pゴシック","ＭＳＰゴシック","MSPゴシック",IPAMonaPGothic,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",Mona,sans-serif;
}
}
/* IE */
div.aa_body2 {
	_font-family:Mona,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","MS PGothic","MS Pｺﾞｼｯｸ","ＭＳＰゴシック","MSPゴシック",sans-serif;
}
*:first-child+html div.aa_body2 {
	font-family:Mona,"IPA モナー Pゴシック","IPA mona PGothic","IPA MONAPGOTHIC",IPAMonaPGothic,"MS PGothic AA","ＭＳ Ｐゴシック","MS Pゴシック","MS PGothic","MS Pｺﾞｼｯｸ","ＭＳＰゴシック","MSPゴシック",sans-serif;
}















/* --- 表全体 --- */
table.orico {
width: 700px; /* 表の幅 */
border-collapse: collapse;
font-size: 110%;
background: #222222;
}

/* --- 表タイトル --- */
table.orico caption {
padding-bottom: 10px; /* 表タイトルの下パディング */
font-size: 150%;
}

/* --- セル --- */
table.orico th,
table.orico td {
/* width: 20%; */ /* セルの幅（セルの幅を均等にする場合） */
padding: 6px 8px; /* セルのパディング（上下、左右） */
}

/* --- 見出しセル --- */
table.orico thead th {
border-bottom: 2px #F0F0F0 solid; /* 見出しセルの下境界線 */
text-align: left;
font-size: 120%;
color: #FFFFFF;
}

/* --- フッタセル --- */
table.orico tfoot td {
border-top: 1px #F0F0F0 solid; /* フッタセルの上境界線 */
}

/* --- データセル --- */
table.orico tbody td {
border-bottom: 1px #F0F0F0 dotted; /* データセルの下境界線 */
color: #FFFFFF;
}





.related-articles,
.trackbacks,
.comments {
    margin: 5px 5px;
    color: #36414d;
}
 
.related-articles h3,
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 25px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    font-size: 14px;
}
 
.related-articles ul {
    font-size: 14px;
}