/*
ease-Web-Studio (base.css)
2006/11/24
Akihiro Hayashi
*/
body {
  font-family: MS P¥´¥·¥Ã¥¯,Osaka,Arial,Helvetica;
  font-size : 80%;
  line-height : 1.3;
}
img {
  border : 0px;
}
.alignright {
  float: right;
}
	
.alignleft {
  float: left
}
#about {
  width : 480px;
  border : 0px;
}
#about .left {
  width : 100px;
  background-color : #e9e9d1;
  text-align : center;
}
#about .right {
  width : 380px;
  background-color : transparent;
  text-align : left;
}
.contactform {
  width: 100%; 
  position: relative;
}
.contactleft {
  width: 25%; 
  text-align: right;
  clear: both; 
  float: left; 
  display: inline; 
  padding: 6px; 
  margin: 5px 0; 
  font: 90%/175% Osaka, Verdana, sans-serif;
}
.contactright {
  width: 70%;
  text-align: left;  
  float: right; 
  display: inline; 
  padding: 4px; 
  margin: 5px 0; 
  font: 90%/175% Osaka, Verdana, sans-serif;
}
.contacterror {
border: 1px solid #ff0000;
}