@charset "UTF-8";



/* Contents Area */
/* ------------------------------------------------ */

#contentsArea h1 .categoryName {
	font-size: 80%;
	line-height: 120%;
	color: #bb3333;
}


/* Category Entries */
/* ------------------------------------------------ */

#categoryEntriesBox {
	margin: 106px 0 0 0;
	padding: 0 0 4px 0;
	background: url("../shared/images/bg_box_etc_body.gif") repeat-y;
}
#categoryEntriesBox h3 {
}
#categoryEntriesBox dl {
	font-size: 65%;
	line-height: 120%;
	margin: 4px 4px 0 6px;
}
#categoryEntriesBox dt {
	margin: 6px 0 0 0;
}
#categoryEntriesBox dd {
	margin: 0 4px 0 0;
}
