/*カテゴリーのタイトル*/
.archive_title{
	font-family:"ＭＳ Ｐゴシック";
	font-size:12pt;
	color:#FFFFFF;
	padding-top:5px;
	padding-left:25px;
	background:url(img/title_bg.gif) no-repeat;
	height:26px;
}
/*エントリーのタイトル*/
.entry_title{
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-size:12pt;
	color:#FF8040;
	padding-top:5px;
	padding-left:25px;
	background:url(img/title_bgs.gif) no-repeat;
	height:26px;
}
.toppage_entry_title{
	font-family:"HG丸ｺﾞｼｯｸM-PRO";
	font-size:12pt;
	color:#007f52;
	padding-top:5px;
	padding-left:15px;
	background:url(img/entry_title_bg.gif) no-repeat;
	height:26px;
}

.il{
float:left;
margin: 0 10px 5px 0;
}
.ir{
float:right;
margin: 0 0 5px 10px;
}
.box_10 img{
border:0px;
}
.entry_list{
	padding:20px;

}

.entry_body{
	padding:0px 5px 15px 15px;
}

.entry_excerpt{
	padding:20px;
	border-bottom:2px dotted #333;
	margin-bottom:10px;
}

.entry_excerpt img{
	float:left;
	margin-right:20px;
}

#navi{
	margin:9px;
}

.menu a{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	display:block;
	text-decoration:none;
	color:#666666;
	background:url(.img/button_bg.gif) no-repeat left center;
	width:136px;
}
.menu a:hover{
	color:#4D5EB3;
	text-decoration:none;
	background:url(img/button_bgon.gif) no-repeat left center;
}

.more_blue{
	float:right;
	width:160px;
	padding-right:5px;
	background:url(img/more_blue.gif) right 0.4em no-repeat;
}

.left{
	float:left;
	margin-right:10px;
}