@charset "shift_jis";

/* 初期設定
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "MS Pゴシック","MS PGothic";
	background-color: #FEFAEE;
	color: #333333;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }


/* ハイパーテキスト
------------------------------------------------- */

a {
	text-decoration: none;
	color: #003366;
}

a:hover { text-decoration: underline; }

a:focus { outline: none; }

a:visited {
	color: #660066;
}


/* 画像
------------------------------------------------- */

img,
a img {	border: none; }


/* レイアウト
------------------------------------------------- */

div#header {
	position: relative;
	width: 920px;
	margin-top: 5px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

div#container {
	clear: both;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div#topic-path {
	clear: both;
	margin: 0 0 15px 0;
	font-size: 80%;
	text-align: left;
}

div#main {
	float: left;
	width: 500px;
	text-align: left;
	overflow: hidden;
}

div#side {
	float: right;
	width: 400px;
}

div#side-left {
	float: left;
	width: 180px;
	text-align: left;
}

div#side-right {
	float: right;
	width: 200px;
	text-align: left;
}

div#footer {
	clear: both;
	padding-bottom: 20px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	border-top: solid 2px #663300;
	text-align: right;
}


/* 最上部Googleアドセンス
------------------------------------------------------------ */
.header-ads {
	/*background: #663300;*/
	background: url(../img/header_bg.gif) repeat-x top;
	padding-top: 2px;
	height: 36px;
	width: 100%;
	clear: both;
	text-align: center;
}


/* ヘッダー
------------------------------------------------------------ */

div#header .title-logo {
	text-align: left;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 8px;
}

div#header p {
	text-align: left;
	padding-left: 10px;
}

div#header .ad-banner {
	position: absolute;
	top: 18px;
	right: 0;
}


/* メイン
------------------------------------------------------------ */

.header {
	color: #663300;
	font-size: 120%;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #663300;
	margin-bottom: 10px;
	clear: both;
}

.sub-header {
	color: #663300;
	font-size: 120%;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 10px;
	clear: both;
}

.entry-header {
	color: #663300;
	font-size: 110%;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: solid 4px #663300;
	margin-bottom: 10px;
	margin-top: 25px;
	clear: both;
}

.entry-header2 {
	font-size: 110%;
	font-weight: bold;
	clear: both;
}

.suginami-header {
	color: #339900;
	font-size: 120%;
	padding-left: 18px;
	padding-bottom: 3px;
	border-bottom: solid 1px #99CC33;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../img/leaf.png);
	background-position: left 1px;
	background-repeat: no-repeat;
}

.suginami-site-header {
	color: #663300;
	font-weight: bold;
	font-size: 100%;
	padding-left: 20px;
	margin-bottom: 5px;
	clear: both;
	background-image: url(../img/leaf.png);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 120%;
}

.main-content {
	line-height: 180%;
	margin-bottom: 20px;
}

.main-content p {
	margin-bottom: 15px;
}

.main-content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.main-content li.feed {
	list-style-type: none;
	padding: 0 0 0 20px;
	background-image: url(../img/feed.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.entry-meta {
	font-size: 90%;
	margin: 0 0 15px 3px;
}

.entry-body {
	line-height: 180%;
	margin-bottom: 20px;
}

.entry-body p {
	margin-bottom: 15px;
}

.entry-body blockquote {
	border: solid 1px #663300;
	padding: 10px 15px;
	margin-bottom: 15px;
}

.entry-body pre {
	margin-bottom: 15px;
	padding: 10px 15px;
	border: solid 1px #663300;
	clear: both;
}

.entry-body dl {
	margin-bottom: 30px;
}

.entry-body dd {
	margin-bottom: 15px;
	margin-left: 15px;
}

.entry-body ul {
	margin: 0 0 20px 20px;
}

.entry-body ol {
	margin: 0 0 20px 45px;
}

.mt-enclosure-image img {
	margin-bottom: 15px;
}

.tw-fb {
	clear: both;
}

.topsy,
.facebook {
	float: left;
	margin: 10px 20px 20px 0;
}

.sb-feed {
	margin-bottom: 20px;
	text-align: right;
}

ul.related-entries  {
	margin: 0 0 20px 20px;
	line-height: 180%;
}

.entry-footer-ads {
	clear: both;
	padding: 15px 0;
	text-align: center;
	border-top: dotted 1px #CCCCCC;
}

.entry-footer-cat {
	padding: 15px 0 10px 0;
	text-align: left;
	border-top: dotted 1px #CCCCCC;
	line-height: 150%;
}

.entry-footer-cat p {
	margin-bottom: 5px;
}

.social-bookmark{
	padding: 15px 0 25px 0;
	text-align: left;
	border-top: dotted 1px #CCCCCC;
	line-height: 150%;
}

.entry-list-body {
	line-height: 180%;
	margin-bottom: 5px;
}

.entry-list-footer {
	padding-top: 5px;
	border-top: dotted 1px #CCCCCC;
	margin-bottom: 20px;
	text-align: right;
	font-size: 90%;
	color: #999999;
}

.entry-list-footer p {
	margin-bottom: 5px;
}

.entry-list-top-ads {
	margin-bottom: 20px;
	text-align: center;
}

.entry-footer-amazon,
.entry-list-footer-amazon {
	margin-bottom: 20px;
}

.content-nav {
	margin-top: 50px;
	text-align: center;
}

.pagetop {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: right;
	clear: both;
	font-size: 80%;
}

.suginami-site-body {
	font-size: 90%;
	line-height: 150%;
	border: solid 1px #99CC33;
	padding: 5px;
}

/* トラックバック
------------------------------------------------------------ */

.trackback-info {
	margin-bottom: 20px;
	line-height: 150%;
}

.trackback-body {
	line-height: 180%;
	margin-bottom: 5px;
}

.trackback-footer {
	padding-top: 5px;
	border-top: dotted 1px #CCCCCC;
	margin-bottom: 20px;
	text-align: right;
	font-size: 90%;
	color: #999999;
}

/* コメント
------------------------------------------------------------ */

.comment-box,
.trackback-box {
	margin-left: 10px;
}

.comment-body {
	line-height: 180%;
	margin-bottom: 5px;
}

.comment-body p {
	margin-bottom: 15px;
}

.comment-footer {
	padding-top: 5px;
	border-top: dotted 1px #CCCCCC;
	margin-bottom: 20px;
	text-align: right;
	font-size: 90%;
	color: #999999;
}

.comment-content {
	line-height: 180%;
	margin-bottom: 20px;
}

.comment-form-external-auth {
	margin-bottom: 20px;
}

#comment-form-footer {
	padding-top: 5px;
}

.comment-box-sb {
	width: 500px;
	background: url(../img/comment-body-sb-side.png) repeat-y;
	margin-bottom: 15px;
}

.comment-header-sb {
	width: 460px;
	background: url(../img/comment-body-sb-top.png) no-repeat top;
	padding: 18px 20px 10px 20px;
}

.comment-header-sb h3 {
	color: #663300;
	font-weight: bold;
	font-size: 100%;
	background-image: url(../img/leaf.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 120%;
}

.comment-body-sb {
	width: 460px;
	background: url(../img/comment-body-sb-bottom.png) no-repeat bottom;
	padding: 0 20px 15px 20px;
	font-size: 90%;
	line-height: 150%;
}

.comment-date-sb {
	padding-top: 5px;
	text-align: right;
	color: #999999;
}


/* アーカイブ
------------------------------------------------------------ */

.archive-content {
	line-height: 160%;
	margin-bottom: 20px;
}

.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* サイド
------------------------------------------------------------ */

.widget-header {
	color: #663300;
	font-size: 120%;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #663300;
	margin-bottom: 10px;
	clear: both;
}

.widget-content {
	font-size: 90%;
	margin: 5px 0 20px;
	line-height: 150%;
}

.widget-content p {
	margin-bottom: 10px;
}

.widget-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-list .widget-list {
	margin-left: 15px;
}

.widget-list-item {
	margin-top: 6px;
	margin-bottom: 6px;
}

.widget-list-item-feed {
 	margin-top: 6px;
	margin-bottom: 6px;
	list-style-type: none;
	padding: 0 0 0 20px;
	background-image: url(../img/feed.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.widget-list-item-amazon {
 	margin-top: 6px;
	margin-bottom: 6px;
	list-style-type: none;
	padding: 0 0 0 20px;
	background-image: url(../img/amazon.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.item {
	display: inline;
	float: left;
	margin: 0pt 5px 8px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 70px;
}

.widget-cloud .widget-list {
	margin-right: 0;
	margin-left: 0;
}

.widget-cloud .widget-list-item {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 1.2;
	background: none;
}

.widget-cloud .rank-1  { font-size: 1.5em; }
.widget-cloud .rank-2  { font-size: 1.5em; }
.widget-cloud .rank-3  { font-size: 1.375em; }
.widget-cloud .rank-4  { font-size: 1.375em; }
.widget-cloud .rank-5  { font-size: 1.375em; }
.widget-cloud .rank-6  { font-size: 1.25em; }
.widget-cloud .rank-7  { font-size: 1.125em; }
.widget-cloud .rank-8  { font-size: 1em; }
.widget-cloud .rank-9  { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }

.search-options {
	list-style: none;
	margin: 5px 0;
}

.keisai-box {
	text-align: center;
	padding: 8px 0;
	background: #EAF3DB;
}

span.new {
	display: none;
	color: #FF6666;
	font-size: 80%;
	font-weight: bold;
}


/* フッター
------------------------------------------------------------ */

div#footer .footer {
	font-size: 90%;
	margin-bottom: 20px;
}

div#footer .feed {
	padding: 3px 0 3px 20px;
	background-image: url(../img/feed.png);
	background-position: left center;
	background-repeat: no-repeat;
}
