@charset "Shift_JIS";

/*=============================================================================================*/
/* 基本構成 */
a { text-decoration:none; }
a:hover { background-color:#ffcc00; }
a:visited { color:#0055ff; }
a:active { color:#0055ff; }
a:link { color:#0055ff; }

/*=============================================================================================*/
/* サークルページ用 */

body.top { /*トップ画面*/
color:#444444;
background-color:#dddddd;
background-image:url('../image/bg_chara.png');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:100% 100%;
font-size:12px;
text-align:center;
padding:0px;
margin:0px;
}

a.image:hover {
background-color:transparent;
}

table.ranking {
font-size:12px;
width:600px;
border-style:solid;
border-color:#000000;
border-width:1px 1px 1px 1px;
}

td.ranktit {
text-align:center;
font-size:14px;
font-weight:bold;
}

td.ranking {
text-align:center;
}

td.dispo {
width:24px;
height:24px;
padding:0px;
margin:0px;
}


table.admin {
font-size:12px;
width:600px;
border-style:solid;
border-color:#000000;
border-width:1px 1px 1px 1px;
}

td.admintit {
text-align:center;
font-size:10px;
font-weight:bold;
border-right:1px dashed #cc6600;
padding:0px 5px 0px 5px;
}

td.admin {
text-align:center;
border-right:1px dashed #cc6600;
padding:0px 5px 0px 5px;
}



