@charset "utf-8";
/*** avex artist academy  CSS Document ***************************************
    ver.2009/1/31
    system.css
----------------------------------------------------------------***/
/**  system.css Menu *********************************************
    1.Layout
*******************************************************************
/*-----------------------------------------------------------------
    1.Layout
-------------------------------------------------------------------*/
div#wall{
    width: 940px;
    margin: 0px auto;
    text-align: center;
    background: url(../images/bg_base.gif) repeat-y;
}
div#wall-inner{
    background: url(../images/bg_base_top.jpg) no-repeat top;
}
div#wall-inbottom{
    width: 100%;
    padding-bottom: 17px;
    background: url(../images/bg_base_bottom.gif) no-repeat bottom;
    text-align: center;
}
div#wrap h2.page-title{
	height       : 63px;
    margin-bottom: 0px;
    background-image: url(../images/h1.gif);
}
/*メイン画像　*/
div#wrap h3{
    margin: 111px auto 0;
    line-height: 0;
    font-size: 0;
}
div#wrap div.locater{
    width: 890px;
    margin: 0px auto;
}
div#wrap div.locater div.suc_contents{
    width: 890px;
    height: 361px;
    margin: 0px auto;
    padding: 91px 35px 0;
    background: url(../images/bg_suc.jpg) no-repeat;
}
/*IE6以下用*/
*html div#wrap div.locater div.suc_contents{
    width: 870px;
    padding: 91px 0 0;
}
div.box-l {
    float: left;
    width: 270px;
    margin-top: 156px;
    text-align: left;
}
/*IE6以下用*/
*html div.box-l{
    margin-left: 35px;
    display: inline;
}
div.box-r {
    float: left;
    width: 265px;
    margin-top: 156px;
    margin-left: 285px;
    text-align: left;
}
div.column01 h4,
div.column02 h4,
div.column03 h4{
    line-height: 0;
    font-size: 0;
    padding: 11px 0px 10px 11px;
}
div.column01 ul.items,
div.column02 ul.items,
div.column03 ul.items{
    width: 245px;
    margin-left: 15px;
}
div.column01 ul.items li,
div.column02 ul.items li,
div.column03 ul.items li{
    padding-bottom: 9px;
    line-height: 1.4;
}
div#wrap div.locater div.btn-area{
    clear: both;
    width: 100%;
    margin-bottom: 52px;
    text-align: center;
}
div#wrap div.locater div.btn-area p{
    line-height: 0;
    font-size: 0;
}
/*clearfix--*/
