@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 14px;
	width: 800px;
	margin: 0 auto;
	border-right: solid 1px #990000;
	border-left: solid 1px #990000;
        color:#FFF;
        background: #000000;
}
p {
	margin: 5px 0;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
}
h1 {
	color: #FFF;
	background: #990000;
	font-size: 120%;
	font-weight: bold;
	padding: 10px;
}
h1 a{
	color: #FFF;
}
h1 a:hover{
	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:#990000; }

/*右リンク表示ブロック*/
#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: #2f0000;
}
ul.outerclass li.odd{
	background: #000000;
}


/*フッター*/
#lf_footer {
	clear: both;
	color: #000000;
	background: #990000;
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	border-top: 1px solid #000000;
}
#lf_footer a{
	color: #000000;
	background: #990000;
}

a:link {text-decoration:none;color:#ffff00;}
a:visited {text-decoration:none;color:#990099;}
a:active {text-decoration:none;color:red;}
a:hover {text-decoration:underline;color:#f80755;}
small{font-family : "MS UI Gothic";font-size :10px;}

BODY   {scrollbar-face-color:       #990000; 
        scrollbar-highlight-color:  #ff0000;
        scrollbar-shadow-color:     #990000;
        scrollbar-darkshadow-color: #000000;
        scrollbar-arrow-color:      #ffffff;
        scrollbar-base-color:       #cc0000;
        scrollbar-3dlight-color:    #ffffff;
        scrollbar-track-color:      #000000; }
