/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h5, h6 { font-weight: normal; }

h4 { font-weight: bold; }

h1, h2, h3, h5, h6, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

h4 {
   margin-top: 5px;
   margin-bottom: 5px;
}

p { margin-bottom: 3px; }

/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


body
{
   min-width: 750px;
   color: #CCC;
   background-color: #000;
}

a { color: #aaa; text-decoration: none; }
a:hover { color: #CCC; }

.container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 750px;
   text-align: left;
   background-color: #000;
}

.container-inner
{

}

.header
{
   width: 750px;
   height: 105px;
   background: url(http://www.starfuckers.jp/img/logo_bnr.gif);
   background-repeat: no-repeat;
}

.banner_01
{
   width: 260px;
   float: left;
}

.banner_02
{
   padding: 60px 10px 0px 0px;
   width: 480px;
   font-family: Arial, verdana, 'trebuchet ms', sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-align: right;
   float: left;
}

.banner_02 a { color: #CCC; text-decoration: none; }
.banner_02 a:hover { color: #666; }

.main
{
   width: 400px;
   float: left;
}

.main_stage
{
   width: 750px;
   height: 445px;
}

.main_01
{
   width: 400px;
   height: 445px;
   float: left;
}

.main_02
{
   width: 350px;
   height: 445px;
   float: left;
}

.beta
{
   width: 270px;
   height: 445px;
   font-size: 14px;
   background-color: #000;
   float: left;
}

.beta-inner
{
   width: 250px;
   padding: 5px 20px 0 0;
}

.alpha
{
   width: 480px;
   height: 445px;
   font-size: 14px;
   background-color: #000;
   float: left;
}

.alpha-inner
{
   width: 460px;
   padding: 5px 0 0 20px;
}

.spacer
{
   margin: 10px 0px;
}

.footer_01
{
   width: 741px;
   height: 16px;
   padding: 0 5px 0 0;
   text-align: right;
   background-color: #000;
   border-width: 2px;
   border-style: solid;
   border-color: #CCC;
   clear:left;
}

.footer_02
{
   width: 750px;
   text-align: right;
   background-color: #000;
}

