@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	width: 800px;
	margin: 0 auto;
	border-right: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
}
p {
	margin: 5px 0;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
h1 {
	color: #FFF;
	background: #000;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
}
h1 a{
	color: #FFF;
}	
h2.cat_title{
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

.clear_both {
	clear:both;
}
.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 {
	float: right;
	width: 590px;
	padding: 10px 0;
	margin-right: 5px;
}

#links .list_links {
}

/*左カテゴリ表示ブロック*/
#category_menu {
	float: left;
	width: 180px;
	padding: 10px 10px;
}
#category_menu ul{
	line-height: 150%;
	list-style: disc;
	list-style-position: inside;
}
/*新着サイト*/
ul.outerclass{
	margin: 10px 0;
	list-style: none;
	line-height: 150%;
	list-style-position: outside;
}
ul.outerclass li{
	padding: 5px 5px;
}
ul.outerclass li.even{
	background: #E0E0E0;
}

/*フッター*/
#lf_footer {
	clear: both;
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
}
#lf_footer a{
	color: #FFF;
	background: #000;
}