@charset "UTF-8";

a {
  text-decoration: none;
  /* 2016.03.16 morisaki del */
  /*border-style: dashed; */
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  /* 2016.03.16 morisaki del */
  color: #4e8ace;
}

a:hover {
  /* 2016.03.16 morisaki del */
  /* background-color: #CCCCCC */
  color: #f27500;
}

body {
  max-width: 380px;
  /* 2016.03.16 morisaki del */
  /* border: 1px solid #999999; */
  /* 2016.03.16 morisaki mod */
  margin: 0 auto;
  /* 1em auto; */
  text-align: left;
  /* 2016.03.16 morisaki mod */
  font-size: 18px;
  /* 20px; */
  /* 2016.03.16 morisaki mod */
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /* font-family : "MS Gothic", "Osaka－等幅" ; */
  /* 2016.03.16 morisaki add */
  background-color: #ece7e2;
}

dir {
  list-style-position: outside;
  list-style-type: disc;
}

h1 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

h2 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

h3 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

h4 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

h5 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0px;
}

img {
  border-style: none;
}

menu {
  list-style-position: outside;
  list-style-type: disc;
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

ul {
  list-style-position: outside;
  list-style-type: disc;
}

html {
  text-align: center;
}

/* 2016.03.16 morisaki add */
div#header {
  background-color: #f27500;
  padding: 10px;
}

div#header h3 {
  font-weight: bold;
  font-size: 1.1em;
}

div#header a {
  color: #fff;
}

div#contents {
  background-color: #fff;
  padding: 10px;
}

div#contents h4 {
  font-weight: bold;
}

div#contents hr {
  border: none;
  border-top: dashed 1px #333;
  height: 1px;
}

div#footer {
  background-color: #f27500;
  padding: 10px;
}

input[type="text"],
input[type="date"],
input[type="password"] {
  border: 1px solid #333;
  height: 24px;
}

select {
  max-width: 100%;
}
