﻿@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 {
	width: 800px;
	height: 160px;
	color: #000080;
	background: #EEE;
	background-image:url(../img/bg_header.png);
	background-repeat: no-repeat;
	font-size: 120%;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 0;
}
h1 a{
	color: #000080;
	text-decoration:none;
}	
h2.cat_title{
	height: 35px;
	margin: 0;
	padding: 5px 10px;
	color: #000040;
	font-size: 120%;
	font-weight: bold;
	border-bottom: solid 1px #000;
	background-color: #FFF;
	background-image: url(../img/bg_right_title.jpg);
	background-repeat: repeat-x;
}

.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; }

/*全体ボディ800センタリング*/
#my_body {
	width:800px;
	position:relative;
	margin:0 auto;
}

/*右リンク表示ブロック*/
#links {
	float: right;
	width: 590px;
	padding: 10px 0;
	margin-right: 5px;
}

#links .list_links {
}

/*左カテゴリ表示ブロックＰＲ*/
#cate_pr {
	position:absolute;
	left: 0;
	top: 750px;
	width: 160px;
	background-color:#FFFFFF;
}
div#cate_pr div.title{
	margin: 0 0 5px 5px;
	padding: 5px 0 5px 10px;
	font-weight: bold;
	border-left: solid 5px #006030;
}

div#cate_pr div.content{
	margin: 0 0 40px 5px;
	padding: 3px 0 2px 0;
	color: #008000;
}
div#cate_pr div.content a{
	color: #008000;
}

/*左カテゴリ表示ブロックメイン*/
#category_menu {
	float: left;
	width: 180px;
	padding: 10px 10px;
}
#category_menu ul{
	line-height: 150%;
	list-style: disc;
	list-style-position: inside;
}
#category_menu ul li{
	padding: 4px 2px 2px;
	font-size: 12px;
	border-bottom: dotted 1px #666;
}
#category_menu ul li a{
	text-decoration:none;
}

/*新着サイト*/
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;
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
	height: 15px;
	color: #006030;
	background: #EEE;
	background-image: url(../img/bg_footer_final.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
}
#lf_footer a{
	color: #006030;
}
