/* 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
{
   margin: 20px 0px;
   min-width: 750px;
   color: #000;
   background-color: #FFF;
}

a { color: #666; text-decoration: none; }
a:hover { color: #CCC; }

.container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 750px;
   text-align: left;
   background-color: #FFF;
}

.top_container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 950px;
   text-align: left;
   background-color: #FFF;
}

.header
{
   margin-bottom: 5px;
}

.main_img
{
   margin-bottom: 10px;
}

.content_stage
{
}

.right_stage
{
   margin: 0 20px 0 0;
   width: 241px;
   height: 300px;
   float: left;
}

.left_stage
{
   margin: 0 20px 0 0;
   width: 429px;
   height: 300px;
   text-align: right;
   float: left;
}

.twitter
{
   margin: 0 20px 20px 0;
   width: 220px;
   float: left;
}

.right2_stage
{
   width: 241px;
   float: left;
}

.left2_stage
{
   margin: 0 0px 0 20px;
   width: 489px;
   text-align: right;
   float: left;
}

.right3_stage
{
   width: 241px;
   float: left;
}

.left3_stage
{
   margin: 0 0 0 20px;
   width: 489px;
   float: left;
}

.left4_stage
{
   margin: 0 0 0 20px;
   width: 429px;
   float: left;
}

.navi
{
   text-align: left;
   margin: 0 0 10px 0;
   font-size: 12px;
}

.menu_img
{
   margin-bottom: 10px;
}

.sound_img
{
   text-align: left;
   margin-left: 30px;
   margin-bottom: 5px;
}

.sound_ct_left
{
   width: 229px;
   text-align: left;
   margin-bottom: 5px;
   float: left;
}

.sound_ct_right
{
   width: 260px;
   text-align: right;
   margin-bottom: 5px;
   float: left;
}

.wait
{
   padding-top: 40px;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
}

.profile_img
{
   text-align: left;
   margin: 0 0 5px 30px;
}

.profile_text
{
   text-align: left;
   margin: 0 0 5px 30px;
   font-size: 14px;
   font-weight:bold;
   color: #666;
}

.link_a
{
   width: 200px;
   font-size: 14px;
   float: left;
}

.link_b
{
   width: 269px;
   font-size: 14px;
   float: left;
}

.footer_a
{
   clear:both;
   text-align: right;
   margin-bottom: 3px
}

.footer_b
{
   text-align: right;
   font-size: 18px;
   font-weight: bold;
   color: #FFFF00;
}

.link_box_a
{
   clear:both;
   width: 200px;
   margin-bottom: 10px;
   text-align: left;
   float: left;
}

.link_box_b
{
   width: 205px;
   margin-bottom: 10px;
   font-size: 14px;
   text-align: left;
   padding: 0 0 0 4px;
   float: left;
}

