@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :mail.css
 style info :mailform style
 
=================================================================== */
/* reset style */
* {margin:0;
padding:0;
}

p {
font-size:12px;
line-height:1.3;
}

/* text color */
.txt_red {
color:#FF0000;
}

/* form object */
input {
border:#999999 1px solid;
padding:3px;
}

textarea {
border:#999999 1px solid;
padding:3px;
}