@charset "UTF-8";

/*全体*/

div#wrapper{
	width:900px;
	margin: 0 auto;
	padding: 10px 10px;
	position: relative;
	color: #000;
	background-color: #FFF;
	border-top: solid 5px #DD0022;
	border-bottom: solid 5px #DD0022;
}

h1{
	padding-bottom: 15px;
}

div#header_menu{
	width: 381px;
    position: absolute;
	top: 8px;
    left: 519px;
	text-align: right;
}
div#header_menu p{
	padding: 0 0 5px 0;
}

/*広告上*/
.header_ad {
	width: 880px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto 25px auto;
	background: #DD0022;
}

/*ナビゲーション*/
.navi{
	margin: 0 15px;
}

/*右ブロック*/
div#block_right{
	float: right;
	width: 230px;
}

div#block_right .title{
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 4px 0 0 25px;
	height: 19px;
	background-image: url(../img/bg_right_title.gif);
	background-repeat: no-repeat;
	background-color: #FF0000;
}

div#block_right .content{
	width: 218px;
	margin-bottom: 15px;
	padding: 5px;
	border-left: solid 1px #DD0022;
	border-right: solid 1px #DD0022;
	border-bottom: solid 1px #DD0022;
}
div#block_right .content ul{
	list-style-position: inside;
}
div#block_right .content ul.new_regist li{
	border-bottom: solid 1px #E6E6E6;
	margin-bottom: 10px;
	list-style: none;
}

/*左ブロック*/
div#block_left{
	float: left;
	width: 640px;
}

div#block_left .title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 5px 40px;
	height: 20px;
	background-image: url(../img/bg_left_title.gif);
	background-repeat: no-repeat;
}

div#block_left .content{
	margin-bottom: 15px;
}

div#block_left .content ul{
	list-style-position: inside;
	padding: 10px 0;
	line-height: 150%;
}

/*ランキングカテゴリー*/
table#ranking_category{
	font-size: 12px;
	width: 100%;
	border: solid 1px #000;
	border-collapse: separate;
	line-height: 200%;
}
table#ranking_category th{
	width: 120px;
	font-weight: bold;
	color: #FFF;
	background: #DD0022;
	text-align: right;
	padding: 5px;
	border: solid 1px #000;
}
table#ranking_category td{
	text-align: left;
	padding: 5px;
	border: solid 1px #000;
}

/*ランキングカテゴリー(ランキングページ)*/
table#ranking_category2{
	font-size: 12px;
	width: 880px;
	margin: 10px auto 20px auto;
	border-collapse: collapse;
}
table#ranking_category2 th{
	width: 120px;
	color: #DD0022;
	font-weight: bold;
	text-align: right;
	padding: 5px;
	border-bottom: dotted 1px #DD0022;
}
table#ranking_category2 td{
	text-align: left;
	padding: 5px;
	border-bottom: dotted 1px #DD0022;
}
/*トップページランキング*/
table.rev_top_log{
	width: 640px;
	margin: 0 auto 10px auto;
	border-top: solid 3px #DD0022;
	border-bottom: solid 3px #DD0022;
}

table.rev_top_log tr.odd{
	background-image:url(../img/bg_tr_odd.jpg);
	background-repeat: no-repeat;
}
table.rev_top_log tr.even{
	background-image:url(../img/bg_tr_even.jpg);
	background-repeat: no-repeat;
}
table.rev_top_log td{
	padding: 8px;
	border-left: solid 1px #DDDDDD;
	border-bottom: solid 3px #DD0022;
}
table.rev_top_log td.ranking_number{
	color: #DD0022;
	width: 50px;
	font-weight: bold;
	font-size: 18px;
}
table.rev_top_log td.ranking_log{
}

table.rev_top_log td.ranking_log .site_log{
	width: 428px;
	float: left;
}
table.rev_top_log td.ranking_log .site_log .log_site_name{
	padding: 3px 0;
}
table.rev_top_log td.ranking_log .site_log .log_site_name a{
	font-size: 14px;
	font-weight:bold;
}

table.rev_top_log td.ranking_log .site_log .log_site_meta{
	font-size:12px;
	padding: 0;
}
table.rev_top_log td.ranking_log .site_thumnail{
	width: 120px;
	float: right;
}

table.rev_top_log td.ranking_log .log_site_linktag{
	font-size: 12px;
}

table.mes{
	width:450px;
	border: 1px solid #000000;
	background:#FFFFFF;
	margin:auto;
}

div#footer_menu{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

div#footer{
	clear: both;
	color: #000;
	font-size: 12px;
	padding: 3px;
	text-align: center;
}

div#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

