@charset "UTF-8";

/*-----------------------------------------------------------------------------
 ■ ブラウザスタイルの初期化
-----------------------------------------------------------------------------*/

*{
    margin : 0;
    padding : 0;
}

h1,h2,h3,h4,h5,h6,p,address,th{
    font-size : 100%;
    font-weight : normal;
    font-style : normal;
    line-height : 100%;
}

img{
    border : none;
}

li{
    list-style : none;
}

a{ text-decoration:none; }

/*
 ■ 画面幅
 */
body{
    background: #fff;
}

#vari3pc-container{
    clear : both;
    width : 270px;
    height: auto;
    margin: 0px auto;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
}

#vari3pc-content{
    width: 240px;
    margin: 0px auto;
    text-align: left;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3 */
    word-wrap: break-word;      /* IE 5.5+ */
}

