@CHARSET "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica;
	background: url(http://file.pusyan.blog.shinobi.jp/bgBody.png) repeat-y top center #EEE;
}
header,
article,
footer {
	width: 900px;
	margin: 0px auto;
}
header {}
header>p {
	padding: 8px 0px;
	margin: 0px 20px 40px;
	border-bottom: solid 1px #999;
}
article>section {
	width: 600px;
	margin-right: 20px;
	float: right;
}
article section.entry {margin-bottom: 40px;}
article section.entry>h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 4px 0px;
	margin-bottom: 0.2em;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
}
article section.entry>h1>a {
	color: #333;
	text-decoration: none;
}
article section.entry>p.timestamp {
	font-size: 12px;
	text-align: right;
	margin-bottom: 0.75em;
}
article section.entry>p.entryFoot {
	font-size: 14px;
	text-align: right;
	clear: both;
}
article section.entry>p.topNavi {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}
/** 記事本文 **/
article section.entry>div>p {
	line-height: 1.5;
	margin-bottom: 1em;
}
/** コメント・トラックバック **/
#comment {
	padding-top: 20px;
	margin-top: 20px;
	border-top: dotted 1px #999;
}
#comment>form {
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #666;
}
#comment>form>table {
	width: 100%;
	margin-bottom: 8px;
	border-collapse: collapse;
}
#comment>form>table th,
#comment>form>table td {
	vertical-align: top;
	padding: 4px;
}
#comment>form>table tr {
	border-bottom: dotted 1px #666;
}
#comment>form>table tr:first-child {
	border-top: dotted 1px #666;
}
#comment>div {
	margin-bottom: 2.0em;
}
#comment>div>p.commentTitle {
	font-weight: bold;
	padding: 4px 0px;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #666;
}
#comment>div>div {
	line-height: 1.5;
	margin-bottom: 1em;
}
#comment>div.res {
	padding: 0.5em;
	margin-left: 1.0em;
	border-left: solid 2px #999;
	background: #EEE;
}
#comment .commentFoot {
	font-size: 14px;
	text-align: right;
}
/** サイドメニュー・プラグイン **/
article>aside {
	width: 240px;
	margin-left: 20px;
	float: left;
}
article>aside>div.pluginBox {
	margin-bottom: 20px;
}
article>aside>div.pluginBox>p.pluginTitle {
	font-weight: bold;
	padding: 6px;
	margin-bottom: 10px;
	border: solid 1px #999;
	background: #EEE;
}
article>aside>div.pluginBox>* {
	font-size: 14px;
}
article>aside>div.pluginBox>table {
	text-align: center;
	width: 100%;
}
table.CalendarMoveTable th,
table.CalendarMoveTable td,
table.CalendarTable th,
table.CalendarTable td {
	padding: 4px;
}
article>aside>div.pluginBox>ul {
	list-style: none;
}
article>aside>div.pluginBox>ul>li {
	line-height: 1.25;
	padding-left: 6px;
	margin-bottom: 0.5em;
	border-left: solid 4px #999;
}

footer {
	font-size: 14px;
	text-align: center;
	padding: 10px 0px;
	border-top: solid 1px #333;
	clear: both;
}
