@charset "UTF-8";
/*contents
***********************************************************/
/*contents-unit*/
#toppage #contents .contents-unit {
	margin: 0;
}

/*special*/
#toppage #contents .contents-unit#special .clearfix {
	background-color:#DADADA;
	padding-left: 134px;
}

#toppage #contents .contents-unit#special ul {
	margin: 0;
	padding: 0 2px;
}

#toppage #contents .contents-unit#special li {
	margin: 0;
	padding: 5px 0 0 4px;
	list-style: none;
	float: left;
	font-size: 10px;
}

/*entry-list*/
#toppage #contents .contents-unit#entry-list {
	margin-top: 15px;
}

#toppage #contents .contents-unit#entry-list .list-top {
	margin: 0;
	padding: 0;
	height: 10px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../blog/global/images/list_base_t.gif) no-repeat;
}

#toppage #contents .contents-unit#entry-list .list-inner {
	margin: 0;
	padding: 5px 10px;
	background:url(../blog/global/images/list_base_m.gif) repeat-y;
}

#toppage #contents .contents-unit#entry-list .list-bottom {
	margin: 0;
	padding: 0;
	height: 10px;
	font-size: 1px;/*Win IE*/
	line-height: 1%;/*Win IE*/
	background:url(../blog/global/images/list_base_b.gif) no-repeat;
}

/*headline*/
#toppage #contents .headline {
	padding: 2px 5px 2px 3px;
	margin: 0;
	border: 1px solid #999;
	background-color: #fff;
}

/* exlude MacIE5 \*/
* html #toppage #contents .headline {
	width: 100%;
}
/* end MacIE5 */

#toppage #contents .headline h2 {
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	border-left: 5px solid #3861D9;
	color: #3861D9;
	float: left;
	width: 200px;
}

#toppage #contents .headline .tonext {
	margin: 0;
	padding: 3px 20px 0 0;
	font-size: 12px;
	float:right;
	width: 150px;
	text-align: right;
	background: url(../images/yaji_blue.gif) no-repeat right 50%;
}

/*contents-inner*/

#toppage #contents .contents-inner {
	margin: 10px 20px;
}

#toppage #contents .contents-inner td {
	padding: 0 0 5px 0;
	vertical-align: top;
	line-height: 1.4;
}

#toppage #contents .contents-inner .date {
	color:#333;
	font-weight: normal;
	line-height: 1.2;
	white-space: nowrap;
	padding-right: 1em;
}

#toppage #contents .contents-inner .title img {
	vertical-align: top;
	margin-right: 0.5em;
}

#toppage #contents .contents-inner .title .cate-name {
	font-size: 95%;
}

#toppage #contents .contents-inner span.new {
	display: none;
	color: #CC0000;
	font-weight: bold;
	padding-left: 0.5em;
	font-size: 11px;
}

/*totop*/
.totop{
	margin: 10px 0 15px;
}
