
html {/*スクロールバー*/
	scrollbar-base-color: #000000; 
	scrollbar-arrow-color: white; 
}
a img {
    border-style:none;
} 
p {/*標準のフォント*/
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
	text-overflow: ellipsis;
	text-align: center;
}
.fontnomal {/*標準のフォント*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-overflow: ellipsis;
}
.fontnc {/*標準のフォントで中央そろえ*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-overflow: ellipsis;filter: 
	}
body {
	background: #000000 repeat-y url(back.jpg) left top;
}
h1 {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	font-variant: normal;
	text-align: center;
}
h2 {
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	font-variant: normal;
	text-align: center;
	font-size: 16pt;
}
table {/*標準のテーブル*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.gray {/*メニュー項目の設定*/
	background-color: #666666;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	text-overflow: ellipsis;
}
.rightgray {
	background-color: #8C8C8C;
	font-size: 9pt;
	text-overflow: ellipsis;
}
.category {/*カテゴリのテーブル*/
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	text-overflow: ellipsis;
}
.nomal {/**/
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8C8C8C;
	text-overflow: ellipsis;
}
.txtbox1 {/*管理人コメント欄*/
	width: 460px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	text-overflow: ellipsis;
}
hr {/*水平線*/
	color: #ffffff;
}
a:link {/*未アクセス*/
	color: #ffffff;
}
a:visited {/*アクセス済み*/
	color: #ffffff;
} …  
a:active {/*アクティブ時*/
	color: #ffffff;
}
.smtd{/*サムネイルセル*/
	width: 100px; 
	height: 75px; 
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}
.sdtd{/*解像度セル*/
	width: 140px; 
	text-align: center;
}
.gdtdx{/*画像情報テーブル*/
	border-style: double none none double;
	border: 2px #ffffff;
}
.gdtd-l{/*画像情報セル*/
	white-space: nowrap;
	height: 25px;
	border: 1px #ffffff;
	border-style: none double double none;
	text-align: right;
}
.gdtd-r{/*画像情報セル*/
	white-space: nowrap;
	height: 25px;
	border: 1px #ffffff;
	border-style: none double double none;
	text-align: left;
	width: 180px; 
}
.gdtd-px{/*ファイル選択セル*/
	text-align: right;
	height: 25px;
}
img{/*画像の右寄せ*/
	float: right;
}