﻿@charset "UTF-8";


body {
	margin: 0;
	padding: 0;	
	color: #000000;
	background-color:#ffffff;
	background: url(../image/bg.jpg) repeat-x;		
	text-align: center;
}


/*  ページ構成
--------------------------------------------------------------*/
#wpart {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}


#pagebody {
	width:900px;
	float: left;
    text-align: left;
}


#page_padding {
}


#navi {
	float: right;
	width: 295px;
}

#navi_padding {
}

#main {
	float: left;
	width: 590px;
}


#main_padding {
	margin-left:0px;
}



/*  テキスト
--------------------------------------------------------------*/
.top_text {
	width:840px;
	padding-left: 30px;
	line-height: 160%;
}

.top_text p {
	padding: 5px 0px 10px 0px;
}



/* タイトル
--------------------------------------------------------------*/
#h1_title{
	padding:6px 0 0px 0;
}

.title_news{
	width:590px;
	height:34px;
	margin:15px 0px 10px 0;
}


.title_news_rss{
	position:relative;
	display:block;
	width:590px;
	height:34px;
	margin:0px 0 10px 0;
}

.rss_icon{
	position:absolute;
	left:565px;
	top:5px;
	width:14px;
	height:14px;
}

ul.news {
	list-style: none;
}
 
ul.news li {
	padding:3px 0 3px 0;
	list-style: none;
	font-size:12px;
	line-height:160%;
}




/*  H1
--------------------------------------------------------------*/

.top_rank{
	padding:220px 0 0px 22px;
}


.top_h1{
	position:relative;
	background: url(../image/top_h1_bg.gif) no-repeat;
	display:block;
	width: 900px;
	height:700px;
	margin:10px 0 0 0;
	padding:0;
}


.top_h1_detail{
	position:absolute;
	left:376px;
	top:145px;
	width: 501px;
	height: 84px;
	font-size:12px;
	line-height: 150%;
}

.top_h2_title{
	padding:10px 0 0 0;	
}

.top_h2{
	position:relative;
	display:block;
	padding:0;
	width: 690px;
	height: 227px;
	margin-bottom:5px;
}


.top_h2_detail{
	position:absolute;
	left:37px;
	top:139px;
	width: 250px;
}

.top_h2_detail2{
	position:absolute;
	left:36px;
	top:190px;
	width: 92px;
}

.top_h2_detail3{
	position:absolute;
	left:327px;
	top:139px;
	width: 250px;
}

.top_h2_detail4{
	position:absolute;
	left:325px;
	top:190px;
	width: 143px;
}

.top_h2_detail5{
	position:absolute;
	left:616px;
	top:139px;
	width: 250px;
}


.top_h2_detail6{
	position:absolute;
	left:616px;
	top:190px;
	width: 119px;
}


/*  Table
--------------------------------------------------------------*/
table.top_rank_big {
	margin:0 0 0 24px;
}


table.top {
	background-color:#FFFFFF;
	border-spacing: 0;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	width: 277px;
}


table.top td {
	text-align: left;
	font-size: 11px;
	line-height:150%;
	padding: 3px 2px 0 5px;
}

table.top td img {
	padding: 0px;
	margin:0px;
}

table.top td.top_ten_bg {
	background: url(../image/ten276.gif) no-repeat;
	vertical-align:bottom;
}


table.top th {
	background: url(../image/top_th_bg.gif) no-repeat;
	font-size: 12px;
	font-weight:bold;
	text-align: left;	
	padding-left:10px;
}

.rank_text {
	margin:0 0 0 5px;
	width:150px;
	color: #666666;
	background-color: #ddd;
	padding:1px;
}

.rank_date {
	width:880px;
	line-height: 150%;
}


/* TOP h1
--------------------------------------------------------------*/
h1#toph1{
	font-size:12px;
	font-weight:bold;
}

