<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html lang="ja"> <head> <title></title> <Meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" type="text/css" href="nh-mail1.css"> </head> <body> <div align="center"> <table border="0" width="300px" cellpadding="10px" cellspacing="0" class="t"> <tr> <td class="t1"></td><td class="t2"></td><td class="t3"></td><td class="t4"></td><td class="t5"></td> </tr> <tr> <td colspan="5" align="left"> <!-- ここから --> <!-- ここまでメールフォームタグを記入 --> </td> </tr> <tr> <td class="t5"></td><td class="t4"></td><td class="t3"></td><td class="t2"></td><td class="t1"></td> </td> </tr> </table> </div> </body> </html> |
@charset "UTF-8"; body,table { margin: 10px; background-color:#ffffff; font-size:12px; font-family:Verdana,MS Pゴシック,Osaka; color:#000066; scrollbar-arrow-color:#000066; scrollbar-base-color:#ffffff; scrollbar-darkshadow-color:#ffffff; scrollbar-highlight-color:#000066; scrollbar-shadow-color:#000066; scrollbar-track-color:#ffffff; } a{ text-decoration:none; color:#000066; } input,textarea{ width:280px; border:1px solid #000066; font-size:12px; color:#000066; background-color:#ffffff; } .t{border: 1px solid #004a95;} .t1{width:60px;height:10px;background-color:#004a95;} .t2{width:60px;height:10px;background-color:#0080ff;} .t3{width:60px;height:10px;background-color:#80bfff;} .t4{width:60px;height:10px;background-color:#bfdfff;} .t5{width:60px;height:10px;background-color:#d5eaff;} #あなたのID_top { width:280px; text-align:left; } .title{ text-align:center; font-weight:bold; font-size:17px; } .explain { text-align:center; font-size:10px; margin:5px 0px 20px 0px; } .title_left { padding-left:7px; font-weight:bold; } .name_left{ padding-left:1px; font-weight:bold; } .mail_left{ padding-left:7px; font-weight:bold; } .url_left{ padding-left:7px; font-weight:bold; } .textarea_left{ padding-left:1px; font-weight:bold; } .textarea_parts { height:100px; } .submit{ text-align:right; } .submit_button { width:100px; background-color:#004a95; color:#ffffff; border:1px solid #004a95; } .result_submit_button { width:100px; background-color:#004a95; color:#ffffff; border:1px solid #004a95; } .error_submit_button { width:100px; background-color:#004a95; color:#ffffff; border:1px solid #004a95; } /* りんだう。http://rindau.nobody.jp/ */ |