@charset "Shift_JIS";

* {
  margin: 0;
  padding: 0;	
}
BODY{
  color : #363636;
  background-color : #CCFFCC;
}
.wrap {
  text-align:center;
}
H1{
  font-size : 20px;
  font-weight : bold;
  padding: 18px 0 5px 10px;
  /* background-color : #84c1ff;
  background-repeat : no-repeat;
  color : navy;
*/
}
h2 {
  margin-top: 10px;
}
A{
  text-decoration : none;
}
A:LINK{
  color : navy;
  
}
A:VISITED{
  color : gray;
}
A:HOVER{
  color : #ffffff;
  background-color : navy;
}
A:ACTIVE{
  color : #ffffff;
  background-color : navy;
}
P{
  line-height : 1.5em;
  font-size : 14px;
}
img {
  padding: 3px;
  border solid 1px #000000;
}
.contents{
  width : 600px;
  margin-left : 30px;
}

.tbl {
  margin: 10px auto 20px;
  text-align:center;
}
.tbl tr {
  height: 2em;
  background-color:snow;
}
.tbl .th {
  background-color:#CCFF99;
}
.tbl .no {
  width: 45px;
}
.tbl .acting {
  width: 440px;
}
.tbl .target {
  width: 140px;
}
.tbl .time {
  width: 100px;
  /* display:none;	*/
}
.tbl .ceremony {
  text-align: left;
  padding-left: 340px;
  font-weight:bold;
  border-top: 3px double black ;
  border-bottom: 3px double black ;
}
.caution {
  margin-top: 10px;
  margin-right: 100px;
  text-align: right;
  color: red;
  font-size: small;
}
.cleen {
  color:black;
  font-size:x-large;
  text-align:center;
  font-weight:bold;
}

.tbl .small {
  font-size:small;
}
.kinkyu {
  font-size:large;
  color:red;
  margin: 10px;
}
.kinkyu a {	color:red;	}
.kinkyu a:link {	color:red;	}
.kinkyu a:visited {	color:red;	}

.guardian {
  margin-bottom:50px;
}
.guardian_title {
  color:black;
  font-size:x-large;
  text-align:center;
  margin: 30px auto 6px;
  font-weight:bold;
}
.guardian ul {
  margin-left:100px;
  list-style-type: disc;
}
