@charset "UTF-8";
/**
 * Class : contents
 *
 * Main contents Box.
 =======================================================================*/


.contents table {
	width:540px;
	margin:15px auto 20px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	}
caption {
	background:#E1EB89;
	padding:10px;
	font-weight:bold;
	}
.contents th    {
	background:#F3F3F3;
	border-right:2px solid #E1EB89;
	font-weight:bold;
	width:180px;
	}
.contents th, .contents td {
	padding:10px 8px;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	}
.contents textarea {
	width:310px;
	}
input, select, textarea {
	padding: 2px 4px;
	font-size: 108%;
	}
/*======= input[type=*] style's =======*/
 .sizeLong      { width:230px; }
 .sizeMiddle    { width:140px; }
 .sizeShort     { width:100px; }
 .sizeMostShort { width:40px; }
 #submit input { width: 230px; }
/*===== End input[type=*] style's =====*/
.contents strong { font-size: 153.9%; }
.margin-left40 { margin: 0px 0px 0px 40px; }
/**
 * validate error class
 *
 =======================================================================*/
.validateErrorMessage {
	text-align: left;
	padding:3px;
	border:1px solid #999999;
	background:#FFFFFF;
	color:#FF0000;
	-moz-border-radius:4px; /*== Mozilla border corner ==*/
	-webkit-border-radius:4px; /*== Webkit border corner ==*/
	}
