/* Edited with EditCSS */
/**** LINK-tag style sheet styles-site.css ****/

/* =====まずは初期化===== */

body{
/*margin:0; */
/*padding:0; */
font-size:13px;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
color:#eee;
}
/* h1,h2,h3,h4,h5,h6{ */
/* font-size:100%; */
/* font-weight:normal */
/* } */

/* ==== ここから下、個別の汎用ウィンドウ内飾りつけに使用 ==== */

/* 定義済クラス*/
a:link {
color: #FFEB05;
text-decoration: none;
font-weight:bold;
}
a:visited {
color: #FFEB05;
text-decoration: none;
font-weight:bold;
}
a:hover{
color: #FFEB25;
text-decoration: underline;
font-weight:bold;
}
a:active{
color: #ffffff;
text-decoration: underline;
font-weight:bold;
}

a img {
border:none;
}

.tabl1{
text-align:left;
border:1px solid;
border-color:#666 #222 #000 #444;
background-color:#181413;
padding:2px;
line-height:1.5em;
color:lightgreen;
}
.tabl2{
text-align:center;
border:1px solid;
background-color:#404646;
border-color:#666 #222 #000 #444;
padding:0px;
line-height:1.5em;
color:white;
font-weight:bold;
}
.tabl3{
text-align:left;
border:1px solid;
border-color:#666 #222 #000 #444;
background-color:#282423;
padding:4px;
height:20px;
font-size:24px;
font-weight:bold;
}



