﻿@charset "UTF-8";

/* body */
body.comBody {
	background-color: #a79b71;
}
.outContainer {
	background: #a79b71 url(/images/text/bodyOutsideContainer.png) top left repeat-y;
}

/* ヘッダ */
.comTopLogo {
	background: #ffffff url(/images/text/comTopLogo.png) top left no-repeat;
}

/* トップナビ */
.comTopNavi_top {
	background: #ffffff url(/images/text/comTopNavi_top.png) top left no-repeat;
}
.comTopNavi_top a:hover,
body.text_groupTop .comTopNavi_top {
	background: #ffffff url(/images/text/comTopNavi_top_mo.png) top left no-repeat;
}
.comTopNavi_novel {
	background: #ffffff url(/images/text/comTopNavi_novel.png) top left no-repeat;
	margin-left: 89px;
	width: 166px;
}
.comTopNavi_novel a:hover,
body.novel .comTopNavi_novel {
	background: #ffffff url(/images/text/comTopNavi_novel_mo.png) top left no-repeat;
}
.comTopNavi_haiku {
	background: #ffffff url(/images/text/comTopNavi_haiku.png) top left no-repeat;
	margin-left: 4px;
	width: 166px;
}
.comTopNavi_haiku a:hover,
body.haiku .comTopNavi_haiku {
	background: #ffffff url(/images/text/comTopNavi_haiku_mo.png) top left no-repeat;
}
.comTopNavi_poem {
	background: #ffffff url(/images/text/comTopNavi_poem.png) top left no-repeat;
	margin-left: 4px;
	width: 166px;
}
.comTopNavi_poem a:hover,
body.poem .comTopNavi_poem {
	background: #ffffff url(/images/text/comTopNavi_poem_mo.png) top left no-repeat;
}

.comTopNavi_poshmeTop {
	background: #ffffff url(/images/text/comTopNavi_poshmeTop.png) top left no-repeat;
	margin-left: 78px;
	/*margin-left: 14px;*/
	width: 86px;
}
.comTopNavi_poshmeTop a:hover,
body.poshmeTop comTopNavi_poshmeTop {
	background: #ffffff url(/images/text/comTopNavi_poshmeTop_mo.png) top left no-repeat;
}





/* カテゴリタイトル */
.title_category {
	background: #ffffff url(/images/text/title.jpg) top left no-repeat;
}

/* 新着コンテンツ */
.latestContentHeadline {
	background: #ffffff url(/images/text/latestContentHeadline.png) top left no-repeat;
}
.latest .latestContentHeadline {
	background: #ffffff url(/images/text/latestContentHeadline1.png) top left no-repeat;
}

/* ランキング */
.rankingHeadline {
	background: #ffffff url(/images/text/rankingHeadline.png) top left no-repeat;
}

/* カテゴリトップページ */
.blk_novel {
	background: #ffffff url(/images/text/categoryTopBlock_novel.png) top left no-repeat;
}
.blk_haiku {
	background: #ffffff url(/images/text/categoryTopBlock_haiku.png) top left no-repeat;
}
.blk_poem {
	background: #ffffff url(/images/text/categoryTopBlock_poem.png) top left no-repeat;
}
