/*==============================
  AkiraTakasaki.com
  blackbrown.css
==============================*/

/* == Default =========================================== */
body
{
  background-color: #C0C0C0;
  font-family: Tahoma,Osaka,Arial,MS UI Gothic;
  font-family: Osaka,MS UI Gothic;
  font-size: 9pt;
  margin: 10px;
  padding: 0px;
  text-align: center;
  *word-break: break-all;/*for IE of Windows*/
}
table
{
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 9pt;
color: #c0c0c0;
}
img
{
  border: 0px;
}

/* == Main =========================================== */
#inboxframe
{
  OVERFLOW: hidden;
  width:806px;
  background-color:#000000;
  background-image: url("../image/background.jpg");
  text-align:left;
  margin:0px auto;
  position: relative;
}
#inbox
{
  overflow: hidden;
  width: 800px;
  background-color: #ffffff;
  text-align: left;
  margin: 3px 3px 3px 3px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
#header
{
  width: 800px;
  height: 60px;
  background-image:url("../image/header.gif");
}
#title
{
  position: absolute;
    top: 0px;
    left: 0px;
}
#rss
{
  position: absolute;
    top: 41px;
    left: 753px;
}
#ticker
{
    width: 800px;
    height:18px;
    background-color: #404040;
    border-top: solid 1px #000000;
}
#menu
{
    width: 800px;
    height:17px;
    background-color: #c00000;
    padding-top: 1px;
    padding-left: 6px;
    border-bottom: solid 1px #000000;
}
#menu_information
{
    background-image: url(../image/btnMenuInformation.gif);
    background-repeat: no-repeat;
    width: 107px;
    height:15px;
    position: absolute;
    left: 0px;
}
#menu_release
{
    background-image: url(../image/btnMenuRelease.gif);
    background-repeat: no-repeat;
    width: 63px;
    height:15px;
    position: absolute;
    left: 109px;
}
#menu_live
{
    background-image: url(../image/btnMenuLive.gif);
    background-repeat: no-repeat;
    width: 36px;
    height:15px;
    position: absolute;
    left: 174px;
}
#menu_profile
{
    background-image: url(../image/btnMenuProfile.gif);
    background-repeat: no-repeat;
    width: 63px;
    height:15px;
    position: absolute;
    left: 212px;
}
#menu_message
{
    background-image: url(../image/btnMenuMessage.gif);
    background-repeat: no-repeat;
    width: 68px;
    height:15px;
    position: absolute;
    left: 277px;
}
#menu_contact
{
    background-image: url(../image/btnMenuContact.gif);
    background-repeat: no-repeat;
    width: 69px;
    height:15px;
    position: absolute;
    left: 347px;
}

#topflash
{
  width: 800px;
  height: 450px;
  background-color: #fbfbfb;;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#mainframe_table
{
  width: 800px;
  height: 540px;
  font-size: 100%;
}
#mainframe_scroll
{
  width: 800px;
  height: 540px;
  overflow: auto;
}
#mainframe
{
  width: 768px;
  margin-top: 6px;
  margin-left: 6px;
  margin-right: 6px;
  text-align: left;
}


/* == releaseCollection =========================================== */
#releasecollection
{
    width: 800px;
    height:86px;
    background-color: #000000;
    padding-top: 6px;
    text-align: left;
    position: relative;
}

/* == LinkIcon =========================================== */
#linkicon
{
    width: 800px;
    height: 75px;
    color: #d0d0d0;
    background-color: #000000;
    padding-top: 2px;
    padding-bottom: 0px;
    text-align: center;
}

/* == Others =========================================== */
.alt
{
    left: -999px;
    position: absolute;
    top: -5000px;
}
.clearfloat
{
    clear: both;
    display: block;
    font-size: 1%;
    height: 0px;
}
.divblock
{
  position: relative;
}
