/* *******************************************************************
 * 画像設定用CSS 
 * ******************************************************************* */

/* メイン画像 */
#header {
	background:transparent url(./img/bg_head.png) no-repeat scroll left top;
}

/* コンテンツ背景画像 */
#contents {
background:transparent url(./img/bg_contents.png) repeat-y left top;
}

/* エントリータイトル */
#contents #main h2{
	background:transparent url(./img/bg_entry-title.png) no-repeat left bottom;
}

/* エントリーアーカイブ用 */
body#entry_archive #main h1{
	background:transparent url(./img/bg_entry-title.png) no-repeat left bottom;
}

/* サイドバー区切り線用 */
#contents #side div.blog_module h2{
	background:transparent url(./img/fig_underline.png) no-repeat left bottom;
}

/* *******************************************************************
 * テキスト色用CSS 
 * ******************************************************************* */

/* 通常テキスト */
#contents {
	color:#333300;
}

/* エントリーフッター、コメントフッター */
#contents #main div.entry p.entry-footer,
#contents #main p.comment-footer{
	color: #663300;
	font-weight: bold;
}

/* リンク色 */
#contents #main a{
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}
	/* マウスオーバー時 */
	#contents #main a:hover{
		color: #333300;
		text-decoration: underline;
	}

/* サイドバーリンク色 */
#contents #side a{
	color: #663300;
	text-decoration: none;
}
	/* マウスオーバー時 */
	#contents #side a:hover{
		color: #333300;
		text-decoration: underline;
	}

#contents #main div#comment-error blockquote strong{
	color:#ff0000;
}

/* エントリータイトル文字色用  */
#contents #main h2{
	/* color:#ff0000; */

}

#contents #main h2 a{
	/* color:#000000; */
}

#contents #main h2 a:hover{
	/* color:#000000; */
}

/* ******************************************************************* */
/* エントリーごとの区切り画像用 */
div.entry-bg-footer{
	margin:0 0 30px 70px;
	/*
		margin:0 0 0 70px;
		height:25px; 
	*/
	height:20px; 
	background:transparent url(./img/icon02.png) left top;
}
.clear { margin:0 ; padding:0 ; clear:left; }
