@charset "utf-8";
/*** avex artist academy  CSS Document ***************************************
    ver.2009/1/31
    sitemap.css
----------------------------------------------------------------***/
/**  sitemap.css Menu *********************************************
    1.Layout
*******************************************************************
/*-----------------------------------------------------------------
    1.Layout
-------------------------------------------------------------------*/
div#wall-inbottom{
    padding-bottom: 23px;
}
div#wrap h2.page-title{
    margin-bottom: 33px;
    background-image: url(../images/sitemap/h1.gif)
}
div.locater{
    width: 843px;
    margin: 0px auto;
}
div.left-ct{
    float: left;
}
div.right-ct01,
div.right-ct02{
    float: right;
}
div.left-ct,
div.right-ct01{
    width: 412px;
    background: url(../common/images/bg_w412_inner.gif) no-repeat top;
    margin-bottom: 15px;
    padding-top: 14px;
}
div.right-ct02{
    width: 412px;
    margin-bottom: 15px;
    padding-top: 2px;
}
div.inner01,
div.inner02,
div.inner03,
div.inner04{
    width: 412px;
    padding-bottom: 14px;
    background: url(../common/images/bg_w412_outer.gif) no-repeat bottom;
    text-align: center;
}
div.inner01{
    min-height: 93px;
}
div.inner02{
    min-height: 187px;
}
div.inner03{
    min-height: 142px;
}
div.inner04{
    min-height: 188px;
}
/*For IE6 \*/
* html div.inner01{
    min-height: 107px;
}
* html div.inner02{
    min-height: 201px;
}
* html div.inner03{
    min-height: 129px;
}
* html div.inner04{
    min-height: 202px;
}
/**/
div.in-box{
    width: 380px;
    margin: 0px auto;
    text-align: left;
}
div.in-box h3{
    margin-bottom: 10px;
    line-height: 0px;
    font-size: 0px;
}
div.in-box ul{
    width: 360px;
    margin-left: 10px;
}
div.in-box ul li{
    padding-left: 14px;
    background: url(../images/sitemap/mark_sitemap01.gif) no-repeat 0 8px;
    line-height: 2.0;
}
div.right-ct02 ul{
    float: left;
    width: 190px;
    padding-left: 15px;
    border-color: #efefef;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    text-align: left;
}
/* For IE6 \*/
* html div.right-ct02 ul{
    width: 206px;    
}
/**/
div.right-ct02 ul li{
    padding-left: 14px;
    background: url(../images/sitemap/mark_sitemap02.gif) no-repeat 0 8px;
    line-height: 2.0;
}        
/*clearfix--*/
