@charset "shift_jis";

/*--------------------------------------------------
yaplog! profile style
template/0/style.ccss
--------------------------------------------------*/
body#profBody{
}
.blogDate,
.basicInfo dd p,
#questionYapmeList li span{
	color:#787878;
}
a:link,
a:visited {
	color:#0064aa;
}
a:hover,
a:active {
	color:#46a0dc;
}
#leftProf {
	background:#e0e2e2;
	padding:14px;
	border:1px solid #bcc0c0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.leftInBox{
	background:#f5f5f5;
	border:1px solid #c6c8c8;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rightProfBox {
	background:#f5f5f5;
	padding:11px;
	border:1px solid #bcc0c0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rightProfBox dt {
	height:34px;
	background:#e0e2e2;
}
.circle{
	width:6px;
	height:6px;
	float:left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border:3px solid #9ca4a4;
	margin:11px 0 0 10px;
	display:inline;
	font-size:1px;
}
.rightProfBox dt span {
	display:block;
	font-weight:bold;
	padding-left:4px;
	float:left;
	line-height:34px;
}
#profNav{
	background:#f5f5f5;
	height:34px;
}
.profNavLeft span{
	color:#8c8c8c;
}
.seemore a:link,
.seemore a:visited,
.seemore a:hover,
.seemore a:active{
	color:#505050;
}
.basicInfo li{
	padding:8px 0 6px;
	border-bottom:1px dotted #aaa;
	margin-bottom:-1px;
}
.blogList li{
	padding:10px 10px 8px;
	border-bottom:1px dotted #ccc;
}
.questionLeft li{
	padding:10px 0 8px 4px;
	border-bottom:1px dotted #aaa;
	margin-bottom:-1px;
}
.questionList li{
	padding:10px 10px 8px;
	border-bottom:1px dotted #ccc;
	margin-bottom:-1px;
}
#yapmeEntryList li{
	padding:10px 10px 8px;
	border-bottom:1px dotted #ccc;
	margin-bottom:-1px;
}
.pagination li{
	background-color:#f5f5f5;
	border:1px solid #ccc;
}
.pagination li.current{
	background-color:#e0e2e2;
	border:1px solid #ccc;
}