@charset "utf-8";
/*** avex artist academy  CSS Document ***************************************
    ver.2009/1/31
    message.css
----------------------------------------------------------------***/
/**  message.css Menu *********************************************
    1.Layout
*******************************************************************
/*-----------------------------------------------------------------
    1.Layout
-------------------------------------------------------------------*/
div#wall{
    width: 970px;
    background: url(../images/bg_base.gif) repeat-y;
}
div#wall-inner{
    width: 970px;
    background: url(../images/bg_base_top.jpg) no-repeat top;
}
div#wall-inbottom{
    padding-bottom: 98px;
    background: url(../images/bg_base_bottom.gif) no-repeat bottom;
    text-align: center;
}
/*For IE6 IE7\*/
* html div#wall-inbottom{
    padding-bottom: 83px;
}
*:first-child + html div#wall-inbottom{
    padding-bottom: 83px;
}
/**/
div#wrap h2.page-title{
    margin-bottom: 0px;
    background-image:url(../images/h1_index.gif);
    height:63px;
}
div#wrap{
    text-align: left;
}
div#wrap div.locater{
    width: 832px;
    margin-left: 35px;
    text-align: left;
}
/*------------------------------------------サブナビゲーション　*/
div#wrap ul.sub-navi li{
    padding-bottom: 0px;
}
/*---------------------------------------------メイン画像部分*/
div.main-ct{
    clear: both; 
    width: 900px;
    height: 580px;
    overflow: hidden;
}
div.main-ct h3,
div.main-ct p,
div.main-ct dl{
    text-indent: -9999px;
}
/*---------------------------------------左コンテンツ*/
div.left-ct{
    float: left;
    width: 461px;
}
div.left-ct p{
    margin-bottom: 23px;
    color: #000000;
}
/*---------------------------------------右コンテンツ*/
div.right-ct{
    float: right;
    width: 334px;
    background: url(../images/bg_prof.gif) repeat-y;
}
div.right-ct div.inner{
    width: 334px;
    background: url(../images/bg_prof_top.gif) no-repeat top;
}
div.right-ct div.in-bottom{
    width: 334px;
    min-height: 78px;
    padding-top: 19px;
    padding-bottom: 32px;
    background: url(../images/bg_prof_bottom.gif) no-repeat bottom;
}
/*For IE6 \*/
* html div.right-ct div.in-bottom{
    height: 129px;
}
/**/
div.right-ct h4{
    padding: 0px 1px 18px 17px;
    line-height: 0;
    font-size: 0;
}
div.right-ct p{
    margin-left: 20px;
    margin-right: 19px;
    line-height: 1.4;
    color: #000;
    font-size: 100%;
}
/*clearfix--*/
