@charset "UTF-8";

/* ******************************************

    [ index ] 2012.4.27
    
    AFART web site : profile
    
****************************************** */

#profile-box {
position: absolute;
left: 64px;
top: 120px;
width: 1056px;
color: #fff;
line-height: 1.6;
z-index: 10;
}

#profile-box h2 {
width: 247px;
height: 59px;
background: transparent url(../profile/img/fujimotoakira.png) 0 0 no-repeat;
margin-bottom: 1.5em;
text-indent: -9999px;
}

#profile-box p {
width: 350px;
margin-bottom: 2em;
}

#profile-box dl {
margin-bottom: 2em;
}

#profile-box dt {
float: left;
margin-right: 1em;
white-space: nowrap;
}

#profile-box dd {
padding-bottom: 0.5em;
}

#studio-box {
position: absolute;
top: 64px;
width: 100%;
height: 604px;
background-color: #666;
display: none;
}

#studio-box img {
position: absolute;
}


































































