@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family:'メイリオ','Hiragino Kaku Goshic Pro', sans-serif;
    line-height: 1.5em;
}
#page {
    width: 800px;
    margin: 0 auto;
    box-shadow: 10px 10px 50px #000;
    background-image:url(circle-sky.png), url(circle-yellow.png);
    background-repeat: no-repeat;
    background-position: 650px 185px, 615px 245px;
    background-size: 90px, 30px;
}
header {
  margin: 0px;
  padding: 0px;
  width: 796px;
  height: 167px;
  background-color: #cccccc;
  border-style: solid;
  border-color: #000000;
  border-width: 2px 2px 1px 2px;
  background-image: url(image/kouza2h.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 28px;
  font-family: "メイリオ", "Meiryo", sans-serif;
  text-align: right;
  color:#ffffff;
}
header p {
    margin-right: 20px;
    margin-top: 70px;
}
nav {
	width: 197px;
    height: 600px;
    background-color: #009999;  
    border-style: none solid;
    border-width: 0px 1px 0px 2px;
    border-color: #000000;  
    font-family: "メイリオ", "Meiryo", sans-serif;  
    font-size: 16px;  
    float: left;    
}
nav ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
nav li {
	width: 100%;
    margin-bottom: 4px;
    background-color: #006666;
    line-height: 2em;
    text-indent: 1em;
    border-radius: 5px;
    background: -webkit-linear-gradient(#fff -100%, #006666 100%);
	background: -moz-linear-gradient(#fff -100%, #006666 100%);
	background: -o-linear-gradient(#fff -100%, #006666 100%);
	background: -ms-linear-gradient(#fff -100%, #006666 100%);
}
nav a {
	display: block;
    text-decoration: none;
    color: #ffffff;
}
nav a:hover {
	background-color: #ff0000;
}
nav a:active {
	background-color: #ffa500;
}
article {
    background-color: rgba(255,255,255,0.3);
    margin: 0px;
    padding:10px;
    width: 578px;
    height: 580px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #000000;   
    float: right;
}
h1 {
    font-family: Georgia, serif;  
    font-size: 24px;
    color: #000000;
    margin: 10px;
}
#comment {
	font-size: 14px;
    color: #000099;
    font-family: Arial, serif;
    margin: 0px 5px;
}
h2 {
	font-weight: bold;
    font-family: "ＭＳ Ｐゴシック", Osaka;
    font-size: 15px;
    color: #990000;  
}
h3 {
	font-weight: bold;
    font-size: 14px;
    color: #000000;  
    font-family: "ＭＳ Ｐゴシック", Osaka;
    clear: right;   
}

section.item1 {
	width: 550px;
    height: auto;
    padding: 0 10px;
    padding-bottom: 20px;
    margin: 0 auto 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    box-shadow: 8px 8px 3px #ccc;
        font-size: 12px;
}

section.item2 {
    width: 550px;
    height: 500px;
    padding: 0 10px;
    margin: 0 auto 10px;
    border: solid 1px #aaa;
    border-radius: 5px;
    background: -webkit-linear-gradient(#fff 0%, #dfdfdf 100%);
	background: -moz-linear-gradient(#fff 0%, #dfdfdf 100%);
	background: -o-linear-gradient(#fff 0%, #dfdfdf 100%);
	background: -ms-linear-gradient(#fff 0%, #dfdfdf 100%);
}

section img {
	float: right;    
    width: 200px;
	height: 150px;
    margin-left: 10px;
}

.text {
    font-family: "ＭＳ Ｐゴシック", Osaka;
    font-size: 12px;
    color: #000000; 
    line-height: 1.5em; /* 14px×1.5=21px */
}

footer {
    clear: both;
    background-color: #999999;
    margin: 0px;
    height: 50px;
    border-style: solid;
    border-width: 1px 2px 2px 2px;
    border-color: #000000;  
    font-family: Arial, sans-serif;  
    font-size: 12px;
    color: #ffffff;      
}
footer p {
    text-align: center;
    letter-spacing: 0.2em;
}
