@CHARSET "UTF-8";

/*** global ***/
* a { text-decoration: none; }
* a:link { color: #FF0000; }
* a:visited { color: #660000; }
* a:hover { color: #FF9900; text-decoration: underline; }
* a:active { color: #660000;  text-decoration: underline; }

* .left { text-align:left; }
* .center { text-align:center; }
* .right { text-align:right; }

body,td,th {
	font-size: 13px;
	font-family: "MS UI Gothic", Osaka, "ＭＳ Ｐゴシック";
	background-color: #FFFFFF;
	background-image: url("../img/");
	color: #000000;
}
body span.num {
    font-size: 12px;
    font-family: Verdana,Helvetica,Arial;
}
span.s1 {
    font-size: 10px;
    font-family: Verdana,Helvetica,Arial;
}
span.s2 {
    font-size: 10px;
}
span.b {
    font-weight: bold;
}
span.s {
    font-size: 9px;
    font-weight: normal;
}
span.new {
    color: #FF3300;
    font-weight: bold;
}
span.page {
    font-size: 12px;
    font-family: Verdana,Helvetica,Arial;
}
span.pageB {
    color: #DD0000;
    font-weight: bold;
}

/*** youtube ***/
img.img{ border-right: 5px solid #777777; border-bottom: 5px solid #555555; }