@import url("common.css");


/*　下記★★まではここのTOPに画増を掲載するソースを貼り付けてます。 */
body {
background-color: #000000;}　　　　/* ★ここを黒背景に変更している */

/* 文字列を出来るだけ真ん中に */
body, div, caption {
text-align: center;}

/* 総アクセス数の下に画像を表示 */
#counter {
background-image: url("");
background-repeat: no-repeat;
background-position: center bottom;
padding-bottom:100 px;}

/* ここまで★★これより上の部分はTOPに画像を挿入してるソースです。 */


/* Mozilla系ブラウザでも真ん中に配置されるように */
table, caption {
margin-right: auto;
margin-left: auto;}


/* ★下記は、表(table)の表題(caption)を枠で囲う部分だけど、今は/*～*/で動作停止させている */
/*caption {
border: 1px solid #666666;}*/


/* ★表の中の文字列までもが真ん中寄せだと見辛いので左寄せに */
td {
text-align: left;}



/* ★Mozilla系のみページ上部に表示。「content :"";」の""の中身は各自変えて下さい。 */

body:before {
content: "at eclat cyber city";}


/* ★body */

body {
_text-align:center;}


/* ★下記は「総アクセス数」の部分 */

#counter:before {
content: "《";}
#counter:after {
content: "》";}

#counter {
color: #ffffff;　　　　/* ★ここの文字色を変える。今は白色にしてる */
text-align: center;
font: bold 1em/120% Verdana,sans-serif;} /* ★総アクセス文字のサイズ調整 */
<font color=red>赤い文字</font>



/* ★下記はテーブル部分 */

table {
width: 80%;
margin: 1em auto 2em;
display: table;}

caption {
border-bottom: 10px solid #B70030; /* ★各表題の下に罫線を表示するもので今は赤色に設定してる */
margin: 0.1em;
padding: 0.2em;
display: table-caption;
width: 100%;
color: #ffffff; 　　 /* ★各表題文字の色ここの文字色を変えればいいと思う、今白色にしてる */
font: bold 1em/140% Verdana,sans-serif; /* ★最近100人の文字サイズ調整 */
text-align: center;
caption-side: top;}


/* ★下記は訪問者表示部分「最近○人の足跡」だけの調整するところ */

#messages .add {
font-size: 0.8em;}

#messages .user_id {
display: table-cell;
text-align: center;}

#messages .user_id a {
padding: 1px 1px; /* ★訪問者と訪問者の行間調整 */
width: 15em;} 　　 /* ★表示横幅調整、大きくすると広がる */

#messages .user_id:hover, .user_id a:hover {
background-color: #B70030;
color: #B70030;}


/* ★下記は訪問者のコメント部分の文字色調整 */
#messages .message { 
color: #ffffff;}

/* ★下記は訪問者の年月日の文字色調整 */
#messages .date { 
text-align: right;
color: #ffffff;}



/* ★「最近30日の日別統計」「最近30日の時間帯別統計」「最近30日の曜日別統計」 */

/* ★下記は「最近30日の日別統計」部分の調整 */
#days .day, #hours .hour, #wdays .wday { 
text-align: right;
color: #ffffff;}

/* ★下記は「最近30日の時間帯別統計」部分の調整 */
#days .count, #hours .count, #wdays .count {
text-align: center;
color: #ffffff;}