@charset "utf-8";
/* CSS Document */

#main{
	color:#000000;
}

.textHissu{
	font-size:12px;
	text-decoration:underline;
}


.button{
	text-align:right;
}

#mForm table{
}

#mForm th{
	font-size:14px;
	text-align:left;
	width:150px;
	border-bottom:1px dashed #999999;
}

#mForm td{
	font-size:14px;
	border-bottom:1px dashed #999999;
}


#cForm table{
	width:550px;
}

#cForm th{
	font-size:14px;
	line-height:140%;
	text-align:left;
	width:150px;
	border-bottom:1px dashed #999999;
}

#cForm td{
	font-size:14px;
	border-bottom:1px dashed #999999;
}


