
/************** プロフィール用ＣＳＳ **************/

#profile {
    padding: 30px 30px 10px 110px;
    background-image: url(title_profile.gif);
    background-repeat: no-repeat;
    background-position: 30px 15px;
}

#profile_pic {
    background-image: url(profile_pic.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#profile table {
}

.c1{
    padding: 0px 20px 8px 0px;
    vertical-align: top;
    font-weight: bold;
    color: #a44;
}

.c2{
    padding: 0px 20px 0px 10px;
    vertical-align: top;
}

#info {
    margin: 40px 0px 0px 0px;
    color: #888;
    font-weight: bold;
}

#info ul {
    margin: 5px 0px 0px 0px;
    list-style-type: disc;
    list-style-position: inside;
    color: #f00;
}

