h2 {
	background: url(../../../../img/sozai/h2.bg.contact.png) left top no-repeat;
}



form p {
	margin: 0 0 .33em 0;
}

form pre {
	line-height: 110%;
}


form .rcorner .cover {
	padding: 4px 8px;
	background: #e6e6e6;
}
form .buttons .cover {
	padding: 8px;
	background: #51a2da;
	background: #e6e6e6;
}


form .buttons {
	position: relative;
	width: 100%;
	background: #cccccc;
	text-align: center;
}



form .textbox, form textarea {
	border: 1px solid #dddddd;
	width: 100%;
	background: #f0f0f0;
}

form .textbox {
	font-size: 120%;
}

#form-span-key {
	color: #f1ace8;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS Gothic", verdana, sans-serif;*/
	font-size: 110%;
	font-weight: bolder;
}

form textarea {
	height: 12em;
}

form .textbox:focus,
form textarea:focus {
	background: #f9f9f9;
}


form .button, form button {
	padding: 4px;
	border: 1px outset #51a2da;
	font-size: 110%;
	color: #ffffff;
	background: #51a2da;
	cursor: pointer;
}

form button {
	padding: 0;
}
form button .content {
	padding: 4px;
}



form .required .cover {
	background: #ffdddd;
}

form .required .textbox,
form .required textarea {
	border: 1px solid #ffdddd;
	background: #fff0f0;
}
form .required .textbox:focus,
form .required textarea:focus {
	background: #fff9f9;
}

