{ padding: 0; margin: 0; }

body {
font-family: Arial, sans-serif; 
font-size: 11px; 
color: #fff; 
letter-spacing: 0px;
line-height: 18px;
text-align: left;
background:#fff url() repeat fixed 0 0;
padding: 0;
margin:0;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
color: #636363; 
letter-spacing: 0px;
line-height: 20px;
text-align: justify;
background-image:url("");
text-transform: none;
padding: 0px;
margin: 0px 30px 5px 30px;
}

h1, .header {
margin-top: 20px;
font-family: "Andale Mono", "Courier New", monospace;
font-weight: normal;
text-transform: uppercase;
font-style: none;
font-size: 18pt;
color: #ff5952;
letter-spacing: 0px;
text-align: center;
line-height: 100%;
}

h2 {
padding: 10px;
margin: 10px 20px 0px 20px;
font-family: "Andale Mono", "Courier New", monospace;
text-transform: none;
font-weight: normal;
font-size: 14pt;
color: #e6dbdb;
letter-spacing: -1px;
text-align: right;
line-height: 100%;
}

ol {
margin-right: 0px;
list-style-type: hiragana;
}

ul {
list-style-type: none;
}

li.mem {
color: #636363;
margin-left: 30px;
padding: 10px;
list-style-type: hiragana;
background-image: url("images/bgbg.png");
}

a:link, a:active, a:visited, a.visited {
font-family: Arial, Helvetica, sans-serif;
color: #ffa0a2; 
text-decoration:none;
font-style: bold;
text-transform: none;
 }

a:hover, a.hover  {
color: #fe575b;
text-decoration:none; 
 }

blockquote {
font: 12px "Courier New", serif;
background: #000 url('images/bgbg.png') repeat right top;
color: #fff; 
line-height: 18px;
text-align: center;
margin: 50px;
padding: 10px;
}

hr {
color: #FFFFFF; 
border-bottom: 2px solid;
border-top: 0px solid;
border-right: 0px solid;
border-left: 0px solid;
}

b, strong {
  color:#ff5952;
  }

u, em {
  color: #857bb4;
  }

i {
  color:#fe395b;
  font-style: normal;
  }

.right {
text-align: right;
}

.center {
text-align: center;
}

textarea, input {	
font-family: arial, sans-serif; 	
font-size: 11px;
color:#636363;	
border: 0px dotted #212121;
background-color: #111;
padding: 10px;
margin: 10px;
}

select {
color:#636363;
font-family: arial, sans-serif;
font-size: 11px;
border: #000000 0px solid;
text-align:left;
background-color: #111;
padding: 10px;
margin: 10px;
}

label {
text-align: left;
}

textarea:hover, textarea.hover, select:hover, select.hover, input:hover, input.hover {
background-color: #252525;
}

.image, .images {
border: #000 7px solid;
margin: 3px;
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

.image:hover, .image.hover, .images:hover, .images.hover {
border: transparent 7px solid;
background-image: url("images/bgbg.png");
background-repeat: repeat;
background-position: top;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
}

.side {
padding: 10px;
margin: 40px 0px 5px 0px;
}

.mstat {
margin-top: 30px;
font-size: 24px;
text-align: center;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

.ustat {
font-size: 12px;
text-align: center;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}

.footer {
margin-top: 50px;
padding: 10px;
filter:alpha(opacity=30);
-moz-opacity:.30;
opacity:.30;
border-top: #111 1px solid;
}

ul#navlist li {
display: block;
margin-left: -40px;
padding: 0;
background:#000 url() repeat fixed 0 0;
}

ul#navlist li a {
display: block;
color: #cfba80;
text-decoration: none;
font-style: normal;
font-size: 16px;
padding: 0.5em 0.5em 0.5em 2em;
text-transform: uppercase;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
color: #989898;
font-family: arial, sans-serif; 
border-bottom: #000 1px solid;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #fe395b;
border-left: #000 5px solid;
border-bottom: #101010 1px dashed;
}

ul#aho {
text-align: center;
margin-top: 20px;
padding-left: 0;
white-space: nowrap;
font-size: 12pt;
color: #fff;
}

ul#aho li {
display: inline;
list-style-type: none;
}

ul#aho a { padding: 15px 15px; }

ul#aho li#active a {
color: #fff;
background-color: none;
text-decoration: none;
-webkit-transition-property: color;
-webkit-transition-duration: 1s;
margin: 5px;
}

ul#aho li a:hover, ul#aho li#active a:hover {
color: #171717;
background-color: #111;
text-decoration: none;
}

.curved {
-moz-border-radius:10px;
-webkit-border-radius:10px;
behavior:url(border-radius.htc);
background-color: #000;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
}