/* ブログ用スタイルシート */



#mainnav li.page-item-5 a	{
	background-image: url(img/tab105light.png);
	}



/* コンテンツ */
div#content	{width: 515px;
	float: left;
	margin-bottom: 20px}

p#pagetitle	{font-size: 1em;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	color: #1f785d;
	padding: 0;
	margin: 20px 0 15px;
	}




/* 記事 */
div.post	{border: solid 2px #8cc63f;
	padding: 18px;
	margin: 20px auto}

div.postinner	{
	display: inline-block;
	width: 479px
	}

div.post h2	{background-image: url(img/mark04.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	border-bottom: dotted 2px #8cc63f;
	padding-top: 3px;
	padding-left: 27px;
	padding-bottom: 5px;
	margin: 0;

	border-bottom: dotted 3px #b5e673;
z	background-color: #b5e673;
	}

div.post h2 a	{text-decoration: none;
	color: #000000}

div.post p	{font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px}

div.post p.postinfo	{color: #1f785d;
	font-size: 0.75em;
	text-align: right;
	margin: 20px 0 0;
	clear: both}

p.postinfo a	{color: #1f785d}


/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto}

div.post img	{border: none}

.alignleft	{float: left;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px}

.alignright {float: right;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px}


/* ページリンク */
p.pagelink a	{font-size: 0.75em;
	color: #1f785d}

span.pageprev	{float: left}

span.pagenext	{float: right}



/* サイドバー */
div#sidebar	{width: 220px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px}

div#sidebar h2	{
	background-color: #8cc63f;
	font-size: 0.75em;
	color: white;
	padding: 6px 8px;
	margin: 0}

div#sidebar li	{font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(img/mark-a.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top}

div#sidebar li a	{color: #000000;
	text-decoration: none}

div#sidebar li li	{
	font-size: 1em;
	background-image: url(img/mark-b.gif);
	background-position: 0 3px;
	padding-left: 12px;
	}

div#sidebar ul	{margin: 8px 0px 20px 5px;
	padding: 0}


/* ブログについて */
#about	{
	background-color: #8cc63f;
	margin-bottom: 20px;
	font-size: 0.75em;
	padding: 10px;
	}

#about p	{
	margin: 0 auto 5px;
	}


/* カレンダー */
#wp-calendar	{width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em;
	font-family: 'Trebuchet MS'}

#wp-calendar a	{color: #8cc63f}

#wp-calendar th	{
	padding-top: 5px;
	}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	background-image: url(menubar.png);
	background-repeat: no-repeat;
	background-color: #8cc63f;
	font-weight: bold;
	color: white;
	padding: 6px 8px;
	text-align: left}

#wp-calendar #prev	{text-align: left;
	padding-top: 3px;
	padding-left: 3px}

#wp-calendar #next	{text-align: right;
	padding-top: 3px;
	padding-right: 3px}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #8cc63f;
	margin: 0;
	text-align:right;}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}



/* コメント */
#comments	{clear: both}

div#com	{border: solid 1px #8cc63f;
	padding: 0 18px;
	margin-top: 45px}

textarea	{width: 360px}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #8cc63f;
	padding-bottom: 3px;
	margin-top: 20px}

div#com p	{font-size: 0.75em}

div.compost	{border-bottom: dotted 1px #8cc63f}

p.cominfo	{text-align: right}

div#com a	{color: #8cc63f}

p#comfeed img	{vertical-align: middle}

p#comfeed a	{color: black;
	text-decoration: none}

p#comfeed	{background-color: #b5e673;
	padding: 8px;
	margin-top: 30px}

p#trurl	{background-color: #b5e673;
	padding: 8px;
	margin-bottom: 30px}


/* トラックバック */
div#tr	{border: solid 1px #8cc63f;
	padding: 0 18px;
	margin-top: 20px}

div#tr h3	{font-size: 0.875em;
	border-bottom: solid 1px #8cc63f;
	padding-bottom: 3px;
	margin-top: 20px}

div#tr p	{font-size: 0.75em}

div#tr a	{color: #2b76cc}


