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

#name,#kana,#email,#tel{
	width:300px;
}
#messageBody{
	width:480px;
}
.btn{
	width:180px;
}

/* contact */

.dataBox #formBox {
	
}

	.dataBox #formBox dt, #formBox dd{
		margin:0px 0px 2px 0px;	
	
	}
	
	.dataBox #formBox dt{
		float:left;
		clear:left;
		width:13em;
		padding:0.5em 5px 5px 5px;
		font-weight:bold;
		
		
	}
	.dataBox #formBox  dd{
		padding:5px 5px 5px 13.5em;
		border:solid 1px #cccccc;
		background-image:url(../../contact/images/formBg.jpg);
		background-repeat:repeat-y;
		background-position:13em 0;
		background-color:#E1FFE1;
	}
	
	
	#formBox dd .textInput{
		height: 1.2em;
		width:20em;
	}
	#formBox dd .textArea{
		width:400px;
		height:15em;
	}
.coution{
	margin:10px 0px 10px 20px;
}