@charset "shift_JIS";
/****** 基本設定 ******/
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 84%;
  font-family: Verdana,Chicago,Arial,sans-selif,"ＭＳ Ｐゴシック";
  line-height: 130%;
  text-align: center;
  color: #00486c;
  background-color: azure;
}
/* 画像 */
img {
  border: 0;
}
/* リンク */
a {
  color: dodgerblue;
  text-decoration: underline;
}
a:visited {
  color: deepskyblue;
}
a:hover {
  color: royalblue;
  text-decoration:none;
}
/* 文字強調 */
em {
  font-style: normal;
  color: #cc3333;
}
/****** ページの整形 ******/
#page {
  text-align: left;
  background-color: azure;
  margin: 20px auto auto 10px;
  width: 740px;
}
/****** 左側 ******/
#left {
  width: 180px;
  float: left;
}
/****** ヘッド ******/
#head {
  width: 180px;
  height: 180px;
  background: #00486c url("./images/syte.jpg") no-repeat;
  border: 1px solid #00486c;
}
/* サイト名 */
h1 {
  font-size: 130%;
  padding: 150px 5px 5px;
  color: #00486c;
  text-align: right;
  letter-spacing: 0.1em;
}
/****** メニュー ******/
#menu{
  margin-top: 30px;
  padding: 0;
  width: 180px;
  border-top: 1px solid #00486c;
  border-right: 1px solid #00486c;
  border-left: 1px solid #00486c;
}
#menu ul{
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
#menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menu a {
  background-color:aliceblue;
  display: block;
  width: 180px;
  border-top: 1px solid #00486c;
  border-bottom: 1px solid dodgerblue;
  text-decoration: none;
  color: royalblue;
  padding: 5px 0px;
  line-height: 150%;
}
#menu a:hover {
  background-color: deepskyblue;
  display: block;
  border-top: 1px solid #00486c;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  color: #00486c;
  padding: 5px 0px;
  line-height: 150%;
}
/****** メイン *******/
#main{
  width: 558px;
  float: left;
  padding: 0;
}
/* mainBox */
.mainBox {
  margin: 0 1em 1em;
  border: 1px solid #00486c;
}
#main h2 {
  font-size: 110%;
  margin:0 15px 5px;
  border-bottom:1px dashed royalblue;
  padding: 3px;
  color:royalblue;
}
#main p,dl {
  margin: 0 10px 10px 30px;
}
#main dt {
  font-weight: bold;
}
#main dd {
  margin: 0;
}
#main ul {
  margin: 0px 10px 10px 60px;
  list-style: none;
}
#main li {
  list-style: none;
  list-style-type: square;
}
.menu-main-title {
	background-color: dodgerblue;
	width: 180px;
	line-height: 20px;
	font-weight: bold;
	color: #00486c;
	padding-left: 10px;
	margin-top: 20px;
}
.menu-main-box {
	width: 180px;
	background-color: aliceblue;
	border-top: 2px solid lightskyblue;
	border-right: 2px solid lightskyblue;
	border-bottom: 1px solid lightskyblue;
	border-left: 2px solid lightskyblue;
	margin-bottom: 20px;
	padding-left: 6px;
    font-size: 70%;
}
/****** フッター *******/
#foot {
  clear: both;
  margin: 0 1em 0 0;
  text-align: right;
}
/* 著作権 */
address{
  margin: 0;
  padding: 7px 0;
  font-style: normal;
}
