@charset "utf-8";
/*
Theme Name: Sample Theme
Theme URI: http://wordpress.org/
Description: 修正、テスト用
Author: kenji Tanaka
*/


body	{
	margin: 0px;
	padding: 0px;
	}

/* コンテナ */
div#container	{
	background-image: url(img/side.gif);
	background-repeat: repeat-y;
	background-color: #eee8aa;
	width: 750px;
	margin: auto;
	padding-bottom: 10px;
	}

/* ヘッダー */
div#header	{
	background: url(img/topimg2.jpg) no-repeat bottom center;
	height: 150px;
	margin-top: 0px;
	}
	
.blogtitle	{
	font-size: 0.75em;
	margin: 2px 0px 0px 2px;
	text-align:center;
	font-weight:normal;
	font-family: Verdana, sans-serif;
	}
.blogtitle a	{
	text-decoration: none;
	color: #2b76cc
	}
/*********************************************
h1	{
	font-size: 0.75em;
	margin: 2px 0px 0px 2px;
	text-align:center;
	font-weight:normal;
	font-family: Verdana, sans-serif;
	}
	
h1 a	{
	text-decoration: none;
	color: #2b76cc
	}
***********************************************/
	/* description? */
div#header p	{
	font-size: 0.75em;
	margin: 8px 20px 0
	}

.description	{	
	font-size: 0.8em;
	color: #ffffff;
/*	
	padding: 80px 0px 0px 225px;
*/	
	} /*paddingは、topimgがずれてしまう。*/

/* コンテンツ */
div#content	{
	width: 545px;
	float: right;
	margin-bottom: 20px
	}
	

p#pagetitle	{
	font-size: 0.875em;
	font-weight: bold;
	color: #2b76cc;
	border: dotted 1px #2b76cc;
	text-align: center;
	padding: 5px 0;
	margin: 10px 10px 0px 10px;
	}

/* 記事 */
div.post	{
	border: solid 1px #65391b;
	padding: 18px;
	margin: 10px 10px 20px 10px;
	font-family:"Arial",sans-serif;
	}

div.post h1	{
	background-image: url(img/mark.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	border-bottom: solid 1px #8cc63f;
	padding-left: 22px;
	padding-bottom: 5px;
	margin: 0
	}

div.post h1 a	{
	text-decoration: none;
	color: #000000
	}

div.post p	{
	font-size: 0.8em;
	line-height: 1.6;
	margin-top: 10px
	}
	
p.postinfo	{
	color: #2b76cc;
	text-align: right;
	margin: 20px 0 0;
	clear: both;
	}

p.postinfo a	{color: #2b76cc}

/* 記事内の画像 */
.aligncenter	{display: block;
		margin-left: auto;
		margin-right: auto;
		}

div.post img	{border: none}

.alignleft	{
		float: left;
		margin-right: 10px;
		margin-bottom: 2px;
}

.alignright {float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
}

/* 引用文 */
blockquote { 
	background-color: #f0fff0; 
	border: 1px dotted #ff9900;
	padding: 0px 10px;
}

/* ページリンク */
p.pagelink a	{
	font-size: 0.75em;
	color: #2b76cc;
	}
span.pageprev	{float: left;
		padding-left: 5px;
		}

span.pagenext	{float: right;
		padding-right: 5px;
	}


/* コメント */
#comments	{clear: both;}

div#com	{border: solid 1px #8cc63f;
	padding: 0 18px;
	margin: 45px 10px 20px 10px;}

textarea	{width: 400px;}

div#com h3	{font-size: 0.875em;
	border-bottom: solid 1px #65391b;
	padding-bottom: 3px;
	margin-top: 20px;}

div#com p	{font-size: 0.75em;}

div.compost	{border-bottom: dotted 1px #65391b;
line-height: 150%;}

p.cominfo	{text-align: right}

div#com a	{color: #2b76cc}


p#trurl	{background-color: #8cc63f;
	padding: 8px;
	margin-bottom: 30px}

/* トラックバック*/
div#tr	{
	border:solid 1px #8cc63f;
	padding: 0 18px;
	margin: 20px 10px 20px 10px;
}

div#tr h3	{
	
	font-size: 0.875em;
	border-bottom: solid 1px #2b76cc;
	padding-bottom: 3px;
	margin-top: 20px;
}
div#tr p	{
	font-size: 0.75em;
}

div#tr a	{
	color: #2b76cc;
}
/* サイドバー */
.menu	{
	margin-bottom: 10px;

}

div#sidebar	{
	width: 175px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	} /* widthは175だが、leftmarginが10pxなので、タイトル幅は165px */

div#sidebar h2	{
	background-image: url(img/menu_s.gif);
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #8cc63f;
	padding: 6px 15px;
	margin: 0;
}

div#sidebar li	{font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 4px;
	background-image: url(img/listmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	vertical-align: top;
	line-height: 105%;}

div#sidebar li a	{
	color: #000000;
	text-decoration: none}

div#sidebar ul	{
	margin: 5px 0px 5px 10px;
	padding: 0;
	}

div#sidebar ul li li
	{font-size: 1em;
	background-image: url(img/listmark2.gif);
	background-position: 0 3px;
	padding-left: 12px}

div#sidebar ul ul	{margin-left: 0}

div#sidebar img	{
	border: none;
}


/* カレンダー */
#wp-calendar	{
	width: 100%;
	margin-bottom: 20px;
	font-size: 0.75em;
		}

#wp-calendar a	{color: #2b76cc}

#wp-calendar td, #wp-calendar th
	{text-align: center}

#wp-calendar caption	{
	background-image: url(img/menu_s.gif);
	background-repeat: no-repeat;
	color: #8cc63f;
	font-size: 1.2em;
	padding: 6px 15px;
	text-align: left;
	}

/* プロフィール */
.proftitle	{
	color: #65391b;
	text-align: center;
	font-size: 0.75em;
}
.prof		{
	font-size: 0.7em;
	color: #999999;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #8cc63f;
	padding: 5px;
	margin-bottom: 10px;
}

/* フィード */
p.feed	{font-size: 0.75em;
	font-family: Verdana, Helvetica, sans-serif;
	border: solid 1px #8cc63f;
	padding: 5px;
	margin: 20px 0;
	}

p.feed a	{color: #444444;
	text-decoration: none}

p.feed img	{vertical-align: middle;
	margin-right: 8px}

/* 検索フォーム */
input#s		{	
	width: 165px;
		}
.keitai		{
	font-size: 0.8em;
		}
/* フッター */
div#footer	{
	border-top: solid 3px #2b76cc;
	clear: both;
	text-align: center;
	}

address	{
	font-size: 0.75em;
	font-style: normal;
	font-family: Verdana, sans-serif;
	padding: 6px 0px 0px 6px;
	}

address a	{color: #000000}

