@charset "UTF-8";
/*真ん中*/
#main_information{
/*	width: 485px; */
	float:left;
}
/*カウンター部分*/
#counter{
	width: 100%;
}
#total,.daysago{
	background-color : #333333;
	display:inline;
	float:left;
}
#total{
	width: 255px;
}
.daysago{
	width: 240px;
}

/*一段枠*/
.one_category{
	width: 100%;
}
/*ブログ更新とか*/
.blog_decs{
font-size:12px;
	width: 50%;
	display:inline;
	float:left;
}
.blog_decs dl{
margin-top:0px;
}

/*ブログ更新とかEND*/

/*リンク集*/
.Link_box{
margin:2px;
width:241px;
  background-color : #666666;
	display:inline;
	float:left;
}