
/* ------ 全体設定 ------*/

div#all {
margin: 0;
padding: 0;
text-align: center;
}

table#all {
margin-left: auto;
margin-right: auto;
width: 850px;
margin-top : 0px;
margin-bottom : 0px;
}

td {
margin: 0;
padding: 0;
}

/* ------ ヘッダー部分 ------*/

div#header {
margin: 0px;
padding: 0px;
}

img {
vertical-align: bottom;
}

/* ------ メニュー部分 ------*/

div#menu {
width: 800px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 7px;
padding-bottom: 7px;
border-right: 1px solid black;
border-left: 1px solid black;
background: url(image/top_menu.gif) no-repeat;
text-align: center;
font-family: "ＭＳ Ｐゴシック";
font-weight: 700;
}

div#menubase {
width: 720px;
height: 20px;
margin-left: auto;
margin-right: auto;
background-color: white;
}

div#menu01 {
float: left;
margin-left: 10px;
margin-right: 10px;
padding: 3px 20px 3px 20px;
font: bold 10pt "ＭＳ Ｐゴシック";
}

div#menu a{
   color : black;
   text-decoration : none;
}
div#menu a:visited {
   color: black;
   text-decoration : none;
}
div#menu a:hover {
   color: red;
   text-decoration : underline;
}
div#menu a:active{
   color: orange;
   text-decoration : none;
}

/* ------ 主要内容部分 ------*/

div#middle {
width: 800px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
text-align: left;
font-family: "ＭＳ Ｐゴシック";
}

div.contents1 {
width: 750px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 0px;
text-align: left;
}

div.contents2 {
width: 780px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
padding: 0px;
text-align: left;
}

div.subject {
color: forestgreen;
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
padding: 3px;
text-align: center;
}

h2 {
color: forestgreen;
font-size: 16pt;
margin: 0.1em;
padding: 0.1em;
}

p {
margin: 0.2em;
padding: 0.1em;
line-height: 1.5em;
font-size: 11pt;
}

/* ------ フッター部分 ------*/

div#footer {
width: 800px;
height: 58px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: black;
color: white;
font-size: 10pt;
font-family: "ＭＳ Ｐゴシック";
}

div#footer01 {
width: 800px;
height: 20px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 0px;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: black;
text-align: center;
color: white;
font-size: 10pt;
font-family: Times New Roman, Times, serif;
}

div#footer02 {
width: 800px;
height: 20px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-right: 1px solid black;
border-left: 1px solid black;
background-color: black;
text-align: center;
color: white;
font-size: 10pt;
font-family: Times New Roman, Times, serif;
}

div#footer01 a{
   color : white;
   text-decoration : none;
}
div#footer01 a:visited {
   color: white;
   text-decoration : none;
}
div#footer01 a:hover {
   color: white;
   text-decoration : underline;
}
div#footer01 a:active{
   color: white;
   text-decoration : none;
}


