@charset "utf-8";

.inner_final{
	padding: 0 20px;
}

h2.cat_title{
	background: transparent url(http://www.beacons.jp/wp-content/themes/beacons/img/title_bg.jpg) no-repeat scroll 0 0;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 0 0 10px;
	text-indent: 20px;
}

.block_title{
	background: transparent url(http://www.beacons.jp/wp-content/themes/beacons/img/title_bg.jpg) no-repeat scroll 0 0;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	margin: 0 0 10px;
	text-indent: 20px;
}

.clear_both {
	clear:both;
}

.sitename{
	float: left;
	width: 50%;
	}

.cat_name{
	float: right;
	text-align: right;
	width: 50%;
	}

.f_left{
	display:block;
	float:left;
}
.f_right {
	display:block;
	float:right;
}
.f_center{
	display:block;
	margin: 0 auto;
}
.t_left     { text-align:left; }
.t_right    { text-align:right; }
.t_center   { text-align:center; }

.t_red { color:#ff0000; }

/*右リンク表示ブロック*/
#links {
	
}

#links .list_links {
}

.snippets{
	clear: both;
	}

.snippets p{
	text-align: left;
	display: inline;
	}

/*左カテゴリ表示ブロック*/
#category_menu {
	padding: 10px 0 0 0;
}

#category_menu ul{
	border-bottom: 1px solid #cecece;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

#category_menu ul li{
	display: inline;
	margin-right: 12px;
	list-style: none;
}

.link_home a{
	display: block;
	padding-bottom: 30px;
	margin-bottom: 10px;
	border-bottom: 1px solid #cecece;
	background: transparent url(http://www.beacons.jp/wp-content/themes/beacons/img/link_home.jpg) no-repeat scroll left bottom;
	}
/*新着サイト*/
ul.outerclass{
	margin: 10px 0;
	list-style: none;
	line-height: 150%;
	background-color: #fefefe;
}
ul.outerclass li{
	padding: 13px;
	margin-bottom: 15px;
}
ul.outerclass li.even{
	background: #dfeeff;
}

ul.outerclass li.odd{
	background: #fbfbfb;
}

/*ページナビ*/

.paging{
	text-align: center;
	}

/*フッター*/
#lf_footer {
	clear: both;
	text-align: right;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #cecece;
}
#lf_footer a{
	
}
