@charset "utf-8";

/*==============================================
 CSS INFO
 URL : http://www.okinoni.jp/
 Description : blog css
------------------------------------------
	common
	trackback comment
===============================================*/

/* common
============================================== */
.staff{
	width		: 315px;
	float		: left;
    overflow	: hidden;
	}

.staff:after{
    content		: "";
    display		: block;
    clear		: both;
    height		: 1px;
    overflow	: hidden;
    }

/*\*/
* html .staff{
    height		: 1em;
    overflow	: visible;
    }
/**/

div.staff p.imgL img{
	margin		: 0 10px 15px;
	}

.entBox{
	margin		: 15px 0 50px 0;
    overflow	: hidden;
	}

.entBox:after{
    content		: "";
    display		: block;
    clear		: both;
    height		: 1px;
    overflow	: hidden;
    }

/*\*/
* html .entBox{
    height		: 1em;
    overflow	: visible;
    }
/**/

.entTtl{
	background	: url("../img/ttl/ttl_ent.gif") no-repeat left top;
	padding		: 0 30px;
	line-height	: 30px;
	font-weight	: bold;
	}

.entBody{
	margin		: 10px 15px;
	}

.entFooter{
	background	: #EEE;
	text-align	: right;
	padding		: 3px 10px;
	}

.entFootertln{
	width		: auto;
	float		: left;
	font-size	: 13px;
	margin		: 5px 0;
	}
.entFootertln a{
	text-decoration: none;
	color		: #999;
	}

.entCate{
	text-align	: right;
	}

.entCate p{
	}

.sideList select{
	margin		: 10px 5px 10px 10px;
	}

#pageTitle{
	font-size	:
	}

.entSubTtl{
	background	: url("../img/ttl/ttl_mini.gif") no-repeat left top;
	margin		: 0 0 10px 0;
	padding		: 0 0 0 30px;
	font-weight	: bold;
	font-size	: 18px;
	line-height	: 30px;
	}

.archive ul{
	margin		: 10px 20px 20px;
	}

.archive ul li{
	background	: url("../img/dotted_02.gif") repeat-x bottom;
	padding		: 0 0 5px 0;
	margin		: 10px 0;
	}

.archive ul li a{
	background	: url("../img/arrow.gif") no-repeat left center;
	padding		: 0 0 0 15px;
	}

/* trackback comment
============================================== */
.trackbacks{
	clear		: both;
	}

.trackbacks p{
	margin		: 10px;
	}

.comments{
	margin		: 15px 0;
	}

.comments-content{
	margin		: 0 0 10px 0;
	}
.comment{
	margin		: 10px;
	padding		: 0 0 10px 0;
	background	: url("../img/dotted_01.gif") repeat-x bottom;
	}

.comment-header{
	background	: #EBEAD3;
	padding		: 5px 10px;
	}

.comment-content{
	margin		: 5px 10px;
	}
.comments-open{
	margin		: 10px 0;
	}

.comments-open-header{
	background	: url("../img/line.gif") no-repeat left bottom;
	line-height	: 25px;
	font-weight	: bold;
	margin		: 10px 0;
	}

.trackbacksHeader,
.comments-header{
	background	: url("../img/line.gif") no-repeat left bottom;
	line-height	: 25px;
	font-weight	: bold;
	margin		: 10px 0;
	}

.comments-open label{
	display		: block;
	}

#comment-form-name,#comment-form-email,#comment-form-url,#comment-form-remember-me,
#comments-open-text,#comments-open-footer{
	margin		: 0 0 5px;
	}

.author{
	margin		: 5px 0;
	text-align	: right;
	}

.contentNav,.paginate{
	text-align	: center;
	}