h1, h2, h3, p, form, input, textarea {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", osaka, "ＭＳ Ｐゴシック";
	line-height: 100%;
}

#container {
	width: 720px;
	margin: 30px auto;
}

#side {
	width: 200px;
	float: right;
	padding: 30px 0 0 0;
}

#main {
	width: 380px;
	float: left;
	text-align: left;
}

address {
	clear: both;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 30px 0 0 0;
	text-align: left;
}

p {
	font-size: 11px;
	line-height: 150%;
	padding: 0 0 1.2em 0;
}

h2 {
	background-image: url(../images/mailform_top.gif);
	background-repeat: no-repeat;
	width: 380px;
	height: 24px;
	text-indent: -9999em;
	font-size: 1px;
	margin: 20px 0 0 0;
}

#mail {
	width: 380px;
	background-image: url(../images/mailform_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 10px 0;
}

#mail-inner {
	background-color: #F1F1F1;
	padding-top: 10px;
	text-align: center;
}

#mail p {
	padding: 0;
}

form {
	margin: 0 auto;
	width: 350px;
}

label {
	display: block;
	font-size: 12px;
	padding: 10px 0 2px 0;
	text-align: left;
}

label span {
	font-size: 10px;
	margin-left: 6px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #999999;
}

input {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: osaka, "ＭＳ Ｐゴシック";
	width: 100%;
	text-align: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

textarea {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: osaka, "ＭＳ Ｐゴシック";
	width: 100%;
	height: 80px;
	text-align: left;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#btn {
	padding: 20px 0 10px 0;
}

#btn input {
	width: 80px;
	border: none;
	margin: 0 4px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4D4D4D;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
	cursor: pointer;
}
