@charset 'utf-8';

/* -- メールのCSS -- */
/* -- 見出し -- */

div#main{
width:610px;
_width:620px;
margin:0px 0px 0px 0px;
padding:0px 10px 0px 0px;
}

div#main h1 {
height:20px;
_height:30px;
margin:0px 0px 0px 0px;
background-color:#E3FFE3;
border: none ;
line-height:100%;
padding:10px 5px 0px 10px;
color:#030;
font-size:small;
_font-size:x-small;
background: url(./../image/title_back.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

div#main h2{
height:20px;
_height:30px;
margin:0px 0px 0px 0px;
background-color:#E3FFE3;
border: none ;
line-height:100%;
padding:10px 5px 0px 10px;
color:#030;
font-size:small;
_font-size:x-small;
background: url(./../image/title_blue.gif) ;
background-repeat: repeat-x ;
background-position: left top;
}

dl {
margin-bottom: 20px;
}
dl dd {
margin: 0px 0px 10px 30px;
}

form dl dt {
float: left;
clear: left;
width: 5em;
}

form dl dd {
margin: 1px;
}
form dl dd textarea {
margin: 2px;
}
form ul {
margin: 0px 0px 20px 0px;
}
form ul li {
list-style-type: none;
}
form fieldset {
border: 0px solid #000000;
}
form legend {
display: none;
}
form input, form select {
margin-right: 1px;
padding: 1px;
font-size: 90%;
}

#main p{
margin:10px;
}

