body {
 margin: 0;
 padding: 0;
 color: #333333;
 background-color: #ffffff;
 text-align: center;
 font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Verdana, Arial, sans-seri;
 font-size: 95%;
}

/* master init styles */

h1, h2, h3, h4, p, ul, li {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
}

a:link, a:visited {
 color: #006633;
}

a:active, a:hover {
 color: #990000;
}

ul {
 list-style-type: none;
 margin-bottom: 2em;
}

li {
 list-style-position: outside;
}

/* contents styles */

div#container {
 width: 760px;
 height: 1200px;
 margin: 0 auto;
 padding: 0;
 background-color: transparent;
 text-align: left;
}

/* div#header */
div#header {
 width: 740px;
 height: 165px;
 padding: 3px 0;
 background-color: transparent;
 background-image: url("images/kanban.gif");
 background-repeat: no-repeat;
 background-position: 0px;
 text-align: left;
}

div#header h1 {
 color#000000;
 font-size: 100%;
 font-weight: bold;
 margin-top: 125px;
 margin-right: 10px;
 text-align: right;
}

/* ユーザー支援ナビゲーション (div#assist-nav) */

div#assist-nav {
  position: relative;
  top: -130px;
  right: 10px;
  height: 22px;
  text-align: right;
  }

div#assist-nav h2 {
  height: 0;
  overflow: hidden;
  }

div#assist-nav ul {
  padding-top: 3px;
  text-align: right;
  vertical-align: middle;
  }
div#assist-nav ul li {
  display: inline;
  list-style-type: none;
  color: #000000;
  font-size: small;
  }
div#assist-nav ul li a {
  color: #000000;
  }



/* div#navigation */
div#navigation ul {
 margin-bottom:3px;
}

div#navigation li {
 display: inline;
 width: auto;
 padding-right: 0px;
}

div#navigation a:link, div#navigation a:visited {
 color: #000000;
}

div#navigation a:active, div#navigation a:hover {
 color: #990000;
}

div#navigation img {
 border: 0 
}

div#navigation p {
 color#036;
 font-size: 75%;
 margin-top: 5px;
 margin-right: 5px;
 text-align: right;
}



/* div#wrapper */
div#wrapperbg {
 width: 760px;
 height: 1260px;
 padding: 5px;
 background-image: url("images/bgpattern.gif");
 background-repeat: repeat;
}

div#wrapper {
 width: 740px;
 height: 1220px;
 margin: 0;
 padding: 10px;
 position: relative;
 overflow: hidden;
 background-color: #f5fffa;
}

div#wrapper h2 {
 background-image: url("images/menu1_0.gif");
 background-repeat: no-repeat;
 width: auto;
 height: auto;
 margin: -5px -5px 1em -5px;
 padding: 5px;
 color: #ff0033;
 font-size: 100%;
 font-weight: nomal;
 text-transform: capitalize;
 text-indent: 0.5em;
}

div#wrapper h2#contbar {
 background-image: url("images/menu1_1.gif");
 background-repeat: no-repeat;
 width: auto;
 height: auto;
 margin: -5px -5px 1em -5px;
 padding: 5px;
 color: #ff0033;
 font-size: 100%;
 font-weight: nomal;
 text-transform: capitalize;
 text-indent: 0.5em;
}

div#wrapper h3 {
 margin-bottom: 1em;
 color: #006633;
 font-size: 120%;
 font-weight: bold;
}


div#wrapper p {
 margin-bottom: 1em;
 color: #333333;
 font-size: 100%;
 font-weight: normal;
 line-height: 125%;
}



/* div#contents */
div#carender {
 width: 720px;
 height: 1180px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 5px;
 margin-bottom: 10px;
 padding: 10px;
 border: 1px solid #f0f0f0;
 background-image: url("images/orange.gif");
 background-repeat: repeat;
 background-position: 0px;
}

div#carender img {
 width: auto;
 height: auto;
 border: 0px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 0.5em;
}

/* address#footer */
address#footer {
 width: auto;
 height: auto;
 margin-top: 1em;
 padding-top: 5px;
 text-align: center;
 font-family: 'Lucida Sands', Helvetica, Arial, Verdana, sans-serif;
 font-size: 90%;
 font-weight: normal;
 font-style:normal;
}

