@charset "utf-8";
/* CSS Document */

/* 左コンテンツ */

.content_l {
	display: inline;
	float: left;
	width: 150px;
}

.content_l h3 {
	margin-bottom: 3px;
	margin-top: 0;
}

.content_l ul li {
	border-bottom: 1px dotted #CCCCCC;
}

.content_l ul li a {
	display: block;
	padding: 15px 5px;
	text-decoration: none;
}

.content_l ul li.active a {
	color: #444444;
	font-weight: bold;
}


/* 右コンテンツ */

.content_r {
	float: right;
	width: 550px;
}

.content_r ul {
	border-bottom: 1px solid #CCCCCC;
	display: block;
	height: 31px;
	margin-bottom: 20px;
	padding-left: 5px;
}

.content_r ul li {
	display: inline;
}

.content_r ul li a {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	display: block;
	float: left;
	height: 25px;
	margin-right: 3px;
	padding: 5px 6px 0;
	text-decoration: none !important;
}

.content_r ul li.active a {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #444444;
	font-weight: bold;
	height: 26px;
}

div.entry{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.totop{
	text-align: right;
}

h3 span{
	font-weight: normal;
	font-size: 80%;
	float: right;
}

