@charset "UTF-8";

div.page-tit {
	height: 25px;
	margin: 7px 0 0;
	padding: 5px 5px 0;
	background: url(/commons/tit-back.png) no-repeat;
}
div.page-tit h3 {
	width: 300px;
	padding-left: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
div.categ {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 13px;
}
div.categ h4 {
	background: url(/commons/arrow-cross.png) 0 3px no-repeat;
	padding-left: 13px;
	margin: 10px 0 0;
	color: #960;
	font-weight: bold;
	font-size: 100%;
}
div.categ div.box {
	overflow: auto;
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-top: #999 dotted 1px;
}
div.categ div.box ul {
	overflow: auto;
}
div.categ div.firstChild {
	border: none;
}
div.categ div.box ul li.lastChild {
	margin: 0;
	padding-left: 13px;
	border: none;
}
li.class-item ul li.firstChild {
	font-weight: bold;
	color: #666;
}
img.photo {
	padding: 0 0 10px 10px;
	max-width: 180px;
	float: right;
}
div.left {
	clear: left;
	float: left;
	padding: 0px 5px 10px 0px;
}
div.right {
	clear: left;
	float: right;
	padding: 0 0 10px 3px;
}
p.next {
	clear: both;
	background: url(/entries/img/ichiran-next-bar.png) no-repeat;
	margin: 28px 0 10px;
	padding-top: 7px;
	text-align: right;
}
