@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Mail
--------------------------------------------------------- */

#header {
	background: url(../images/header.jpg) no-repeat 0 0;
}

#mail h3 {
	width: 530px;
	height: 28px;
	overflow: hidden;
	background: url(../images/mail.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#mail p {
	margin-top: 10px;
}

#mail p span {
	padding-left: 10px;
	border-left: solid 3px #7b5aa1;
}

#mail p span span {
	padding-left: 0;
	border: 0;
	color: #a87dda;
}

#mail em {
	font-style: normal;
	color: #a87dda;
}

input , textarea {
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, "san-serif";
}

#mail input#addr {
	width: 420px;
}

#mail textarea {
	width: 420px;
	font-size: 130%;
}

#mail input#submit {
	padding: 3px 0;
	border: solid 3px #7B5AA1;
	background: #000;
	font-size: 100%;
	letter-spacing: 2px;
	color: #fff;
}

#mail input#button {
	margin-left: 10px;
	padding: 3px 0;
	border: solid 3px #7B5AA1;
	background: #000;
	font-size: 100%;
	letter-spacing: 2px;
	color: #fff;
}
