@charset "Shift_JIS";

body{
    background : url(img/p_back.gif) 0% 0% / auto auto repeat scroll padding-box border-box silver;
    font-size: 14px;
}

*{
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a{
    color: #001339;
    font-style: normal;
    text-decoration: none;
}

a:link{
    color: #1a3aa7;
    font-style: normal;
    text-decoration: none;
}

a:visited{
    color: #1a3aa7;
    font-style: normal;
    text-decoration: none;
}

a:hover{
    color: #ff1493;
    font-style: normal;
    text-decoration: none;
}

a:active{
    color: #ff1493;
    font-style: normal;
    text-decoration: none;
}

#wrapper{
    margin: 0 auto;
    width : 980px;
    height : 100%;
    background-color : white;
    border-left-width : 5px;
    border-right-width : 5px;
    border-left-style : solid;
    border-right-style : solid;
    border-left-color : #f2066a;
    border-right-color : #f2066a;
}
