div.contents{
	margin:10px;
	text-align:center;
}

td.input{
	background-color:#ffffff;
	border:0px solid #ffffff;
	width:320px;
}

td.label{
	background-color:#cccccc;
	border:0px solid #ffffff;
}

td.submitArea{
	background-color:#ffffcc;
}

input.text{
	width:300px;
}

input.submit{
	width:100px;
}

textarea.textarea{
	width:300px;
	height:100px;
}

textarea.shop{
	width:400px;
	height:200px;
}

.attention{
	font-size:75%;
	color:red;
}

ul{
	line-height:150%;
}
li{
	font-size:10px;
	color:#333333;
	line-height:100%;
	margin-left:5px;
}

h4{
	background-color:#cccccc;
	margin:0px;
	margin-bottom:10px;
	padding:2px;
	padding-left:5px;
	border-left:3px solid #333333;
	font-size:16px;
}