@charset "utf-8";
/*** avex artist academy  CSS Document ***************************************
    ver.2009/1/31
    link.css
----------------------------------------------------------------***/
/**  link.css Menu *********************************************
    1.Layout
*******************************************************************
/*-----------------------------------------------------------------
    1.Layout
-------------------------------------------------------------------*/
div#wrap h2.page-title{
    margin-bottom: 33px;
    background-image:url(../images/link/h1.gif);
} 
div.contents h3{
    line-height: 0;
    font-size: 0;
}
div.contents div.left-ct{
    float: left;
    width: 384px;
    padding-bottom: 4px;
}
div.contents div.right-ct{
    float: right;
    width: 384px;
    padding-bottom: 4px;
}
div.contents dl.link-area{
    clear: both; 
    width: 378px;
    padding: 10px 3px 10px 3px;
    background: url(../common/images/line_01.gif) repeat-x bottom;
    text-align: left;
}
/* For IE6 */
* html div.contents dl.link-area{ 
    width: 384px;
}
/**/
div.contents dl.link-area dt.link-logo{
    clear: both;
    float: left;
    width: 100px;
    line-height: 0px;
    font-size: 0px;
}
div.contents dl.link-area dd.link-text{
    margin-left: 105px;
    width: 273px;
}
/* For IE6 \*/
* html div.contents dl.link-area dd.link-text{
    margin-left: 102px;
    width: 273px;
}
/**/
div.contents dl.link-area dd dl{
    line-height: 1.3;
}
div.contents dl.link-area dd dl dd{
    font-size: 80%;
}
div.contents dl.link-area dd ul{
    padding-top: 8px;
    padding-bottom: 8px;
}
/*clearfix--*/

