﻿@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 16px;
	width: 800px;
            background: #ffffff;
	margin: 0 auto;
	border-right: solid 1px #cc0000;
	border-left: solid 1px #cc0000}
p {
	margin: 5px 0;
}
a {
	color: #00008b;
	text-decoration: underline;
}
a:hover {
	color: #FF4500;
}
h1 {
	color: #FFF;
	background: #cc0000;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
}
h1 a{
	color: #FFFFFF;
}	
h2.cat_title{
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #cc0000;
}

.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: #ffcccc;
}

/*フッター*/
#lf_footer {
	clear: both;
	color: #FFF;
	background: #cc0000;
	text-align: center;
	padding: 10px 0;
	font-size: 15px;
	border-top: 1px solid #FFFFFF;
}
#lf_footer a{
	color: #FFF;
	background: #cc0000;
}
