﻿/* This File is css. */

body {
      width: 1000px;
      margin: 0 auto;
      font-family: sans-serif;
}

nav {
      background-color: #F2A29C;
      vertical-align:top;
}

ul {
      list-style-type: none;
      background-color: #F2A29C;
      margin-left: -40px;
      font-size: 0;
      text-align: justify;
}

ul li {
      float: left;
}

a:link { color: #FD849E;}
a:visited { color: #FD849E;}
a:hover { color: #FD849E;}


#menu {
      text-align: justify;
      text-align: center;
      color: #fd849e;
}


#container {
      background-color: #FBD9B4;
}

#header {
      text-align: center;
}

#header img {
      vertical-align: bottom;
}

#content_00 {
      padding-top: 20px;
      padding-bottom: 20px;
}

#content_01 {
      padding-top : 20px;
      text-align: center;
      color: #fd849e;
      font-size:200%;
}

#content_02 {
      text-align: justify;
      text-align: center;
      color: #fd849e;
}

#content_03 {
      margin-top: 60px;
      text-align: center;
      color: #fd849e;
      font-size:200%;
}

#content_04 {
      text-align: center;
      color: #fd849e;
}

#update_title {
      text-align: center;
      margin-top: 20px;
      margin-left: 0px;
      color: #fd849e;
}

/* ここからお知らせ欄 */

.update-frame
{
margin-left: 150px;
        width : 700px;
        background-color: #FAF6D8;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	padding-left: 50px;
        padding-right: 50px;
	box-sizing: border-box;
}
.update-frame dl
{
	border-bottom:2px solid #fd849e;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.update-frame dt
{
	float: left;
	color: #fd849e;
	width: 7em;
}
.update-frame dd
{
	margin: 0px 0px 0px 7em;
	color: #fd849e;
}

/* ここからフッター */
#footer {
      width: 1000px;
      padding-top: 10px;
      padding-bottom: 30px;
      background-color: #fdbbc9;
      overflow: hidden;
      color: #fd849e;
}

#footer_01 {
      
text-align: center;

}

#footer_02 {

      width: 600px;
      margin-left: 30px;

      float: left;
}


#footer_03 {

      width: 600px;

      float: left;

}


#end {

      text-align: center;

      margin-top: -20px;

      background-color: #F2A29C;

      padding-bottom: 10px;

}
