/* CSS Document */

/* index==========================

	1.for form style
	
*/

/* 1.for form style 
===============================================================*/

#formArea p{
   line-height: 1.6;
   margin-bottom: 15px;
   font-size: 12px;
   color: #7d7d7d;
   }

#formArea a:link, a:visited {
    text-decoration: underline;
    color: #7d7d7d;
    }
#formArea a:hover, a:active {
    text-decoration: underline;
    color: #3802ff;
    }
    
fieldset.check dd {
   line-height: 1.5;
   padding-top: 3px;
   font-size: 12px;
   width: 350px;
   }

dd.message {
   height: 105px;
   overflow: auto;
   }

form.back {
   float: left;
   }

p#fTitle {
   margin-bottom: 25px;
   font-weight: bold;
   font-size: 15px;
   color: #333;
   }