/* レイアウトの設定*/
html {
overflow-x:hidden;
}
body{
	margin:0px;
	padding:0px;
	background-color:#dc1d00;
	background-attachment: scroll;
	text-align:center;
}

#ranking {
	width: 215px;
	margin: auto;
	height: 140px;
	font-size: 10px;
	line-height: 1.3em;
	color: #CCCCCC;
}
#ranking ul
{
	padding: 0;
	margin: 0;
}
#ranking ul li
{
	width: 215px;
	float: left;
	list-style-type: none;
	display: inline;
	text-align: left;
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
	margin: 0;
	padding: 4px 0 2px 0;
}
#ranking h3 {
	color:#99FF00;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: normal;
}
#ranking .r1 a
{
	display: block;
	width: 185px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/rank_num1.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#ranking .r2 a
{
	display: block;
	width: 185px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/rank_num2.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#ranking .r3 a
{
	display: block;
	width: 185px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/rank_num3.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#ranking .r4 a
{
	display: block;
	width: 185px;
	height: 30px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/rank_num4.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#ranking .r5 a
{
	display: block;
	width: 185px;
	height: 45px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/rank_num5.gif);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
}
#ranking .rdate
{
	display: block;
	width: 185px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
}
#ranking a:hover
{
	color: #ffffff;
}
#ranking a:hover , #ranking a:hover h3{
	color:#99FF00;
	text-decoration: underline;
}
.guest_detail {
	background-image: url(../images/guest_detail.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 200px;
	margin: 0 0 8px 0;
	padding: 8px 8px 0 8px;
	font-size: 10px;
	line-height: 1.4em;
	color: #CCCCCC;
}
.guest_detail a
{
	color: #669933;
	text-decoration: none;
}
.guest_detail a:hover , #guest_detail a:hover h3{
	color:#669933;
	text-decoration: underline;
}
.guest_detail h3 {
	color:#669933;
	line-height: 1.4em;
	margin: 3px 8px 3px 8px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	}
.guest_detail p {
	line-height: 1.4em;
	margin: 3px 8px 3px 8px;
	padding: 0px;
	}
	
#update img {
	margin-bottom:5px;
}
#event_table tr td {
	font-size:10px;
	color:#FFFFFF;
	padding-bottom:5px;
	}
#foot h4{
	font-size:10px;
	color: #AAAAAA;
}
#foot h4 a:link{
	text-decoration: none;
	color: #AAAAAA;
}
#foot h4 a:visited{
	text-decoration: none;
	color: #AAAAAA;
}
#foot h4 a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
