/* CSS Document */

#main h1 {
    margin: 0 0 20px 0;
    }

/* 右上 ----------------------------------- */    
#main h2 {
    margin: 0px 0 2px 3px;
    width: 615px;
    font-size: 100%;
    color: #444;
    text-align: right; 
    }

#main h2 span {
    font-size: 80%;
    color: #f68;
    background: #FFF;
    font-weight: normal;
    }

#main h2 a {
    text-decoration: none;
    color: #444;
    }

#main h2 a:hover {
    text-decoration: underline;
    color: #F00;
    }

/* --------------------------------------- */  

#main p { line-height:20px; color:#333; margin:0 0 20px 0;}

#main DL {
    width: 640px;
    margin: 0 0 35px 0;
    }

#main DL DT {
    margin: 0 15px 7px 5px;
    padding: 6px 5px 4px 1.3em;
    text-indent:-1.1em;
    font-size: 125%;
    color: #000;
    border-style: dashed;
    border-color: #F47;
    border-width: 1px 0;
    background: #fffafc;
    }
#main DL DT small {
    float: right;
    font-weight: normal;
    font-size: 85%;
    line-height:160%;
    color: #444;
    }
#main DL DT span {
    color: #F47;
    font-size: 75%;
    font-weight:normal;
    }

#main DL DD {
    margin: 0 15px 35px 5px;
    padding: 0 15px 2px 15px;
    line-height: 20px;
    color: #333;
    background: url("../images/common/line.gif") 0 1px;
    }
    
#main ul {
    margin:0;
    padding:0;
    list-style-type:none;
    }
#main ul li {
    margin: 0;
    padding-left: 1.3em;
    text-indent: -1.3em;
    }
    

/* 登録フォーム ---------------------------------------------*/


#main form {
   margin-bottom:50px;
   }

#main DL.form {
    margin: 0 0 15px 25px;
    width: 580px;
    }

#main DL.form DT {
    margin: 10px 0 0 0;
    padding: 2px 0 0 10px;
    width: 135px;
    font-size: 113%;
    text-indent:0;
    color: #000;
    line-height: 100%;
    float: left;
    border-style: solid;
    border-color: #c03;
    border-width: 0 0 0 6px;
    background: none;
    }

#main DL.form DD {
    margin: 0;
    padding: 7px 0;
    font-size: 113%;
    border-bottom: dashed 1px #c03;
    background: none;
    }
#main DL.form DD small {
    font-weight: normal;
    font-size: 80%;
    color: #222;
    }
    
#main .submit {
    width: 580px;
    margin: 0 0 0 15px;
    text-align: center;
    }
