@charset "Shift_JIS";

/*-----全体-----*/

/* contentプロパティの初期化 */
*:before,
*:after {
content : "";
}


* {
margin : 0;
padding : 0;
font-size : 10px;/* 文字サイズ */
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
line-height:120%;/*行の高さ*/
}

/*-----BODY要素【黒背景】-----*/
body {
background-color:#000000;/*背景色*/
color:#ffffff;/*テキスト色*/
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#000000;
scrollbar-darkshadow-color:#000000;
}


/*-----IMG要素-----*/
img {
border:0;
}


/*-----A要素-----*/
a:link{/*未アクセスリンク*/
color:#ffcc00;/*色*/
font-weight: bold;
text-decoration:none;/*装飾*/
}
a:visited{/*既アクセスリンク*/
color:#ffcc00;
font-weight: bold;
text-decoration:none;
}
a:active{/*クリックした瞬間*/
color:#ffcc00;
font-weight: bold;
text-decoration:none;
}
a:hover{/*オンマウス*/
color:#ffffcc;
font-weight: bold;
text-decoration:none;
cursor:crosshair;/*カーソルの形*/
}



/*-----ルビ-----*/
rp{font-size:5pt;}
rt{font-size:5pt;}



/*-----ライン-----*/
hr{
width:100%;
color:#ffffff;/*色*/
height:1;/*太さ*/
}


/*-----テーブル要素【記事部分】-----*/
table.entry {
width : 600px;
height : 400px;
background-image:url(img/wall.jpg);
background-attachment:fixed;
}

/*-----ギャラリーサムネイル-----*/
td.gallery {
width : 80px;
height : 80px;
background-color : #000000;
text-align : center;
}

/*-----別窓-----*/
td.s-left {/*写真小テーブル画像側*/
width : 300px;
height : 230px;
text-align : right;
padding : 5px 5px 0 0; 
}

td.s-right {/*写真小テーブルテキスト側*/
text-align : left;
padding : 5px 0 0 0; 
}

td.large {/*写真大テーブル*/
text-align : center;
padding : 20px 0 0 0; 
}
