@charset "utf-8";
/* カテゴリータイトル */
div#main h2.title {
	background-image: url(../img/title_fair.gif);
}

/* 記事名背景 */
div#main h2 {
	background-image: url(../img/h2_fair.gif);
}
div#main .h2_foot {
	background-image: url(../img/h2_fair_foot.gif);
}
/* 記事上の日付等 */
div#main .date {
	color: #864FAC;
}

/* リンク色 */
div#main a {
	color: #864FAC;
}

div#main a:hover {
	color: #864FAC;
}

/* カテゴリー */
div#sub ul.category li.fair {
	background-image: url(../img/category_on.gif);
}

ul.category_blog_navi li.next_link a{
	background:url(../img/arrow-next-dcm.gif) 99% 10% no-repeat;
}

ul.category_blog_navi li.previous_link a{
	background:url(../img/arrow-previous-dcm.gif) 1% 10% no-repeat;
}

ul.category_blog_navi li a{
border:1px dotted #333;
}

ul.category_blog_navi li a:hover{
border:1px dotted #333;
}

