/*
  www.jus.or.jp default¥¹¥¿¥€¥ë
   Committer: $Author: hatano $
   LastUpdate: $Date: 2003/09/28 14:05:33 $
   Revision: $Revision: 1.14 $
   CVSStatus: $State: Exp $
*/

body {
  background-color: white;
  color: black;
}


/*
  block level tags
*/

address.signature { 
  text-align: right;
}

address.copyright { 
  color: white;
  background-color: #00008B;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5em;
  text-align: center;
}

blockquote {
  background-color: #E0FFFF;
  /* #E0FFFF is nearly rightblue */
  color: black;
}

blockquote.eventlist {
  background-color: #FFFFE0;
  /* #E0FFFF is nearly rightblue */
  color: black;
  width: 100%;
  margin-left: 0;
}

div.copyright { 
  color: white;
  background-color: #00008B;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 5em;
  text-align: center;
}

div.navigator-top { 
  color: gray;
  font-size: 0.8em;
  text-align: right;
}

div.navigator-foot { 
  color: gray;
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
}

div.navigator-email { 
  color: gray;
  font-size: 0.8em;
  margin-top: 0.5em;
  text-align: center;
}

div.center { 
  text-align: center;
}

div.right { 
  text-align: right;
}

div.text-left { 
  text-align: left;
}

div.signature { 
  text-align: center;
}


/* define list */
dt {
  font-size: large;
  font-weight: bold;
  margin-top: 1em;
}

dd {
  margin-bottom: 1em;
}


/* headings */
h1 {
  background-color: #FFCC00;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
}

h2 {
  background-color: #00008B;
    /* #00008B is darkblue */
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
}

h3 {
  color: #009933;
    /* #009933 is nearly green */
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 1em;
}

/* p */
p {
  text-indent: 1em;
}

p.noindent {
  text-indent: 0;
}

p.sentence {
  margin-top: 0;
  margin-bottom: 0;
  text-indent: 1em;
}

p.sentence-top {
  margin-top: 1em;
  margin-bottom: 0;
  text-indent: 1em;
}

p.sentence-bottom {
  margin-top: 0;
  margin-bottom: 1em;
  text-indent: 1em;
}

p.timestump {
  text-align: right;
}


/* table */
table {
  background-color: #FFFFB0;
  border-collapse: collapse;
  border: 2px solid green;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}


/* table membership */
table.mainpage {
  background-color: white;
  border: 0;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
};


/* table membership */
table.membership {
  background-color: #FFFFB0;
  border: 2px solid green;
} 

th.membership {
  border: 1px solid green;
  height: 2em;
}

tr.membership {
  border: 1px solid green;
  height: 2.5em;
}

td.membership {
  border: 1px solid green;
  text-indent: 1em;
}

/* table program */
table.program {
  background-color: #FFFFB0;
  border: 2px solid green;
} 

th.program {
  border: 1px solid green;
  height: 2em;
}

tr.program {
  border: 1px solid green;
}

td.program-time {
  border: 1px solid green;
  text-indent: 1em;
  width: 7em;
}

td.program-content {
  border: 1px solid green;
  padding: 1em 1em;
}


li.event-list {
  margin-top: 1em;
}

li.place {
  list-style-type: none;
}


/*
  inline level tags
*/

a.logo {
  text-decoration: none;
}

/* images */
img {
  border: 0;
}

img.logo-large {
  border: 0;
}

span.koku {
  font-size: xx-large;
}

