h1 {
	font-size: 10px;
	font-weight: 100;
	color: #444444;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	margin-bottom: 0;
}
h3 {
	font-size: 125%;
	color: #34abaf;
	margin-bottom: 0;
}
h4 {
	font-size: 110%;
	color: #FF9900;
	}
h5 {
	font-size: 105%;
	color: #982e93;
	font-weight: bold;
	margin-bottom: 0;
	}
body {
	background-color: #CCCCCC;
	background-image: url(../img/bg.gif);
	color: #222222
}
a:link {
	color: #222222;
}
.info {
	font-size: 12px;
	color: #222222;
	text-align: right;
	}
.footerinfo {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	}
.purple {
	color: #982e93;
	font-weight: bold;
}

.gray {color: #555555;}
.pink {color: #F8688f;}
.green {color: #34abaf;}
.small{font-size: 85%;}
.schedule{
background-color:#E8F9F9;
color: #34abaf;
font-weight:bold;
  border-top-color: #34abaf; /* 上枠の色 */
  border-bottom-color: #34abaf; /* 下枠の色 */
  padding: 5px; /* 余白の幅 */
  border-style: dashed; /* 枠の種類 */
  border-width: 1px 0px; /* 枠の幅 */
  line-height: 150%; /* 行の高さ */
}


list.contents{line-height:140%}

.contents ul{
margin: 5 0 5 1em
padding:0 0
}

.contents li{ 
list-style-image: url(../img/list.gif); 
line-height: 140%; 
} 