@charset "utf-8";

@import"base.css";
/* 全体の設定 */

#error .wrapper {
    width:633px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-316px;
    margin-top:-260px;
    background:url("/images/pharm/error/bg_top.gif") 0 0 no-repeat;
    padding-top:45px;
}

#error .contents {
    text-align:left;
    width:549px;
    padding:0 42px 45px 42px;
    background:url("/images/pharm/error/bg_bottom.gif") left bottom no-repeat;
}

#error .contents h1 {
    float:left;
    height:43px;
}

#error .contents dl {
    float:right;
    text-align:right;
}

#error .contents dt {
    line-height:27px;
    padding-bottom:4px;
}

#error p {
    padding:30px 0 5px 0;
    clear:both;
}

#error p.top {
    font-size:16px;
    color:#d90830;
    font-weight:bold;
    line-height:16px;
}

#error ul li {
    background:url("/images/pharm/commons/list_img.gif") 4px 8px no-repeat;
    line-height:20px;
    padding-left:13px;
}

#error .center {
    text-align:center;
}

#error a:link, #error a:visited {
    color:#d90830;
    text-decoration:underline;
}

#error a:hover {
    color:#d90830;
    text-decoration:none;
}

