body {
  background-color: #fafffa;
  margin-left: 5%;
  margin-right: 5%;
}

h1 {
  color: blue;
  font-weight: bold;
  font-size: 36pt;
  /*font-style: italic;*/
  line-height: 44pt;
  font-family: arial, sans-serif;
  /*background: linear-gradient(transparent 60%, gold 85%);*/
  padding-left: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid blue;
  border-left: 8px solid blue;
  text-shadow: .03em .03em #0199D9;
}

h2 {
  color: blue;
  font-size: 20pt;
  line-height: 28pt;
  border-width: thin 0 thin 0;
  border-style: solid;
}

h3 {
  color: blue;
  font-size: 16pt;
  line-height: 24pt;
  border-width: 0 0 thin 0;
  border-style: solid;
}

h4 {
  color: royalblue;
  font-size: 12pt;
  line-height: 18pt;
  border-width: thin 0 thin 0;
  border-style: dotted;
}

h5 {
  color: royalblue;
  font-size: 12pt;
  line-height: 18pt;
  border-width: 0 0 thin 0;
  border-style: dotted;
}

nav {
  background-color: lightcyan;
}

footer{
    padding-top: 10px;
    padding-bottom: 10px;
}

footer address{
  text-align: center;
  color: #397BEA;
}

footer h4 {
  color: #397BEA;
  font-size: 12pt;
  line-height: 16pt;
}

img {
  margin-left: 1em;
}

div.img {
  float: right;
}

div.imgclr {
  clear: right;
}

img.right {
  float: right;
}

p {
  font-size: 12pt;
  line-height: 18pt;
}

p.lastmodified {
  text-align: right;
}

a:link {
  color: blue;
}

a:visited {
  color: black;
}

dl {
  /*margin-left: 1em;*/
  margin-right: 2em;
}

dt {
  font-size: 12pt;
  line-height: 18pt;
}

dd {
  font-size: 12pt;
  line-height: 18pt;
}

li {
  font-size: 12pt;
  line-height: 18pt;
}

nav ul{
  text-align: right;
}

nav li{
display: inline;
margin-right: 5px;
}

.memo {
  text-align: left;
  list-style: none;
  margin: 0px;
}

.list {
  display: inline;
  margin-right: 1em;
}

strong {
  background-color: aliceblue;
}

.right {
  float: right;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 1em;
}

th {
  font-size: 12pt;
  background-color: skyblue;
}

td {
  font-size: 12pt;
  background-color: aliceblue;
}

.note {
  font-size: 10pt;
  line-height: 14pt;
}

/* R script用とRmd用で分ける */
pre {
  white-space: pre;
}

code {
  font-family: arial, sans-serif;
  color: blue;
  font-size: 12pt;
  line-height: 18pt;
}

.rmd {/* Rmd */
  border-width: 2px 0 2px 0;
  border-style: solid;
  /* border-radius: 5px; */
  margin-left: 0em;
  margin-right: 0em;
  border-color: blue;
  background-color: mintcream;
}

.rcode {/* Rcode */
  border-width: 2px 0 2px 0;
  border-style: solid;
  /* border-radius: 5px; */
  margin-left: 0em;
  margin-right: 0em;
  border-color: #397BEA;
  background-color: mintcream;
}

.rresult {/* 結果 */
  border-width: 2px 0 2px 0;
  border-style: solid;
  /* border-radius: 5px; */
  margin-left: 0em;
  margin-right: 0em;
  border-color: orchid;
  background-color: mintcream;
}

.rexa {/* 使用例 */
  color: blue;
  background-color: mintcream;
}

.func {
  font-family: arial, sans-serif;
  color: green;
}

.comm {
  color: teal;
  font-style: normal;
}

.yaml {
  /* margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; */
  color: brown;
}

