/* ターゲティングおよび関連サイト全ページのスタイル指定 */

/* 共通のスタイル */
body {
 background-image : url(../img/main/back100.jpg);
 background-color : #000000;
 background-attachment: fixed;
 background-repeat : no-repeat;
 color: #FFFFFF;
 font-size: x-small;
 cursor: default;
 scrollbar-3dlight-color: #0000CC; /*左端と上端の色指定*/
 scrollbar-arrow-color: #330066; /*矢印の色指定*/
 scrollbar-base-color: #00ffff; /*ベースの色指定*/
 scrollbar-darkshadow-color: #330066; /*右端と下端の色指定*/
 scrollbar-face-color: #33CCFF; /*スクロールバーの表面の色指定*/
}
td {
 font-size: x-small;
 background-repeat : repeat-y;
}

.myComment {
 color:#ffffff;
 border-style:solid;
 background-color:#111111;
 border-color:#EEEEEE;
 font-size:small;
}

/* リンク関連のスタイル */
a {
 text-decoration: none;
 color: #FFFFFF;
}
a:visited {
 color: #FFFFFF;
}
a:hover {
 text-decoration: underline;
 color: #CCCCFF;
 outline: none; 
}
a:active {
 color: #FFFFFF;
}
a{
  cursor : default; /*リンク上におけるカーソルの形状指定*/
}
a.rank:hover { 
 position: relative; 
 top: 1px; 
 left: 1px; 
 outline: none; 
}

/* 固有のスタイル */
.01 {
 font-size: xx-small;
}
.02 {
 font-size: small;
}
.03 {
 font-size: medium;
}
.04 {
 font-size: x-small;
}
.logo {
 font-size: 33px;
 color: #FFFFFF;
 font-family: ＭＳ ゴシック;
}
.up {
 color: #BB0000
}

/* 掲示板用特別スタイル */
.bbs {
 color : black;
}

a.link {
 text-decoration: none;
 color: #000000;
}
a.link:visited {
 color: #000000;
}
a.link:hover {
 text-decoration: underline;
 color: #666666;
 outline: none; 
}
a.link:active {
 color: #000000;