@charset "UTF-8";

/*全体*/

div#wrapper{
	width:800px;
	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;
}

div#header_menu{
	color: #FFF;
	width: 490px;
	height: 25px;
    position: absolute;
	top: 2px;
    left: 310px;
	text-align: right;
}
div#header_menu a{
	color: #FFF;
	text-decoration: none;
}
div#header_menu a:hover{
	text-decoration: underline;
}

h1{
	margin-top: 10px;
}

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

/*検索窓*/
#search_box{
	margin: 10px 0;
	text-align: right;
}

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

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

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

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

div#block_left .content ul.menu{
	list-style: none;
	line-height: 200%;
}
div#block_left .content ul.menu li{
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}

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

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

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

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

/*ランキングカテゴリー*/
table#ranking_category{
	width: 100%;
	line-height: 200%;
}
table#ranking_category td{
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

table#ranking_category p.ranking_main_category{
	background-image: url(../img/bg_folder.gif);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 35px;
}
table#ranking_category ul.ranking_sub_category{
}
table#ranking_category ul.ranking_sub_category li{
	display: inline;
	list-style: none;
	list-style-position: outside;
	padding-right: 10px;
	padding-bottom: 10px;
}

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

table.rev_top_log tr.odd{
	background-color:#E8E8E8;
}
table.rev_top_log tr.even{
}
table.rev_top_log th{
	color: #FFF;
	padding: 8px;
	background-color: #F00;
	border: solid 1px #A0A0A0;
}

table.rev_top_log td{
	padding: 8px;
	border: solid 1px #A0A0A0;
}
table.rev_top_log th.ranking_number{
	width: 50px;
}
table.rev_top_log td.ranking_number{
	color: #F00;
	font-weight: bold;
	font-size: 18px;
}
table.rev_top_log th.ranking_in,table.rev_top_log th.ranking_out{
	width: 50px;
}
table.rev_top_log td.ranking_log{
}

table.rev_top_log td.ranking_log .site_log{
	width: 438px;
	float: right;
}
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: left;
}

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#block_mid{
	float: right;
	width: 800px;
}

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

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

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

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

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

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