@charset "UTF-8";

/* フォントサイズ表 */
/*
10ピクセル⇒font-size:77%
11ピクセル⇒font-size:85%
12ピクセル⇒font-size:92%
13ピクセル⇒font-size:100%
14ピクセル⇒font-size:107%
15ピクセル⇒font-size:114%
16ピクセル⇒font-size:122%
17ピクセル⇒font-size:129%
18ピクセル⇒font-size:136%
*/

/* カテゴリリスト */
.categories-wrapper {
	margin-bottom: 10px; 
	border-top: 1px solid #e6dfd5;
	clear: both;
}

.categories-wrapper h2 a {
	padding: 5px 0;
	font-size:107%;
	display: block;
}
.categories-wrapper h2 a:hover,
.categories-wrapper h2 a:active {
	text-decoration: none;
	background-color: #f0ebe5;
}
.sub-categories-list {
	width: 33%;
	float: left;
}
.sub-categories-list h3 a {
	margin-left: 10px; 
	padding: 5px;
	font-size: 92%;
	font-weight: normal;
	display: block;
}
.sub-categories-list h3 a:hover,
.sub-categories-list h3 a:active {
	text-decoration: none;
	background-color: #f0ebe5;
}
