/* GNOBLE デザインcss */

body {
      font-family:"メイリオ",Meiryo,"MS Pゴシック", Osaka, sans-serif;
      background-color:#ffeeff;
      text-align:center;
}
a:link { color: #0099ff;
}
a:hover { color: #ff0099;
}
a:active { color: #996600;
}

a.noline { text-decoration:none; }

h3 {
      font-size: 11px;
      color: #0066ff;
      background-color: #F0FFF0;
}

#outer {
margin: 0 auto;
width: 830px;
background: url(10bg.gif) repeat-y center top;
}


#contents {
      width: 782px;
      margin: auto;
      background-color:#ffffff;

      border: ridge 3px #aaaaaa;

      padding:10px;

      text-align:left;
}

.main {
      margin-left: 250px;
}

#leftside {
      position: relative;
      float: left;
      width: 396px;
      text-align: center;
}
#rightside {
      position: relative;
      float: left;
      width: 376px;
      text-align:left;
}
#hp {
      clear: left;
      position: relative;
      width: 782px;

      text-align: left;
}   
#flu {
      width: 782;
      padding: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative;
      border-top:solid 5px #ffff00;
      border-right:solid 5px #ffcc00;
      border-bottom:solid 5px #ffcc00;
      border-left:solid 5px #ffff00;
}

