@charset "utf-8";

.align_center{
	text-align: center;
}

input.large{
	width:400px;
}

input.medium{
	width:200px;
}

input.small{
	width:100px;
}

/* Error message
***********************************************************************************************/

table.error{
	border:none;
	width:100%;
/* 	padding-left:100px; */
	}

table tr.error{
background-color:#FFDDDD;
/* 	padding-left:100px; */
	}
	
/* Error message
***********************************************************************************************/



#contents table {
	padding-bottom: 25px;
 	border:1px solid #ccc; 
}
#contents td {
	border:1px solid #ccc;
	font-size: 12px;
	line-height: 150%;
 	padding-bottom: 7px;
	padding-top: 7px;
 	padding-right: 10px;
	padding-left: 12px;
}

#contents td span.example{
	color:#aaa;
}

#contents th {
	font-weight:normal;
	border:1px solid #ccc;
	font-size: 12px;
	line-height: 150%;
 	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 12px;
	text-align:right;	
}

