/* なんでもランキング */

body{
	background-color:#f3fff3;
	color:black;
}
h1{
	color:#6c0;
	font-size:250%;
	font-weight:bold;
	text-align:center;
}

h2{
	color:#63c;
	font-size:180%;
	font-weight:bold;
	text-align:center;
}
h3{
	color:#f93;
	font-size:120%;
	font-weight:bold;
	text-align:center;
}
h4{
	color:red;
	font-size:100%;
	font-weight:bold;
	border:double 3px #6c6;
	background-color:white;
	margin:2em;
}


table{
	margin-bottom:1em;
	border-collapse:collapse;
	border-color:#f6f;
	border-width:2px;
}
td,th{
	border-color:#f9c;
	border-size:1px;
}
caption{
	font-weight:bold;
	font-size:110%;
	color:blue;
}


em{
	font-weight:normal;
	font-style:italic;
	color:#f90;
}

p.no1{
	font-size:150%;
}
p.no2{
	font-size:135%;
}
p.no3{
	font-size:120%;
}
.item{
	font-size:110%;
	font-weight:bold;
	color:blue;
}
.number{
	font-size:90%;
	font-weight:bold;
	font-style:italic;
	color:#690;
}
.voter{
	color:#93c;
}



