﻿body {font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
        background-color: #b0c4de;
        background-image: url();
line-height:220%;
        margin: 0}


h1 {clear: both;
font-size: 30px;
text-align: center;
}


/*小見出し*/
h2 {clear: both;
font-size: 18px;
border-bottom:solid 3px #00bfff;
margin-top: 10px}


h3 {font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
          font-size: 16px;
         width: 90%;
         margin-left: auto;
         margin-right: auto;
         text-align: left;
       margin-top: 20px;
       margin-bottom: 0px;
       color: #87cefa}


small {
       color: #4952f5;}



h4 {clear: both;
color: #000000;
margin-top: 10px;
text-align: center;
}


/*リンクの色*/
a {color: #000000}

a:hover {color: #ff1493}

a img {border: none}



/*ニュースのかこみ*/

article {border: solid 1px #aaaaaa;
border-radius: 5px;
padding: 15px;
background-color: #ffffff;
margin-top: 10px}



/*ナビゲーションメニュー*/
nav ul {list-style-type: none;
margin-top: 5px;
margin-bottom: 5px;
padding-left: ;
font-size: 0}

nav li {display: inline;
font-size: 16px;
border-right: solid 2px #aaaaaa;
padding-left: 10px;
padding-right: 10px}

nav li:first-child{border-left: solid 1px #aaaaaa}

nav {width: 96%;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 10px;
margin-bottom: 10px}

nav a {color: #333333;
text-decoration: none}
/*もくじ*/




