﻿/*---JapanMetalDaily トップページ Stylesheet---*/


/*---全体構造(背景色・リンクの設定)---*/
BODY {
 background-color: #DFDFDF;
 font-family: sans-serif, arial;
}
a:link {
 color: #0020FF;
}
a:visited {
 color: #008F50;
}
a:hover {
 color: #2090FF;
}

/*---Copyright---*/
.copy {
 color: #666666;
 font-size: 9pt;
}

/*---普通のテキスト(1)---*/
P {
 color: #666666;
 font-size: 11pt;
 line-height: 14pt;
}

/*---普通のテキスト(2)---*/
.P {
 color: #666666;
 font-size: 11pt;
 line-height: 14pt;
}

/*---普通のテキスト(3)---*/
.P2 {
 color: #666666;
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
}


/*---太字のテキスト(1)青---*/
.h {
 color: #009999;
 font-size: 11pt;
 line-height: 14pt;
 font-weight: bold;
}

/*---太字のテキスト(2)グレー---*/
H2 {
 color: #666666;
 font-size: 12pt;
 font-weight: bold;
}

/*---太字のテキスト(3)グレーTD---*/
td.t1 {
 font-size: 11pt;
 color: #666666;
 font-weight: bold;
 font-family: Impact, sans-serif, arial;
}


/*---太字のテキスト(3)灰地黒字---*/
td.t2 {
 font-size: 11pt;
 color: #333333;
 font-weight: bold;
 background-color: #EFEFEF;
}


/*---記事リンク---*/
.news A { text-decoration: underline; }
.news A:link { color: #0020FF; }
.news A:visited { color: #008F50; }
.news A:hover { color: #2090FF; }
.news A { font-size: 11pt; }

/*---メニューリンク---*/
.menu A { text-decoration: underline; }
.menu A:link { color: #0066CC; }
.menu A:visited { color: #0066CC; }
.menu A:hover { color: #3399FF; }
.menu A { font-size: 10pt; }
.menu A { font-weight: bold; }
.menu { background-color: #E2EBED; }
.menu {
 font-size: 10pt;
 color: #444444;
 font-weight: bold;
}

/*---ヘッダー(1)---*/
.header A { text-decoration: none; }
.header A:link { color: #FFFFFF; }
.header A:visited { color: #FFFFFF; }
.header A:hover { color: #66CCFF; }
.header A { font-size: 11px; }
.header A { font-weight: bold; }
.header { background-color: #000000; }
.header span {
 padding: 3px;
 display: block;
}
.header {
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 color: #33CCCC;
 background-color: #000000;
}



/*---ナビゲーション---*/
.navi A { text-decoration: underline; }
.navi A:link { color: #FFCC00; }
.navi A:visited { color: #FFCC00; }
.navi A:hover { color: #33CCFF; 
 background-color: #000000; }
.navi A { font-size: 10pt; }
.navi A { font-weight: bold; }
.navi {
 font-size: 10pt;
 color: #FFFFFF;
 font-weight: bold;
}

/*---ナビゲーショ２---*/
.navi2 A { text-decoration: underline; }
.navi2 A:link { color: #0020FF; }
.navi2 A:visited { color: #008F50; }
.navi2 A:hover { color: #2090FF; }
.navi2 A { font-size: 12pt; }
.navi2 {
 font-size: 12pt;
 color: #444444;
.navi2 {
}

/*---市況１---*/
td.market1 {
 font-size: 11pt;
 color: #102020;
 font-weight: bold;
 background-color: #D0E0E0;
}

/*---市況２---*/
td.market2 {
 font-size: 10pt;
 color: #444444;
 font-weight: bold;
}

/*---市況(東京)---*/
td.tokyo {
 font-size: 11pt;
 color: #333333;
 background-color: #DFE9FF;
}

/*---市況(大阪)---*/
td.osaka {
 font-size: 11pt;
 color: #333333;
 background-color: #E2FEE0;
}

/*---アドレス---*/
table.address {
 border-collapse : collapse;
 border-spacing: 10px;
 border: 2px solid;
 border-color: #888888;
}

/*---リンク---*/
table.link {
 font-size: 12px;
}

/*---リンクカテゴリ---*/
.category {
 font-size: 16px;
 font-weight: bold;
}
