@charset "UTF-8";
/* CSS Document */

/* MAIL FORM */
article section{
	display:block;
	margin-left:90px;
	width:398px;
}
#form_area{margin-bottom:100px;}
form legend{display:none;}
.items{
	vertical-align:top;
	padding:0;
	margin:0;
}
.items label{
	display:block;
	width:97px;
}
.require{font-size:80%;}
input{
	border:solid 1px #999999;
	margin-bottom:15px;
	padding:4px 2px;
	width:296px;
}
textarea{
	border:solid 1px #999999;
	margin-bottom:15px;
	padding:4px 2px;
	width:394px;
}
.button{
	margin-bottom:10px;
	text-align:right;
	width:398px;
}
#submit{
	background:none;
	border:solid 1px #0075BE;
	color:#0075BE;
	cursor:pointer;
	cursor:hand;
	height:24px;
	width:98px;
}
#note{font-size:80%;}
.wtn_copyright{display:none;}
#access{margin-bottom:5px;}

/* CONFIRM AND ERROR */
.message_text{margin-bottom:15px;}
#confirm{margin-bottom:15px;}
#confirm th,
#confirm td{
	padding-bottom:10px;
	vertical-align:top;
}
#confirm th{width:120px;}
#myreset{
	background:none;
	border:solid 1px #0075BE;
	color:#0075BE;
	cursor:pointer;
	cursor:hand;
	height:24px;
	margin-left:15px;
	width:98px;
}