/* リンクつき画像 */
a img {
    border: 0;
}

/*ページタイトル*/
.news_title {
    margin-bottom:10px;
    background-image: url("http://www.cengage.jp/gvrl/img/title.gif");
    text-indent:-999999px;
    line-height:70px;
}

/*商品情報*/
.titlelist {
    vertical-align: top;
}
.titlelist #name {
    font-size: 10pt;
    font-weight: bold;
}
.titlelist #detail {
    font-size: 8pt;
    font-weight: none;
}

/*インタビュー*/
#q {
    margin:15px 0 0 0px;
    background-image: url("http://www.cengage.jp/gvrl/img/question.gif");
    background-repeat:no-repeat;
    padding:5px 10px 5px 28px;
    line-height:18px;
    color: #0089c5;
}
#a {
    margin:15px 0 0 0px;
    background-image: url("http://www.cengage.jp/gvrl/img/answer.gif");
    background-repeat:no-repeat;
    padding:5px 10px 5px 28px;
    line-height:18px;
}
#v {
    margin:15px 0 0 28px;
    padding-right: 10px;
    line-height:18px;
    color: #0089c5;
}
#n {
    margin:15px 0 0 28px;
    padding-right: 10px;
    line-height:18px;
}

/*インタビュー・プロフィール*/
.prof {}
#top {
    margin:0px;
    background-image: url("http://www.cengage.jp/gvrl/img/profile-top.jpg");
    background-position: 0% 0%;
    background-repeat:no-repeat;
    padding:20px 20px 0px 20px;
    line-height:20px;
}
#top td {
    line-height:20px;
}
#mid {
    margin:0px;
    background-image: url("http://www.cengage.jp/gvrl/img/profile-mid.gif");
    background-position: 0% 50%;
    background-repeat:repeat-y;
    padding:0px 20px 0px 20px;
    line-height:18px;
}
#mid td {
    line-height:18px;
}
#hr{
    margin:0px;
    background-image: url("http://www.cengage.jp/gvrl/img/profile-hr.gif");
    background-position: 0% 50%;
    background-repeat:no-repeat;
    padding:0px 10px 0px 10px;
    font-size:1pt;
    line-height:10px;
}
#btm{
    margin:0px;
    background-image: url("http://www.cengage.jp/gvrl/img/profile-btm.gif");
    background-position: 0% 100%;
    background-repeat:no-repeat;
    padding:0px 30px 15px 50px;
    line-height:18px;
    text-align:right;
    font-size:8pt;
}
/*こんな悩みを一挙に解決*/
#problem {
    margin:0px;
    font-size:11pt;
    _font-size:10pt;
    font-weight:bold;
    color:#666667;
    line-height:20px;
}
#solution {
    margin:0px;
    font-size:11pt;
    _font-size:10pt;
    font-weight:bold;
    color:#0089c5;
    line-height:20px;
}


