@charset "Shift_JIS";

/* Stylesheet Document */

/* --------------------
 * 初期設定
--------------------*/

body {
	background-image: url("../img/bg_main.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFCB1A;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

body, a, table tr th, table tr td {
	color: #9E7003;
	font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 140%;
}

a {
	coloc: #9E7003;
}

a:hover {
	color: #AA1100;
}

strong {
	color: #865F02;
}

table, img {
	border: none;
}

h1 {
	margin: 0px;
	padding: 0px;	
	font-size: 12px;
	color: #FF981A;
	margin-left:8;
	font-weight:lighter;
}
h1 a{
	color: #FF981A;
	text-decoration:none;
}




/* --------------------
 * ヘッダー
--------------------*/

table.header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2A300;
	border-left: 1px solid #D2A300;
	border-right: 1px solid #D2A300;
}

.txt{
color:#FFFFFF;
}

/* --------------------
 * グローバルナビゲーション
--------------------*/

table.globalnavi {
	background-image: url("../img/shadow_bottom.gif");
	background-position: left top;
	background-repeat: repeat-x;
	text-decoration:none;
}

table.globalnavi tr td {
	color: #FFE8A2;
}

table.globalnavi tr td a {
	color: #664F00;
		text-decoration:none;
}

table.globalnavi tr td a:hover {
	color: #AA1100;
}


/* --------------------
 * メイン
--------------------*/

table.main {
}

table.main tr td table tr td.container {
	background-color: #FFFFFF;
	border-bottom: 1px solid #D2A300;
	border-left: 1px solid #D2A300;
	border-right: 1px solid #D2A300;
	border-top: 1px solid #D2A300;
	padding: 0px 0px 20px 0px;
	width: 100%;
}

table.main tr td table tr td.container h2 {
	background-color: #FB8F0D;
	background-image: url("../img/img_handglass.gif");
	background-position: 8px center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C26C03;
	color: #FFFFFF;
	font-size: 12px;
	margin: 1px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

table.main tr td table tr td.container h3 {
	background-image: url("../img/img_circle.gif");
	background-position: 8px center;
	background-repeat: no-repeat;
	color: #FB8F0D;
	height: 20px;
		font-size: 13px;
	margin: 0px 0px 16px 8px;
	padding: 4px 0px 0px 40px;
	text-align: left;
}

table.main tr td table tr td.container img.topics {
	border: 1px solid #C1BAB5;
	padding: 1px;
}

table.main tr td table tr td.container ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

table.main tr td table tr td.container ul li {
	background-color: #FB8F0D;
	background-image: url("../img/img_arrow.gif");
	background-position: 14px center;
	background-repeat: no-repeat;
	background-color: #FFF1C8;
	border-bottom: 1px solid #FFD75B;
	margin: 1px;
	padding: 6px 6px 6px 30px;
	text-align: left;
}

table.main tr td table tr td.container ul li a {
	color: #865F02;
	text-decoration:none;
}

table.main tr td table tr td.container ul li a:hover {
	color: #AA1100;
}

table.main tr td table tr td.shadow_bottom {
	background-image: url("../img/shadow_bottom.gif");
	background-position: left top;
	background-repeat: repeat-x;
	height: 5px;
}

table.main tr td table tr td.shadow_right {
	background-image: url("../img/shadow_right.gif");
	background-position: left top;
	background-repeat: repeat-y;
	width: 5px;
}


/* --------------------
 * メイン - トピックス
--------------------*/

table.topics {
	margin: 0px 0px 30px 0px;
	width: 350px;
}

table.topics tr td a {
	color: #865F02;
	font-weight: bold;
}

table.topics tr td a:hover {
	color: #AA1100;
}

table.topics tr td p {
	margin: 4px 12px 0px 12px;
	padding: 0px;
}


/* --------------------
 * メイン - ランキング
--------------------*/

table.ranking {
	margin: 0px 0px 30px 0px;
	width: 350px;
}

table.ranking tr td a {
	color: #865F02;
	font-weight: bold;
}

table.ranking tr td a:hover {
	color: #AA1100;
}

table.ranking tr td p {
	margin: 4px 12px 0px 0px;
	padding: 0px;
}


/* --------------------
 * テーブル
--------------------*/

table.detail {
	background-color: #FEA702;
	margin: 12px 0px 0px 0px;
	width: 96%;
}

table.detail tr td.title {
	background-color: #FFD74A;
	color: #634501;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 33%;
}

table.detail tr td {
	background-color: #FFFFFF;
	color: #634501;
	font-size: 11px;
	font-weight: bold;
	width: 33%;
}

table.detail tr td.speed {
	font-weight: normal;
}


/* --------------------
 * サイドバー
--------------------*/

td.sidebar {
	background-image: url("../img/dotline.gif");
	background-position: left top;
	background-repeat: repeat-y;
	width: 180px;
}

td.sidebar table tr td p {
	color: #DBA935;
	font-size: 10px;
	margin: 0px 0px 26px 0px;
	padding: 0px;
}

td.sidebar tr td a {
	color: #4F4E42;
	font-size: 10px;
}


/* --------------------
 * フッター
--------------------*/

p.pagetop {
	margin: 25px 30px 1px 0px;
	padding: 0px;
	text-align: right;
}

p.footer {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 6px;
}

table.footer tr td {

}



ol.ranking {
	margin: 0px 0px 0px 30px;
	padding: 5px;
	text-align:left;
}

ol.ranking li {
	margin: 0px 4px 8px 0px;
	padding: 0px;
	font-size:12px;
}

.infotb{
border:1px solid #4E8399;
border-collapse:collapse;
margin:5px 0px;;
width:370px;
}

.infotb td{
border:1px solid #4E8399;
background-color:#F5FBEE;
padding:10px;
color:#102256;
font-size:12px;
text-align:left;
}

.infotb td.cardname{
background-color:#FB8F0D;
font-weight:bold;
color:#ffffff;
text-align:left;
border-right:none;
padding:2px 5px;
}

.infotb td.bts{
	border-left:none;
	background-color:#FB8F0D;
	text-align:right;
	padding: 2px 5px;
}
.infotb td table.catchs{
border:none;
width:340px;
}

.infotb td table.catchs td{
border:none;
padding:0px;
}

.infotb td table.info{
border-collapse:collapse;
margin-top:10px;
width:340px;

}
.infotb td table.info td{
background-color:#ffffff;
padding:3px 6px;
}
