body      {background-color: #eeeeee;
           font-family:'メイリオ',
           'Hiragino Kaku Gothic Pro',
           sans-serif;
           }

h1        {font-size:20px;
           margin-top: 0;
           margin-bottom: 0;
           color: #001133}

p      {line-height: 1.5}


/*ヘッダー*/
header    {margin-bottom:30px;
           padding: 5px}

header h1 {width: 900px;
           margin-left: auto;
           margin-right: auto;}

/*記事*/

article   {width: 900px;
           margin-left: auto;
           margin-right: auto;
           }

article h2 {border-bottom: dotted 1px ;}

div.gazo-box {float: left;
              padding-right: 20px;
              }


/*フッター*/

footer    {text-align: center;
              clear: both;
              color: #001133}


/*ナビゲーションメニュー*/           

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

nav li    {display: inline;
           font-size: 20px;
           border-right: solid 1px #001133;
           padding-left:20px;padding-right:20px}

nav li:first-child  {border-left: solid 1px #001133}

nav       {width:900px;
           margin-left: auto;
           margin-right: auto;
           margin-top: 10px;
           margin-bottom: 20px}

nav a     {color: #001133;
           text-decoration: none}

/*リンク*/

a         {color: #001133}

a:hover   {color: #ffffff}

a img     {border:none}


/*画像を中央に配置するレイアウト*/
figure.photo-center  {width:900px;
                      margin-left: auto;
                      margin-right: auto;
                      text-align:center;
                      padding-top:10px;
                      padding-bottom:10px}


figure.photo-left  {margin: 0;
                           margin-right: 20px;
                           float: left}

figure.photo-left img  {width:450px}



/*新着情報*/




/*アバウトページ*/

table, th, td        {border: solid 1px #aaaaaa}

table      {border-collapse: collapse;
            margin-left: auto;
            margin-right: auto}

th, td     {padding: 10px 20px 10px 20px}

th         {font-weight: normal;
            width: 155px;
            background-color: #ffffff;
            text-align: left}

td         {width: 455px;
            background-color: #ffffff;
            }

caption    {margin-bottom: 5px}



/*お問い合わせページ*/

input, textarea      {display: block}

input                {width: 400px}

input[type="submit"]       {width: 80px;
                            font-weight: bold;
                            color: #ffffff;
                            background-color: #001133;
                            padding-top:10px;
                            padding-bottom:10px}

textarea             {width: 600px;
                      height: 120px}


