﻿body       {background-color: #edede3;
            background-image: url(stripe.gif);
            margin: 0}

header      {color: #ffffff;
            background-color: #013565;
             border-bottom: solid 1px #0964b8;
             margin-bottom: 30px;
             padding: 15px;}




article      {background-color: #ffffff;
              width: 800px;
              margin-left: auto;
              margin-right: auto;
              border: solid 2px #aaaaaa;              
              padding: 30px;
              margin-bottom: 15px;
              border-radius: 20px}

footer   {background-color: #ffffff;
           width: 870px;
              margin-left: auto;
              margin-right: auto;
              padding: 5px;}

h1        {margin-top: 0;
           margin-bottom: 0}

p        {line-height: 1.5}

small    {line-height: 1.3}

nav ul     {list-style-type: none;
             margin-top: 0px
             margin-bottom: 0px;
             padding-left: 0px;
            font-size: 0}

nav li       {display: inline;
              font-size: 16px;
              font-weight: 800;
              margin-left: 15px;
              margin-right: 15px
             }

nav         {text-align: right;
              margin-left: auto;
              margin-right: auto;
             margin-top: -27px;
           margin-bottom: 10px}

nav a     {text-decoration: none}

/* リンク　*/
a      {color: #c7af0c}