@charset   "UTF-8";

body {
       font-size: 75%;
       text-align: center;
}

#wrapper {
       width: 900px;
       margin: 0 auto;
       background: #faf0e6;
}

#header {
       position: relative;
       width: 100%;
       height: 120px;
       background: url(onlinegame-underline.gif) repeat-x left bottom #ffb6c1;
}

h1 {
       position: absolute;
       right: 30px;
       top: 40px;
}

#sitelogo {
       position: absolute;
       left: 5px;
       top: 60px; 
}

#content {
       position: relative;
       width: 100%;
}

#rightmain {
       
       right: 0px;
       top: 0px;
       margin-left: 201px;
       
}

#leftmenu {
       position: absolute;
       width: 199px;
       left: 0px;
       top: 0px;
       
}

#commentbox {
       font-size: 1.3em;
       color: #800000;
       margin: 10px 0;
}

#rightmain p {
       border: solid 1px;
       line-height: 2em;
       padding: 10px;
       text-align: left;
       color: #808080;
       margin-bottom: 10px;
       background: #fff0f5;
       font-size: 1.2em;
}

#leftmenu p {
       border: solid 1px;
       line-height: 3em;
       padding: 15px;
       color: #808080;
       
}

#leftmenu a {
       color: #000000;
       display: block;
}

#leftmenu a:hover {
       background: #ffffff;
}

h2 {
       font-size: 1.7em;
       margin: 10px 0;
}

h2 a {
       color: black;
       font-weight: bold;
}

h3 {
       font-size: 1.1em;
}

h4 {
       font-size: 1.5em;
}

#footer {
        font-size: 1.3em;
        line-height: 1.8em;
}　　





















