@charset "utf-8";
/*** avex artist academy  CSS Document ***************************************
    ver.2009/1/31
    mailmagazine.css
----------------------------------------------------------------***/
/** mailmagazine.css Menu *********************************************
    1.Layout
*******************************************************************
/*-----------------------------------------------------------------
    1.Layout
-------------------------------------------------------------------*/
div#wrap h2.page-title{
    margin-bottom: 32px;
    background-image: url(../images/magazine/h1.gif);
}
div.maga-ct{
    width: 830px;
    height: 420px;
    margin: 50px auto 30px auto;
    background: url(../images/magazine/bg_main.jpg) no-repeat;
    text-align: left;
}
/*For IE6 \*/
* html div.maga-ct{
    height: 420px;
}
/**/
div.maga-ct div.inner{
    position: relative;
    width: 452px;
    margin-left: 378px;
}
div.maga-ct div.inner h3{
    line-height: 0;
    font-size: 0; 
}
div.maga-ct div.inner p.m-lead{
    line-height: 0;
    font-size: 0;
    margin-bottom: 11px;
}
div.maga-ct div.inner p.m-items{
    margin-left: 45px;
    color: #ffffff;
    margin-right: 26px;
    line-height: 1.3;
}
div.maga-ct div.inner div.box{
    position: absolute;
    width: 381px;
    padding: 9px 0px 9px 9px;
    top: 200px;
    left: 42px;
}
/* For IE6\*/
* html div.maga-ct div.inner div.box{
    width: 390px;
}
/**/
div.box p.qr{
    float: left;
    line-height: 0;
    font-size: 0;
}
div.box dl{
     float: right;
    width: 290px;
    padding-bottom: 10px;
}
/*For IE6 IE7 \*/
* html div.box dl{
    padding-bottom: 0px;
}
*:first-child + html div.box dl{
    padding-bottom: 0px;
}
/**/
div.box dl dt{
    line-height: 0;
    font-size: 0;
}
div.box dl dd{
    margin-bottom: 6px;
}
div.box ul.notes{
    clear: both;
    margin: 0px 13px 0px 9px;
}
div.box ul.notes li{
    margin-bottom: 5px;
    background: none;
    padding-left: 0px;
}
/*clearfix--*/

