@charset "UTF-8";

/* ------- レイアウトここから -------*/
#pageInner {
	background-image: url(../../img/sub/bg_main.jpg);
	background-repeat: repeat;
	background-position: left top;
	padding-top: 90px;
}

/* ----- contents ----- */
#contents {
	background-image: url(../../img/sub/bg_top.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	width: 440px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 130px;
	padding-top: 70px;
	background-color: #FFF;
	-webkit-box-shadow: 5px 5px 15px #000;
	-moz-box-shadow: 5px 5px 15px #000;
	-ms-box-shadow: 5px 5px 15px #000;
	box-shadow: 5px 5px 15px #000;
}

#wrap_bgBottom {
	background-image: url(../../img/sub/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

h1 {
	text-align: center;
}

caption {
	display: none;
}

#form1 { 
	width: 260px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

th, td {
	padding-bottom: 10px;
}

th {
	vertical-align: middle;
}

input#name, input#mail {
	width: 150px;
	border: 1px solid #000;
}

textarea {
	width: 180px;
	border: 1px solid #000;
}

#submitButton {
	text-align: center;
	padding-bottom: 15px;
}

#attention {
	width: 260px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	font-size: 10px;
	line-height: 15px;
}
/* ----- /contents ----- */

/* ----- footer ----- */
#copyright {
	text-align: center;
	font-size: 0.6em;
	padding-bottom: 20px;
}
/* ----- /footer ----- */

#pen {
	position: absolute;
	top: 200px;
	left: 530px;
}

/* ------- レイアウトここまで -------*/