.graphic_tag {
    width: 1024px;
    height:47px;
    margin: 0 auto;
    background: url('../img/graphic/graphictag.png') no-repeat center top;
}

.graphic_description {
    width: 556px;
    height: 41px;
    margin: 10px auto;
    background: url('../img/graphic/graphic01.png') no-repeat;
}

.graphic_list {
    width: 1024px;
    margin: 0 auto;
    padding: 0 74px;
    box-sizing: border-box;
}

.graphic_list ul li {
    display: block;
    width: 219px;
    height: 151px;
    margin: 0 0 5px 0;
    float: left;
    background-image: url("../img/graphic/cg/nocgt.png");
}

.graphic_list ul li a {
    display: block;
    width: 219px;
    height: 151px;
    position: relative;
}

.graphic_list ul li a:hover {
    background-position: -219px 0;
}

.graphic_spacer {
    width: 100%;
    height: 50px;
    clear: both;
}

.cgnew {
    width: 219px;
    height: 151px;
    position: absolute;
    background-image: url("../img/graphic/cg/cgnew.png");
}

#cgframe {
    width: 672px;
    height: 699px;
    display: none;
    position: absolute;
    background-color: white;
    font-size: 9pt;
}

#cgview {
    width: 672px;
    height: 699px;
    margin: 0;
    padding: 6px 0 0 16px;
    box-sizing: border-box;
    background: url('../img/graphic/graphicview.jpg');
}

#cgdesc {
    width: 100%;
    height: 24px;
    margin-bottom: 38px;
    font-size: 14px;
    color: #ee46a0;
    text-align: center;
}

#cgmain {
    width: 640px;
    height: 360px;
}

.cgmainHover {
    background-position: -640px 0;
}

#cgtext {
    width: 630px;
    height: 205px;
    margin: 10px 0 0 15px;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック';
    font-size: 9pt;
}

#cgclose {
    width: 67px;
    height: 19px;
    margin: 18px 0 0 570px;
    box-sizing: border-box;
    background-image: url("../img/graphic/cg/cgclose.jpg");
}

#cgclose:hover {
    background-position: -67px 0; cursor: pointer;
}

