#contents a {
    color: #0c5cc6;
}

#contents a:hover {
    color: #333333;
}

#contents #solutions {
    width: 661px;
    float: left;
    color: #666666;
}

#contents #solutions h2.introduction {
    margin-bottom: 10px;
    width: 661px;
    height: 44px;
    background-image: url(../images/introduction_h.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#contents #solutions table.introduction {
    width: 661px;
    text-align: center;
}

#contents #solutions dl.introduction {
    margin:  0px auto 25px auto;
    width: 626px;
    background-image: url(../images/introduction_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    letter-spacing: 0.2em;
}

#contents #solutions dl.introduction dd {
    margin: 3px 0px 12px 15px;
}

#contents #solutions table.introduction tr.small td {
    padding: 0px 10px;
    text-align: left;
}

#contents #solutions h2.solution {
    width: 661px;
    height: 44px;
    background-image: url(../images/solution_h.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#contents #solutions h2.blog {
    padding: 8px 8px 0px 0px;
    width: 653px;
    height: 36px;
    background-image: url(../images/blog_h.jpg);
    background-repeat: no-repeat;
    text-align: right;
}

#contents #solutions h2.blog span {
    text-indent: -9999px;
    text-align: left;
    float: left;
    display: block;
}

/* for IE6 */
* html #contents #solutions h3 {
    font-size: 100%;
}

/* for IE7 */
*:first-child+html #contents #solutions h3 {
    font-size: 100%;
}
#contents #solutions table.solution {
    margin-bottom: 25px;
}

#contents #solutions table.solution .description {
    width: 200px;
    padding: 0px 12px 15px 0px;
    background-image: url(../images/paper_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#contents #solutions table.solution .image {
    text-align: center;
}

#contents #solutions table.blog {
    margin: 0px auto;
    width: 641px;
}

#contents #solutions table.blog td {
    line-height: 180%;
    letter-spacing: 2px;
    border-bottom: 1px dotted #999999;
}

#contents #solutions table.blog td.date {
    width: 170px;
}
