@charset "UTF-8";

/* ---------- 親子共通 ---------- */

/* 交互の色 */

#hasSubCatBox ul li ul li.even,
#archivesWrap ul li.even { background-color:#eef; }

/* ページめくり */

#catArhiveBox div.pageList,
#archivesBox div.pageList {
	margin:20px 0 20px;
}

#catArhiveBox div.pageList span,
#catArhiveBox div.pageList a,
#archivesBox div.pageList span,
#archivesBox div.pageList a {
	display:block;
	width:24px;
	height:24px;
	overflow:hidden;
	text-align:center;
	line-height:24px;
	border:solid 1px #ccc;
	float:left;
	margin:2px;
}

#catArhiveBox div.pageList span,
#archivesBox div.pageList span {
	background:#36c;
	font-weight:bold;
	color:#fff;
}

#archivesBox div.pageList a.link_first { margin-right:10px; border-right:solid 5px #ccc; }
#archivesBox div.pageList a.link_last { margin-left:10px; border-left:solid 5px #ccc; }

#catArhiveBox div.pageList a:hover,
#archivesBox div.pageList a:hover {
	background:#66E201;
	color:#fff;
}

/* ---------- 親カテゴリ ---------- */

#hasSubCatBox ul {
	list-style:none;
}

#hasSubCatBox ul li {
	padding-left:20px;
	font-size:100%;
	font-weight:bold;
	line-height:2.5;
	background:url('../img/icon/folder.gif') 0 11px no-repeat;
}

#hasSubCatBox ul li.readMore {
	padding:0;
	font-size:90%;
	font-weight:normal;
	color:#000;
	line-height:1.6;
	background:none;
	text-align:right;
	position:relative;
	top:-10px;
}

#hasSubCatBox ul li a { text-decoration:underline; }

#hasSubCatBox ul li.readMore a { text-decoration:none; }

#hasSubCatBox ul li ul li span{
	display:block;
	font-size:80%;
	line-height:1.4;
	color:#aaa;
}

#hasSubCatBox ul li ul li {
	font-size:90%;
	font-weight:normal;
}

#hasSubCatBox ul li ul li {
	margin-bottom:10px;
	padding:4px 5px 5px 25px;
	line-height:1.2;
	background:url('../img/icon/pageWhite.gif') 5px 5px no-repeat;
}

/* ---------- 子カテゴリ ---------- */

div.catEntryBox {
	margin-bottom:20px;
}

/* 記事タイトル */

div.catEntryBox h3 {
	font-size:160%;
	font-weight:normal;
	line-height:1.2;
	padding:1.5em 2px 1em;
	background:url('../img/bg/dot.gif') bottom repeat-x;
}

div.catEntryBox h3 a { display:block; }

div.catEntryBox h3 a:hover { background:#ffc; }

/* ---------- アーカイブページ ---------- */

#archivesBox ul {
	list-style:none;
	margin:20px 0;
}

#archivesBox ul li {
	margin-bottom:10px;
	padding:4px 5px 5px 25px;
	line-height:18px;
	background:url('../img/icon/pageWhite.gif') 5px 5px no-repeat;
}

#archivesBox ul li span {
	display:block;
	font-size:12px;
	line-height:1.4;
	color:#aaa;
}

#archivesBox ul li a { text-decoration:underline; }
