@charset "utf-8";

body{
	margin:0;
	padding:0;
	color:#7E7E7E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.3;
}

table{
	font-size:100%;
	line-height:1.3;
}

th{
	padding:0 10px 0 0;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

td{
	padding:0 0 10px 0;
	vertical-align:top;
}

input,
option,
textarea
{
	font-size:100%;
	color:#000000;
	line-height:1.3;
	border:1px solid #DCB9B7;
}

/*-------------------------------------------*/
/* Area */
/*-------------------------------------------*/
#formArea{}

#formArea p{
	margin:0 0 10px 0;
	padding:0;
}

/*-------------------------------------------*/
/* Text Field */
/*-------------------------------------------*/
.txtfield-m{
	width:180px;
}

.txtbox{
	width:300px;
	height:180px
}

span.caption{
	color:#ff0000;
}

td.fConfirm{
	color:#330099;
}

/*-------------------------------------------*/
/* A */
/*-------------------------------------------*/
a:link{
	color:#7E7E7E;
	text-decoration:none;
	background-color:inherit; 
}

a:visited{
	color:#7E7E7E;
	text-decoration:none;
	background-color:inherit; 
}
	
a:hover{
	color:#7E7E7E;
	text-decoration:underline;
	background-color:inherit; 
}

a:active{
	color:#7E7E7E;
	text-decoration:underline;
	background-color:inherit; 
}


