/*マルチデザイン化前のHTML用のCSS*/

body{
	color:rgb(198,198,198);
	background:rgb(166,159,131) url(dialog.png) 0 0 no-repeat fixed;
	padding:21px 0 93px 16px;
	font:normal normal 12px "ＭＳ Ｐゴシック",sans-serif;
	margin:0px;
	line-height:14px;
	cursor:default;
}
.fullscreenMode{
	background-color:#111;
}
p{
	width:195px;
}
a{
	color:rgb(255,255,181);
	text-decoration:none;
}
h1,
strong{
	color:rgb(255,255,255);
	font:normal normal 12px "ＭＳ Ｐゴシック",sans-serif;
}
.strongOfWhite	strong,
strong.strongOfWhite{
	color:rgb(255,255,255);
}
h1{
	margin-bottom:1em;
}
img{
	border:0px;
}

.tl{
	text-align:left;
}
.tc{
	text-align:center;
}
.tr{
	text-align:right;
}

.strong_blue	strong{
	color:rgb(173,255,255);
}
strong.yellow{
	color:rgb(255,255,181);
}

.sample{
	color:#0b0;
}
.sample	a{
	color:#0b8;
}

#coverTop{
	position:absolute;
	top:0;
	left:0;
	width:258px;
	height:21px;
	z-index:2;
	background:rgb(166,159,131) url(dialog.png) left top no-repeat;
}

#coverBottom{
	position:absolute;
	top:316px;
	left:0;
	width:258px;
	height:93px;
	z-index:2;
	background:rgb(166,159,131) url(dialog.png) 0 -316px no-repeat;
}
body > #coverTop{
	position:fixed;
}
body > #coverBottom{
	position:fixed;
}