/* dla.css */
/* BODY全体 */
body {
  color: #000000;
  background-image: url("dla.gif");
  text-align: left;
}

/* 本文 */
DIV {
  margin-left: 0.4em;
  padding-bottom: 0.4em;
}

/* リンクに下線 */
a {
  text-decoration: underline;
}

a:hover{
    color: green;
}

/* 強調 */
STRONG {
  color: green;
  font-weight: bold;
  font-size: x-large;
  font-family: cursive;
  font-style: italic;
}

/* 水平仕切り線 */
HR {
  background-color: #660099;
  width: 95%;
  height: 4px;
}

/* 水平仕切り線 */
HR.orange {
  background-color: #FF7F50;
  width: 95%;
  height: 4px;
}


/* 見出し */
H1.kaisuu {
  font-size: 3em;
  font-weight: bold;
  width: 100%;
  height: 1.8cm;
  padding: 4px 4px 4px 4px;
  border-width: 4px 0px 0px 12px;
  border-style: solid;
  border-color: #3399FF;
  background-color: #ffffff;
}

H1.top {
  text-align: center;
}

H2.midasi1 {
  width: 100%;
  height: 0.8cm;
  padding: 8px 4px 4px 2px;
  border-width: 2px 0px 0px 6px;
  border-style: solid;
  border-color: #CCCC33;
  text-indent="0.5cm"
}

H2.top {
  width: 100%;
  height: 0.8cm;
  text-indent="0.5cm"
}

H3 {
  width: 100%;
  height: 0.8cm;
  text-indent: 2ex;
}

H3.honbun {
  width: 100%;
  height: 0.8cm;
  text-indent: 2ex;
  line-height: 28px;
  margin-bottom: 40px;
}


H3.renshu {
  width: 100%;
  height: 0.8cm;
  color: blue;
}


ul{
  line-height:20px;
  font-size="x-large";
  list-style-type="disc";
}

ol{
  line-height:20px;
  font-size="x-large";
}


li{
 margin-top:0.5em;
 margin-bottom:0.5em;
}

li.b{
 font-weight: bold;
 margin-top:0.5em;
 margin-bottom:0.5em;
}

ul.multicolumnbox {
 -moz-column-count: 4;
 -webkit-column-count: 4;
 column-count: 4;
}

 