/* メールフォーム */
ul.nav_ico { display:block; line-height:normal; list-style-type:none; margin:0.5em 0 1em 0; }
ul.nav_ico li { list-style-position:outside; margin-bottom:0.5em; }
.nav_ico a{
text-decoration:none;
background:url(../images/li_mark1.jpg) left center no-repeat;
padding:0 0 0 1.5em;
}
.nav_ico a:link{}
.nav_ico a:visited{}
.nav_ico a:hover{text-decoration:underline; background:url(../images/li_mark1on.jpg) left center no-repeat;}
.nav_ico a:active{}

table.mailform {
width:100%;
margin-top:0.2em;
}
.mailform th, .mailform td {
margin-bottom:4px;
padding:4px;
border:1px solid #eeeeee;
}
table.mailform tr.line {
background:url(../images/bg_mailf.jpg) top repeat-x;
margin-bottom:4px;
}
table.mailform th {
font-weight:normal;
text-align:right;
}
table.mailform th span.capt {
font-size: 9px;
color: #0B479F;
display: block;
margin: 0px;
}
table.mailform td {
}
