body {
	font-size: 10px;
	font-weight: normal;
	font-family: "Century Gothic", Osaka;
	background-color: #e7e2d8;
	background-image:   url(../02m/white/bg_daiya.png);
	background-attachment: fixed;
	background-position: 0% 0%;
	background-repeat: repeat;
	letter-spacing: normal;
	word-spacing: normal;
	color: #666666;
	margin-top : 30px;
	margin-left : 40px;
	margin-right : 40px;
	margin-bottom : 0px;
}

table{
	font-size: 10px;}
	
p{
}
	
A:link{
text-decoration:none; color: #9dc38b;}
A:visited{
text-decoration:none; color: #9dc38b;}
A:active{
text-decoration:none; color: #e4ca83;}
A:hover{
text-decoration:none; color: #e4ca83;}


a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
}

input,select{
  font-size       :10px;
  color           :#ffffff;
  background-color :#a3bac2; 
  border-width : 1px;
  border-style : solid;
  border-color :#999999;
}
TEXTAREA{
  font-size       :11px;
  color:#666666;
  background-color : #ffffff; 
  border-width : 1px;
  border-style : solid;
  border-color :#999999;
  }