@charset "EUC-JP";
*{
	margin: 0;
	padding: 0;
}
body{
	width: 800px;
	margin: 5px auto 0 auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	background-color: #FFFFFF;
	font-size: 14px;
}

h1{
	font-size: 12px;
}

h2
	{
	font: 18pt verdana, arial;
	margin: 0;
	}

h3
	{
	font: 12pt verdana, arial;
	margin: 0;
}
a{
	color: #993300;
}

p{
	padding: 5px 0;
}

img, img a{
	border: 0;
}
ul,ol{
	list-style-position: inside;
}

.clear{
	clear: both;
}

.navi_bar{
	padding: 8px 5px;
}

.red{
	color: #FF0000;
}
/*ヘッダー*/
div.header{
	float: left;
	width: 300px;
	height: 30px;
}

div.disc{
	float: right;
	width: 500px;
	height: 44px;
	text-align: right;
	font-size: 12px;
}

/*検索*/
div.search{
	clear: both;
	padding: 3px 5px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
	background-color: #FF9900;
	background-image: url(../img/bg_header_bar.jpg);
	background-repeat: no-repeat;
}

/*中央メニュー*/
div#center{
	padding: 10px;
}
div#center .title{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 30px;
	color: #333333;
	height: 21px;
}
/*左メニュー*/
div#left{
	float: left;
	width: 160px;
	margin: 20px 0;
}
div#left ul.menu{
	line-height: 150%;
	list-style: none;
	list-style-position: outside;
	padding: 5px 0;
}

div#left ul.menu li.main_cate{
	font-weight: bold;
}
div#left ul.menu li.sub_cate{
	list-style: none;
	padding-left: 5px;
}
div#left .content{
	margin-bottom: 10px;
	padding: 8px;
	color:#000000;
	background: #F5F5CC;
	border: solid 1px #999999;
}

/*右コンテンツ*/
div#right{
	float: right;
	width: 620px;
	margin: 20px 0;
}

div#right .title{
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0 0 30px;
	color: #333333;
	height: 21px;
	background-image: url(../img/bg_right_title1.gif);
	background-repeat: no-repeat;
}
div#right .title2{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
	color: #FF6600;
	height: 19px;
	background-image: url(../img/bg_right_title2.gif);
	background-repeat: no-repeat;
}
div#right .title3{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 25px;
	color: #FF6600;
	height: 19px;
	background-image: url(../img/bg_right_title3.gif);
	background-repeat: no-repeat;
}

div#right .content{
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}

div.news{
	height: 200px;
	overflow: auto;
}

td.event_news{
	display: none;
}

/*ランキング*/
div.ranking_log{
	width: 580px;
	padding: 10px;
	border-bottom: solid 3px #FF6600;
	background: #ECECEC;
}
div.ranking_log p{
	padding: 2px 0;
}
div.ranking_log p.zyunni{
	font-size: 14px;
	font-weight: bold;
}
div.ranking_log p.site_title{
	font-size: 16px;
	font-weight: bold;
}
div.ranking_log p.site_title a{
	font-weight: bold;
}
div.ranking_log p.site_banner{
}
div.ranking_log p.message{
	font-size: 12px;
}

/*サイトマップ*/
div.sitemap{
	width: 580px;
	margin: 15px auto;
	padding: 15px 0;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

/*フッター*/
div#footer{
	clear: both;
	text-align: center;
	border-top: solid 10px #FF6600;
	padding-top: 5px;
	font-size: 12px;
}
.copyright{
	text-align: center;
	font-size: 12px;
}

