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

@import url("base.css");
@import url("utility.css");
@import url("font.css");


#rightColum #categoryBlc {
	font-size: 90%;
}
#rightColum #categoryBlc dt {
	background-image: url(../img/entry_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-top: 10px;
	background-position: 2px 2px;
	padding-bottom: 2px;
}
#rightColum #categoryBlc dt a {
	cursor: pointer;
}
#rightColum #categoryBlc ul {
	padding-bottom: 10px;
}
#rightColum #categoryBlc li {
	color: #FF6600;
	margin-left: 30px;
	list-style-type: disc;
	margin-top: 5px;
}
#rightColum .entryCommentBlc {
	margin-top: 20px;
}
#rightColum .entryCommentBlc ul {
	padding-top: 5px;
}
#rightColum .entryCommentBlc li {
	color: #FF6600;
	margin-top: 3px;
	margin-left: 17px;
	list-style-type: disc;
	font-size: 90%;
	line-height: 1.3em;
}
#rightColum .entryCommentBlc li .commAuther {
	font-size: 90%;
	color: #666666;
}


/*============================================================
  Profile
============================================================*/

div.profile {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
}

div.profLast {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.profile div.profLeft {
	float: left;
	text-align: center;
	width: 158px;
}

div.profile div.profRight {
	float: right;
	text-align: left;
	width: 382px;
}

div.profile h3 a,
div.profile h3 a:link,
div.profile h3 a:visited {
	font-weight: bold;
	color: #FF6600;
}

div.profile h3 a:hover,
div.profile h3 a:focus,
div.profile h3 a:active {
	font-weight: bold;
	color: #FF9933;
}

div.profile h4 {
	margin-top: 15px;
	line-height: 140%;
	color: #7FC31C;
	font-weight: bold;
}

div.profile p {
	margin-top: 3px;
	line-height: 160%;
}
