@charset "utf-8";

ul.news li span.date{
	font-size:90%;
	margin-right:10px;
	width:60px;
	display:block;
	float:left;
	padding-top:1px;
	text-align:right;
}

ol.ranking{
	margin:0 5px;
}

ol.ranking li{
	font-size:100%;
	background:url(../../images/share/local_navi_line.gif) repeat-x bottom;
	padding:0 0 0.5em 0;
	margin:5px 0;
}

ul.category{
	margin:0 0 0 10px;
	width:145px;
	display:inline;
}

ul.category li{
	font-size:100%;
	margin:5px 0 1px;
	background:url(../../images/share/local_navi_line.gif) repeat-x bottom;
	padding:0 0 0.2em 0;
	list-style-position: outside;
}

ul.category li a{
	margin-left:10px;
	background:url(../images/local_navi_arrow.gif) left center no-repeat;
	text-decoration:none;
	display: block;
}


#userhp {
	width:770px;
	background-color:#E3E6EB;
	padding-bottom:15px;
	font-size:75%;
	margin-bottom:15px;
	margin-top:25px;
	}

#userhp img.title{
	margin-bottom:10px;
	}

/*新着*/	
#userhp_new {
	width:740px;
	margin:0 15px 10px;
	background-color:#FFFFFF;
	padding-bottom:5px;
	}
#userhp_new p {
	margin: 7px 15px;
	background: url(../../images/share/local_navi_line.gif) repeat-x bottom;
	padding: 0 0 2px;
	}

#userhp_new p a{
	text-decoration: none;
	}



#userhp_category {
	width:740px;
	margin:0 15px;
	}
	
/*ランキング*/	
	#userhp_rank {
		width:405px;
		float:left;
		background-color:#FFFFFF;
		min-height: 180px;
		height: auto !important;
  		height: 210px;
		}
		#userhp_rank p {margin:5px 15px;}
		
/*カテゴリー*/			
	#userhp_cate {
		width:320px;
		float:right;
		background-color:#FFFFFF;
		min-height: 180px;
		height: auto !important;
  		height: 210px;
		}

#userhp_category:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
	}


