@charset "UTF-8";

/*全体*/

div#wrapper{
	width:728px;
	margin: 0 auto;
	position: relative;
}

/*ヘッダー*/
div#header_ad{
	width: 300px;
	height: 23px;
	padding-top: 2px;
}
div#header_ad a{
	color: #FFF;
	text-decoration: none;
}
div#header_ad  a:hover{
	text-decoration: underline;
}

h1{
	margin-top: 10px;
}

/*広告上*/
.header_ad {
	width: 468px;
    position: absolute;
	top: 40px;
    left: 260px;
}

.navi{
	margin: 20px 15px;
}


/*中央ブロック*/
div#block_mid{
	float: right;
	width: 728px;
}

div#block_mid ol,div#block_mid ul{
	list-style-position: inside;
}
div#block_mid .title{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 5px 1px 40px;
	height: 25px;
	background-image: url(../img/bg_mid_title.gif);
	background-repeat: no-repeat;
}

div#block_mid .content{
	margin-bottom: 15px;
	padding: 5px;
}
/*広告掲載*/
.keisaiwaku p{
	padding: 0 0 5px 0;
}
/*新規登録*/
ol.regist{
    line-height: 200%;
}
span.spam_code{
	letter-spacing: 16px;
	font-weight: bold;
	background: #CCFFFF;
}

/*登録・削除*/
.enter{
    margin-bottom: 20px;
	line-height: 150%;
}

/*概要*/
table.gaiyou{
	margin: 20px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #FF0000;
}
table.gaiyou th{
	padding: 10px 10px;
	font-weight: bold;
	text-align: right;
	border: solid 1px #FF0000;
}
table.gaiyou td{
	padding: 10px 10px;
	border: solid 1px #FF0000;
}
table.gaiyou td.category{
	width: 200px;
}
table.gaiyou td.sub_category{
	width: 200px;
}

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

/*バナー一覧*/
table#banner_list{
	margin: 20px auto;
	border-collapse: collapse;
	border: solid 1px #666;
}

table#banner_list th{
	padding: 10px 10px;
	font-weight: bold;
	text-align: center;
	border: solid 1px #666;
}
table#banner_list td{
	padding: 10px 10px;
	border: solid 1px #666;
}

/*トップページランキング*/
table.rev_top_log{
	width: 650px;
	margin: 0 auto 10px auto;
	border: solid 1px #FF0000;
}

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 1px #DDDDDD;
}
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: 438px;
	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;
	color: #DD0022;
	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;
}

/*他のランキングサイト*/
.other_ranking{
	color: #000;
	border: #CCC;
	background:#E6E6E6;
}

div#footer{
	clear: both;
	color: #FFFFFF;
	background: #DD0022;
	text-align: center;
	font-weight: bold;
}

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