html {
	scrollbar-face-color: #000000;	/* 表面: A */
	scrollbar-track-color: #000000;	/* 溝:   B */
	scrollbar-arrow-color: #666666;	/* 矢:   C */
	scrollbar-3dlight-color: #000000;	/* 上左外:B */
	scrollbar-highlight-color: #666666;	/* 上左内:C */
	scrollbar-shadow-color: #666666;	/* 下右内:C */
	scrollbar-darkshadow-color: #000000;	/* 下右外:B */
}

body {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	background-color: #000000;
	color: #CCCCCC;
	font-size: 12px;
	line-height: 140%;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#box {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 980px;
	height: 560px;
	margin-left: -490px;
	margin-top: -280px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url('/sorrymama.it/imm/bg_01.jpg');
	background-repeat: no-repeat;
	background-position: left top
}

td,th {
	font-family: "Verdana", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka";
	color: #CCCCCC;
	font-size: 12px;
	line-height: 140%;
}

a:link {
	color: #33FFFF;
	text-decoration: none;
}

a:visited {
	color: #33FF99;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.button {
	background-color: #999999;
}

.dash {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

.font_10 {
	font-size: 10px;
}
