*{
  border: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

A:LINK{
  color: black;
  text-decoration: underline;
}
A:VISITED{
  color: black;
  text-decoration: underline;
}
A:ACTIVE{
  color: black;
  text-decoration: underline;
}
A:HOVER{
  background-color: #316ac5;
  color: white;
  text-decoration: underline;
}

.document{
  font-family: "Arial","Helvetica","ＭＳ Ｐゴシック","Osaka","sans-serif";
  line-height: 1.5;
}

#title{
  float: left;
  width: 100%;
  clear: both;
  background-color: gold;
  color: white;
  font-size: 2em;
  font-weight: bold;
  background-image: url(titlemark.gif);
  background-repeat: no-repeat;
  background-position: 95% center;
}
DIV.title_m{
  margin: 0.1em 0.5em 0.1em 0.25in;
}

#header{
  float: left;
  width: 100%;
  clear: both;
  font-size: 0.8em;
  background-color: orange;
}
DIV.header_m{
  margin-left: 0.25in;
}

#navi{
  float: left;
  width: 19.9%;
  clear: both;
  font-size: 0.8em;
/*background-color: red;*/
}
DIV.navi_m{
  margin: 1em 0in 0in 0.25in;
}

#main{
  float: left;
  width: 79.9%;
  border-left-color: gray;
  border-left-style: solid;
  border-left-width: 1px;
/*background-color: red;*/
}
DIV.main_m{
}

#plain{
  float: left;
  width: 100%;
  clear: both;
/*background-color: red;*/
}
DIV.plain_m{
}

#footer{
  float: left;
  width: 100%;
  clear: both;
  font-size: 0.8em;
  background-color: orange;
}
DIV.footer_m{
  margin-left: 0.25in;
/*background-color: red;*/
}

DIV.subtitle{
  float: left;
  width: 100%;
  clear: both;
  font-size: 2em;
  font-weight: bold;
/*border-top-color: gray;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: gray;
  border-bottom-style: solid;
  border-bottom-width: 1px;*/
  background-image: url(subtitlemark.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
DIV.subtitle_m{
  margin: 0.2em 0.5em 0.2em 1.8em;
}

DIV.prologue{
  float: left;
  width: 100%;
  clear: both;
}
DIV.prologue_m{
  margin: 0.5em 32% 0.5em 2.5em;
}

DIV.section{
  float: left;
  width: 100%;
  clear: both;
  background-color: tomato;
  color: white;
  background-image: url(section.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
DIV.section_m{
  margin-left: 3.2em;
}

DIV.notesection{
  float: left;
  width: 100%;
  clear: both;
  background-color: tomato;
  color: white;
/*background-image: url(notesection.gif);*/
  background-image: url(section.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
DIV.notesection_m{
  margin-left: 3.2em;
}

DIV.link{
  float: left;
  width: 100%;
  clear: both;
  background-color: white;
  color: black;
  background-image: url(link.gif);
  background-repeat: no-repeat;
  background-position: 1em center;
}
DIV.link_m{
  margin-left: 3.2em;
}

DIV.music{
  float: left;
  width: 100%;
  clear: both;
  background-color: white;
  color: black;
  background-image: url(music.gif);
  background-repeat: no-repeat;
  background-position: 1em center;
}
DIV.music_m{
  margin-left: 3em;
  margin-top: 0.2em;
}

DIV.musicmemo{
  float: left;
  width: 100%;
  clear: both;
}
DIV.musicmemo_m{
  margin: 0em 3em 0em 3em;
}

DIV.text{
/*background-color: red;*/
}

DIV.column1{
  float: right;
  clear: both;
  width: 24.9%;
  background-color: lightyellow;
  color: darkblue;
}
DIV.column1_m{
}

DIV.column2{
  float: right;
  width: 74.9%;
/*background-color: red;*/
}
DIV.column2_m{
}

DIV.column0{
  float: right;
  width: 100%;
}
DIV.column0_m{
}

DIV.info{
  width: 100%;
  font-size: 0.8em;
  background-image: url(info.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
}
DIV.info_m{
  margin: 0.5em 0.25in 0.5em 1em;
  padding-top: 3em;
}
P.info{
  margin-top: 1em;
}

DIV.noinfo{
  width: 100%;
  font-size: 0.8em;
}
DIV.noinfo_m{
  margin: 0.5em 0.25in 0.5em 1em;
  padding-top: 3em;
}
P.noinfo{
  margin-top: 1em;
}

DIV.blogs{
  width: 100%;
}
DIV.blogs_m{
  margin: 0.5em 1em 0in 0.5em;
}
P.blog{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 2em;
  background-image: url(blog.gif);
  background-repeat: no-repeat;
  background-position: left 0.2em;
}

DIV.notes{
  width: 100%;
}
DIV.notes_m{
  margin: 0.5em 1em 0in 0.5em;
}
P.note{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding-left: 2em;
/*font-family: "Times New Roman","Times","ＭＳ Ｐ明朝","平成明朝","serif";*/
}

UL.headerlist{
}
LI.headerlist{
  float: left;
  list-style-type: none;
  padding-right: 1em;
}

UL.navilist{
  float: left;
}
LI.navilist{
  list-style-type: none;
  padding-left: 1.5em;
  background-image: url(navimark.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

UL.infolist{
}
LI.infolist{
  list-style-type: none;
}

UL.footerlist{
}
LI.footerlist{
  float: left;
  list-style-type: none;
  padding-right: 1em;
}

UL.note{
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
LI.note{
  list-style-type: disc;
  margin-left: 3em;
/*font-family: "Times New Roman","Times","ＭＳ Ｐ明朝","平成明朝","serif";*/
}

H1.section{
  font-size: 1.5em;
}

H1.notesection{
/*font-family: "Times New Roman","Times","ＭＳ Ｐ明朝","平成明朝","serif";*/
  font-size: 1.5em;
/*font-weight: bold;*/
}

H1.link{
  font-size: 1.5em;
}

H2.music{
  font-size: 1em;
}

P.musicmemo{
  margin-left: 3em;
  font-size: 0.8em;
}

input[type="button"]{
  font-size: 0.8em;
  color: white;
  background-color: black;
}
