body {
  margin: 0px;
  padding: 0px;
  background-color:#000000;
  color: #fff;
  }

a {
  text-decoration: underline;
  }

a:link {
  color: #ff0000;
  }

a:visited {
  color: #ff0000;
  }

a:active {
  color: #333333;
  }

a:hover {
  color: #666666;
  }
  
 


.asset-name a{
  padding:5px;
  color: #333;
  background-color: #fff;

}
.style_meta {
  padding:5px;
  border:#CCCCCC solid 1px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 150%;
  margin-top: 5px;
  }  




#page_sch {
	clear: both;
	width: 720px;
	margin: 0 auto;
	padding: 50px 20px;
	background: url(../img_common/img05.jpg) no-repeat;
}




#entry-body {
font-size:10px;
  color: #fff;
  line-height: 150%;
  }


/* calendar */

#calendar table {
  padding: 0px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
  }

#calendar caption {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .3em;
  }

#calendar th {
  text-align: center;
  font-weight: normal;
  }

#calendar td {
  text-align: center;
  }


/* photo */
.photo {
  text-align: left;
  margin-bottom: 20px;
  }


/* content_sch */
#content_sch {
	float: right;
	width: 470px;
	padding: 5px;
	margin-right:5px;
}
#content_sch ul{
	color: #333333;
	text-indent: 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_sch li a{
	list-style-type: none;
	background-color: #CCFF33;
	color: #333333;
}


.link-note {
  color: #FFFFFF;
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
  }

#powered {
  font-family: Helvetica, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #FFFFFF;
  margin-top: 50px;
  }

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
  }

textarea[id="comment-text"] {
  width: 80%;
  }


.asset-footer{
font-size:small;
margin:0 0 20px 0;
padding:5px;
border-bottom:#CCCCCC dashed 1px;
  }