/*Kiݒ
---------------------------------------------------------------------------------------------------------*/
#stair {
	color: rgba(255,255,255,1);
	text-align: center;
	margin: 40px auto;
	padding: 40px;
	background-color: rgba(0,0,0,1);
	background-image: url(img/1toB1A_500.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-shadow: black 3px 3px 5px;
	font-size: 14px;
  scrollbar-arrow-color:#464646;
  scrollbar-face-color:#464646;
}


#stair a:visited,#stair a:link {
	color: rgba(20,183,210,1);
}

#stair a:hover {
	color: #CCC;
	background-color: rgba(0,0,0,0);
}

#stair #notice {
	background: rgba(0,0,0,0.3);
	line-height: 2;
	display: block;
	text-align: center;
	margin: 382px auto 0 auto;
	padding: 0;
}

#stair #notice em{
	color: rgba(255,0,0,1);
	font-style: normal;
}

#stair #notice p{
	white-space: pre-wrap;
}


#stair p.down {
	margin: 100px;
}


a {
	text-decoration:none;
}


#plate {
	display: block;
	text-align: center;
	margin: 0 auto 40px auto;
	padding: 5px;
	color: black;
	font-weight: bold;
	text-shadow: 2px 2px 1px rgba(155,155,155,1);
	font-style: ;
	font-family: serif;
	background-color: rgba(85,85,85,1);
	border: 5px solid rgba(100,100,100,0.7);
	border-image-source: url('img/border.png');
	border-image-slice: 8 8;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.5);
	border-radius: 0.3em;
	width: 150px;
}

#plate a:link,#plate a:visited {
	color: rgba(0,0,0,0.6);
}

#plate a:hover {
	color: rgba(155,155,155,1);
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}
