@charset "UTF-8";

body            {font-family: 'メイリオ','Hiragino Kaku Gothic Pro',sans-serif;
                background-color: #eeeeee;
                background-image: url(../img/back.png);
                margin: 0}
    
/* BOX1の設定 */
.box1           {width: 600px;
                margin-left: auto;
                margin-right: auto}
.box1 p         {font-family: "Sawarabi Mincho";
                font-size: 36px;
                line-height: 1.5}
/* BOX2の設定 */
.box2 p         {width: 100px;
                background-color: darkslategray;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                color: lightgray;
                border-radius: 3px}
.box2 a         {text-decoration: none}
.box2 a:hover   {opacity: 0.7}
