*{
	padding:0px;
	margin:0px;
	border:0px;
}

body{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top center;
	font-family:'Old Standard TT';
	font-size:20px;
	text-shadow:2px 2px 2px #000;
	color:#984;
	vertical-align:top;
	text-align:center;
	line-height:1.0;
	margin:20px auto;
	width:1000px;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

hr{
	height:0px;
	border-top:1px dashed #a73;
	margin:20px;
}

table{
	width:100%;
}

td{
	font-family:'Old Standard TT';
	font-size:20px;
	text-shadow:2px 2px 2px #000;
	text-align:center;
	color:#eee;
	vertical-align:top;
}

h1{
	font-family:'Old Standard TT';
	color:#db5;
	font-size:25px;
	font-weight:normal;
	margin:20px auto;
	margin-top:0px;
	display:block;
	line-height:1.0;
}

p{
	text-align:justify;
	margin-top:20px;
	margin-bottom:20px;
}

ul,ol{
	text-align:left;
}

ol li{
	margin-left:50px;
}

ul li{
	list-style-type:none;
	margin:10px;
}

blockquote{
	background:rgba(50,50,50,0.5);
	border-left:2px solid rgb(255,200,150);
	padding:30px;
	color: rgb(255,230,180);
}

#left{
	width:300px;
}

#menu{
	position:fixed;
	width:300px;
	margin-top:-20px;
}

#menu a,.menu a{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:top center;
	border:2px solid #db7;
	border-radius:10px;
	border-right:2px solid #fea;
	border-bottom:2px solid #a73;
	color:#db7;
	display:block;
	font-family:'Old Standard TT';
	font-weight:bold;
	line-height:0.8;
	font-size:17px;
	letter-spacing:3px;
	margin:10px;
	padding:10px;
	text-decoration:none;
	text-align:center;
}

.menu a{
	margin:5px;
	padding:5px;
	font-size:16px;
}


#menu a.selected{
	background-image:url("../gif/1.gif");
	background-repeat:no-repeat;
	background-position:top center;
}

#menu a:hover{
	box-shadow:0px 0px 25px #fa7;
}

#sub-menu{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap:10px 30px;
	font-size:17px;
	margin-right:10px;
	border-top:1px dashed #a73;
	border-bottom:1px dashed #a73;
	padding:10px;
}

#sub-menu li{
	padding:0;
	margin:0;
} 

#sub-menu li a{
	line-height:1.1;
}

#right{
	width:700px;
}

h1{
	font-size:40px;
}

b{
	font-weight:normal;
	color:#fea;
}

a{
	color:#db7;
}

a:hover{
	color:#fff;
}

#right img,#right video,#right iframe{
	max-width:500px;
	max-height:500px;
	border:2px solid #777;
	border-radius:10px;
	box-shadow:2px 2px 2px #000;
	margin:20px auto;
	display:block;
}

#right iframe{
	height:300px;
	width:700px;
}

#right img.gl{
	width:auto;
	border:0px;
}

#right .img1,#right .img2{
	display:inline-block;
	border:0px;
	border-radius:0px;
	width:auto;
	box-shadow:0px 0px 0px #000;
	margin:0px;
}

#right .img2{
	display:block;
	margin:20px auto;
}

#right table td{
	width:50%;
}

#right td img{
	width:auto;
}

#right ul{
	margin:20px;
}

#right ul li{
	list-style-image:url("../png/1.png");
}


#msg{
	font-family:'Old Standard TT';
	font-size:20px;
	display:block;
	position:fixed;
	z-index:10000;
	background:rgb(0,0,0);
	color:#fea;
	top:50%;
	left:50%;
	width:300px;
	height:100px;
	margin-left:-150px;
	text-align:center;
	padding:10px;
	border:2px solid #fea;
}
#button{
	font-family:'Old Standard TT';
	font-size:20px;
	display:block;
	background:rgb(0,0,0);
	color:#fff;
	text-align:center;
	width:100px;
	padding:5px;
	margin:10px auto;
	cursor:pointer;
	z-index:10001;
	border:2px solid #fea;
}

#bottom_menu{
	font-size:15px;
	text-align:center;
	padding:10px;
}