body {
	background-color: #505050;
	background-position: center;
	background-image: url(./img/bg.jpg);
	background-repeat: repeat-y;
	font-size:13px;	
	}

a:link,

a:visited {
	color: #000000;
        text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
a.cloud {
	color: #37d;
	}
	
#hogehoge {
	width:800px;
	}
h1.saishin{
	font-size:13px;	
	margin:0px;
	padding:0px;

}

.style1 {
	color: #FF6666;
	font-weight: bold;
}

h2.bang_type{
	font-size:1.2em;	
	margin:0px;
	padding:0px;
}
h3.bang_title{
	font-size:1em;
	margin:0px;
	padding:0px;
	float:left;
	margin-right:2px;
}

br{
	height:2em;
}

.rss_clear{
	clear:both;
}




*{
	padding:0;
	margin:0;
	font:0.8em;
}
table{
	margin:auto;
}

.b{
	width:800px;
	margin:auto;
}
.b:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.r{
	width:400px;
	float:left;
}
.m{
	width:400px;
	float:right;
}
.bang{
	width:90%;
	border-style:none;
	border-color: #808080;
	border-width:1px;
	padding:5px;
	margin:3%;
}
.bang p{
	margin:2px;
	padding:2px;
}
.bang_name{
	border-left-width:7px;
	border-left-color:#DCDCDC;
	border-left-style:solid;
	float:left;
}
ul.tag{
	list-style-type:none;
	border-width:1px;
	border-style:solid;
	border-color:#DCDCDC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#808080;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#808080;
}
ul.tag:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

ul.tag li{
	float:left;
	display:block;
	margin:1px;
	margin-left:3px;
	border-width:1px;
	border-style:solid;
	border-color:#DCDCDC;
	
}
ul.tag li a{
	display:block;
}
.rating{
	width:80px;
	height:16px;
	margin:2px;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/radio/tokuban/2008/star-matrix.gif) no-repeat 0 0;
}
ul.rating li {
	cursor: pointer;
	/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
	float:left;
	/* end hide*/
	text-indent:-999em;/* hide text*/
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}

ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;
	background: url(/radio/tokuban/2008/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}

