@charset "UTF-8";
.photo img,
a.photo img{
	border:1px solid #e5e5e5;
	padding:1px;
}

.meta{
	text-align:right;
	font-size:70%;
	border-top:1px solid #e5e5e5;
	padding:0.3em 0.5em;
	line-height:1.1;
	color:#666;
}

/*widget*/
.widget{
	margin-bottom:30px;
}

.widget h2{
	margin:0;
	font-size:75%;
	line-height:1.1;
}

.widget ul{
	list-style:none;
}

.widget li{
	border-bottom:1px dotted #ccc;
}

.widget li a{
	display:block;
	text-decoration:none;
	background:url(../common/img/ico_arw_grn.gif) no-repeat left center;
	padding:5px 7px;
	color:#333;
}

.widget li a:hover{
	background:#eee url(../common/img/ico_arw_grn.gif) no-repeat left center;
}


