@charset "utf-8";
/* CSS Document */

#set_container{
	background-color:#000819;
	background-image: url(/images/lib_image/bg.jpg);
	background-repeat: repeat-x;
}

#inquiryarea {
	clear:both;
	width:972px;
	margin:0 auto;
}
#inquiryarea h2{
	padding-top:24px;
}
#formarea {
	padding:22px;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#eaeaea;
	background-image:url(../images/bg_formarea.jpg);
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 44px;
}
#formarea form{
	margin-top:56px;
}
#formarea p,
#formarea th, #formarea td {
	color:#666;
}

#formarea table {
	width:460px;
	margin-left:24px;
}
#formarea th {
	text-align:right;
	font-weight:bold;
	width:130px;
	padding-right:20px;
}
#formarea td {
	width:300px;
	padding-left:10px;
}
#formarea th, #formarea td {
	padding-top:8px;
	padding-bottom:8px;
}
input[type="text"],
textarea {
	border:2px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#formarea #name,
#formarea #email, #formarea #emailchk,
#formarea #addr,
#formarea textarea {
	width:350px;
}

#formarea #tel {
	width:200px;
}
#formarea #zip1, #formarea #zip2 {
	width:50px;
}

#formarea textarea {
	height:150px;
}
#formarea .submitbtn {
	background-image:url(../images/btn_submit.jpg);
	background-repeat:no-repeat;
	width:143px;
	height:45px;
	cursor:pointer;
	border:0;
	text-indent:-999em;
	display:block;
}
