html{overflow-y: scroll;}

* {
  margin: 0;
  padding: 0;
}


body {
  font-size: 85%;
  text-align: center;
  
  padding:20px;
  margin: 30px;
  background: url(img/body4.png) repeat;
}

#container {width: 800px;
			margin:0px auto;
			
			background-color: #ffffff;  
}

#header { height: 150px; 
			text-align: left;
	  		background-color: #ffffff;
	  		padding-left: 20px
}

a img	{border: 0px;}



#contents { 
  }

#menu-l {font-family: "comic sans ms",sana-serif;
  font-size: 90%;
  width: 150px;
  text-align: left;
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 0;
}

#main{width: 480px;
  	float: left;
	font-size: 85%;}

#menu-r{
  width: 150px;
  font-size: 80%;
  float: right;
  padding: 5px;
  }


h1 {
  font-size: 100%;
  font-weight: normal;
  text-align: right;
}


#header p {
  margin-bottom: 0.5em;
  line-height: 1.2em;
}

 

h2,
h3,
h4,
h5,
h6 {
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffccff;
  color: #ba55d3;
}

#contents p {
  margin-bottom: 0.5em;
  line-height: 1.5em;
}

#contents ul { margin: 0 0 20px 15px; }

#contents li { margin-bottom: 0.5em; }




#menu-l ul { list-style-type: none; }

#menu-l li { display: inline; }

#menu-l li a {
  text-decoration: none;
  width: 130px;
  display: block;
  padding: 4px 4px 4px 9px;
  border: 1px outset #ffffff;
  background-color: #ffccff;
  color: #483d8d;
}

#menu-l li a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #a9a9a9;
}

#footer	{height: 40px;
	padding: 0px;
	padding-top: 15px;
	clear: both;
	margin: 0px;
	background: #ffccff;
	}
	
#footer p{text-align: center;
		color: #3366ff;}


img	{float: none;}



