@charset "utf-8";

/*------------------------------*/
/*.header*/
/*------------------------------*/

#staffblog .header{
	width: 653px;
	margin-bottom: 25px;
}

#staffblog .header .blog-name{
	width: 653px;
	height: 127px;
	line-height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
}

#staffblog .header .blog-name img{
	vertical-align: bottom;
}

#staffblog .header .blog-name p{
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.5;
	position: absolute;
	top: 95px;
	left: 20px;
}

#staffblog .header p.t-right{
	line-height: 0;
	border: 0;
	margin: 0;
	padding: 0;
}

	
#staffblog .archive-title{
	width: 653px;
	background: #6D6D6D url(../img/archive_header.gif) no-repeat top left;
	font-size: 2.0em;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
}

#staffblog .archive-title h1{
	background: url(../img/archive_header_footer.gif) no-repeat bottom left;
	padding: 0 20px;
}

/*------------------------------*/
/*.asset-box*/
/*.archive-box*/
/*------------------------------*/

#staffblog .asset-box,
#staffblog .archive-box{
	width: 653px;
	background: url(../img/entry_bg.gif) repeat-y top left;
	text-align: left;
	margin-bottom: 25px;
}

#staffblog .asset-box .asset-header{
	width: 653px;
	background: #DADADA url(../img/entry_header.gif) no-repeat top left;
	padding-top: 10px;
}

#staffblog .asset-box .asset-header .asset-name{
	background: url(../img/entry_header_line.gif) repeat-x bottom left;
	font-size: 1.6em;
	margin: 0 20px;
	padding-bottom: 5px;
}

#staffblog .asset-box .asset-header .asset-meta{
	background: #DADADA  url(../img/entry_body_header.gif) no-repeat bottom left;
	font-size: 1.2em;
	padding: 5px 20px 20px;
}

#staffblog .asset-box .asset-content{
	background: url(../img/entry_footer.gif) no-repeat bottom left;
	font-size: 1.4em;
	padding-top: 5px;
}

#staffblog .asset-box .asset-content .asset-body,
#staffblog .asset-box .asset-content .asset-more{
	margin: 0 20px;
	padding-bottom: 15px;
}

#staffblog .archive-box .archive-header{
	background: #DADADA url(../img/entry_header.gif) no-repeat top left;
	font-size: 1.6em;
	margin: 0;
	padding: 5px 20px 5px;
}

#staffblog .archive-box .archive-content{
	background: url(../img/entry_body_header.gif) no-repeat top left;
	font-size: 1.4em;
	padding-top: 10px;
}

#staffblog .archive-box .archive-content ul{
	margin: 0 20px 0;
}

#staffblog .archive-box .archive-footer{
	height: 10px;
	background: url(../img/entry_footer.gif) no-repeat bottom left;
}

/*------------------------------*/
/*.track*/
/*------------------------------*/

.trackback-header .asset-meta{
	font-weight: bold;
	border-bottom: solid 1px #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/*------------------------------*/
/*.page-navi*/
/*------------------------------*/

#staffblog .page-navi{
	width: 653px;
	margin-bottom: 25px;
}

#staffblog .page-navi .prev,
#staffblog .page-navi .next{
	margin-top: 6px;
}


#staffblog .page-navi .page-num{
	width: 530px;
	font-size: 1.6em;
	margin: 0 10px;
}

#staffblog .page-navi .current_page{
	font-weight: bold;
	background: #D4D4D4;
	padding: 3px 7px;
}

#staffblog .page-navi .link_page{

}

/*------------------------------*/
/*.widget-box*/
/*------------------------------*/

#staffblog .widget-box{
	width: 653px;
	background: url(../img/widget-box-bg.gif) repeat-y top left;
	margin-bottom: 25px;
}
#staffblog .widget-box .widget-header{
	width: 653px;
	height: 10px;
	background: url(../img/widget-box-header.gif) no-repeat top left;
}
#staffblog .widget-box .widget-footer{
	width: 653px;
	height: 10px;
	background: url(../img/widget-box-footer.gif) no-repeat top left;
}

#staffblog .widget-box .widget{
	width: 180px;
	float: left;
	font-size: 1.2em;
	line-height: 1.7;
	text-align: left;
}

#staffblog .widget-box .widget-recent-entries{
	margin-left: 30px;
	_margin-left: 15px;
}

#staffblog .widget-box .widget-archive-monthly{
	margin-left: 25px;
}

#staffblog .widget-box .widget-archive-category{
	margin-left: 25px;
	margin-right: 30px;
	_margin-left: 25px;
	_margin-right: 15px;
}

#staffblog .widget-box .widget h3.widget-title{
	border-bottom: solid 1px #CCC;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

#staffblog .widget-box .widget ul.widget-content li{
	margin-bottom: 10px;
}