@charset "utf-8";
@import url("common.css");



#main p { margin:10px; }


h2{ color:#e27e88;
    font-size:12px; 
}

#toroku{  }
#toroku th{
  text-align:right;
  padding-right:10px;
}

#toroku td{
  padding:5px;
}


#toroku td input{ width:230px;}


#attention{
  width:450px;
  margin-top:50px;
  margin-left:250px;
  color:#666666;
  text-decoration:underline;
  font-size:11px;

}

#attention_red{
  width:450px;
  margin-top:50px;
  margin-left:250px;
  text-decoration:underline;
  font-size:12px;
  line-height:170%;
  font-weight:bold;
  color:red;
}  

#attention_red span{
 color:#0000FF;
  
}

/* error */
#err_list{
  color:red;
  margin:10px 30px;
}

#err_list p {
	margin:0 auto 10px;
	color:black;
}