@charset "UTF-8";
/* 
-----------------------------------------------
足道楽 "MAILFORM" CSS Document
----------------------------------------------- */

body {
 margin:0;
 padding:0;
 background:#FFF;
 color:#333;
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Tahoma, Helvetica, sans-serif;
 font-size: small;
}
/* for IE7 */
*:first-child+html body, label, span { font:normal 1em/1.5 "ＭＳ Ｐゴシック", sans-serif; }
/* for Mac */
html>body { font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif; }
a:link {
 color:#008C00;
 text-decoration:underline;
}
a:visited {
 color:#666;
 text-decoration:underline;
}
a:hover {
 color:#5C9127;
 text-decoration:none;
}
a:active {
 color:#008C00;
 text-decoration:underline;
}
p.txt {
 padding:5px;
 font-size:.8em;
 line-height:160%;
}
table.fbox { margin:0 0 0 10px; }
input.line { border:1px solid #999; }
input.btn {
 margin:0 0 1.5em 0;
 width:14em;
 height:1.8em;
 cursor: pointer;
}
