@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	font-family:  "メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-color: #F1F0EB;
}
p{
	padding: 5px 0;
}
img , img a{
	border:none;
}
.img-right{
	float: right;
	padding-left: 10px;
	padding-bottom: 10xp;
}

ul{
	list-style: disc;
	list-style-position: inside;
}
.bold{
	font-size: 15px;
	font-weight: bold;
}

.ad{
	text-align: center;
}

.ad2{
	float:left;
	padding: 0 10px 10px 0;
}

.clear{
	clear: both;
}

div#wrapper{
	width: 790px;
	margin: 0 auto;
	padding: 10px;
	color: #000;
	background-color: #FFF;
}

div#header{
	position: relative;
	margin-bottom: 15px;
}

div#header h1{
	color: #999;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 12px 0 6px 40px;
	font-size: 24px;
}

div#header p{
}

div#header h2{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;

}
div#header h2 a{
	color: #999;
	text-decoration: none;
}

div#left{
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
div#left .title{
	color: #FFF;
	font-weight: normal;
	font-size: 15px;
	background-image:url(../images/bg-title.gif);
	background-repeat: no-repeat;
	padding: 3px 8px 2px 8px;
	margin-bottom: 10px;
}
div#left .content{
	margin-bottom: 20px;
}

.yane-zu-content{
	border-bottom: solid 1px #CCC;
	margin-bottom: 20px;
}

table.ranking{
	width: 580px;
	border-collapse: collapse;
	border: solid 1px #000;
}
table.ranking th{
	font-size: 12px;
	border: solid 1px #000;
}
table.ranking td{
	text-align: center;
	border: solid 1px #000;
}

table.ranking th.r1{
	width: 150px;
}
table.ranking th.r2{
	width: 100px;
}
table.ranking th.r5{
}
table.ranking td.r5{
	text-align: left;
	padding: 8px;
}
div#right{
	float: right;
	width: 180px;
	margin-bottom: 10px;
}

div#right ul.menu{
	font-size: 12px;
	list-style: none;
}
div#right ul.menu li{
	padding: 5px 10px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #F60;
}
div#right ul.menu li a{
	color: #FFF;
	text-decoration: none;
}
div#right ul.menu li a:hover{
}

div#footer{
	clear: both;
	text-align: center;
}
