/* *******************************************************************
 * 画像設定用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:#000000;
}

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

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

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

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


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

.clear { margin:0 ; padding:0 ; clear:left; }

