﻿/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #000000;
}


/*------トップのコメント部分------*/
.top_coment{
	background-image: url(../images/top_04.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 285px;
	width: 300px;
	color:#66953E;
	font-size:11px;
	vertical-align: top;
	line-height: 12px;
}

.top_coment strong{
	color:#ffffff;
	font-size:16px;
	line-height: 16px;
	clear:both;
	display:block;
	width:100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.top_coment h2{color:#ffffff;font-size:14px;margin:50px 0 10px;}

/*------トップのコメント部分------*/

h2.news_title{font-size:16px;color:#575757;line-height:28px;margin:0 15px 10px 15px;display:block;border-left:solid 5px #373737;padding:2px 5px 2px 10px;}
/*トップページ--------------*/

ul#feedList{
	display:block;
	height:181px;
	margin:0px 15px 50px 15px;
	padding:10px;
	overflow-y: auto;
	overflow-x: hidden;background:#272727;
}
ul#feedList li{
	margin:0px;
	padding:5px 0px;
	list-style-type: none;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 150%;color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul#feedList li a{color:#8FE347;}
ul#feedList li a:hover{color:#FFF600;}
