#container {
margin: 15px;
width : 80%;
border: 5px solid #201D18;
background-color: #000000;
}
#menu {
margin: 10px;
width: 100%;
}
#menu a {
font-size: 20px;
color: #DEAE6E;
}
#menu a:hover {
display: block;
font-size: 20px;
color: #FFFFA6;
background: #4F1E22;
}
#menu-index {
margin: 10px;
width: 100%;
}
#menu-index a {
font-size: 50px;
color: #DEAE6E;
}
#menu-index a:hover {
display: block;
font-size: 50px;
color: #FFFFA6;
background: #4F1E22;
}
#content {
width: 100%;
margin: 10px;
}
#spon {
width: 100%;
margin: 10px;
}
#spon a {
font-size: 36px;
color: #DEAE6E;
}
#spon a:hover {
display: block;
color: #FFFFA6;
background: #4F1E22;
}
body {
text-align: center;
color: #DEAE6E;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
background: #000000;

	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #003300;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #201D18;
	scrollbar-arrow-color: #ffffff;
	/*background-image: url(../media/bg.gif);
	background-attachment:fixed;
	background-color: #641664;*/
}
h1 {
font-size: 36px;
color: #ffffff;
font-weight: bold;
margin: 0px;
}
h2 {
font-size: 20px;
color: #ffffff;
font-weight: bold;
margin: 0px;
}
a {
font-size: 12px;
}
a:link {
text-decoration: none;
color: #999999;
}
a:visited {
text-decoration: none;
color: #CCCCCC;
}
a:hover {
text-decoration: none;
color: #990000;
}
a:active {
text-decoration: none;
color: #990000;
}
.style1 {color: #000000;
font-size: 18px;
}
.style2 {color: #8D0000}
.style3 {font-size: 24px}
.imgb {border: 4px solid #000000}
a:hover .imgb {border: 4px solid #DEAE6E}