@charset "utf-8";

@import url("setting.css");  

/* ----------------------------------------
	container
---------------------------------------- */

html,body {
	height: 100%;
}

#container {
	width: 100%;
	min-width: 580px;
	min-height: 100%;
	background: url(../img/contact/bg.jpg) repeat-y center top;
}


/* ----------------------------------------
	header
---------------------------------------- */

#header_wrap {
	width: 100%;
	background: url(../img/contact/header_wrap_bg.gif) repeat-x center top;
}

#header {
	width: 100%;
	height: 100px;
	background: url(../img/contact/header_bg.png) no-repeat center top;
	text-align: center;
}


/* ----------------------------------------
	contents
---------------------------------------- */

#contents {
	width: 520px;
	min-height: 405px;
	margin: auto;
	padding: 15px 30px;
}

table {
	margin-top: 25px;
}

th {
	width: 110px;
	padding-top: 3px;
	text-align: left;
	vertical-align: top;
	color: #BE963C;
}

.conf th {
	padding-top: 0;
}

td {
	width: 410px;
	padding-bottom: 20px;
	text-align: left;
}

td input {
	width: 388px;
	height: 28px;
	padding: 0 10px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	background: #FFF url(../img/contact/input_bg.gif) repeat-x center top;
	color:#7d7d7d;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
}

textarea {
	width: 388px;
	height: 158px;
	padding: 10px;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	background: #FFF url(../img/contact/textarea_bg.gif) repeat-x center top;
	color:#7d7d7d;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0;
}

#btn_area {
	/*text-align: center;*/
	overflow: hidden;
	margin: 0 auto;
	display: table;
	padding-bottom: 35px;
}

#btn_area form{
	float: left;
}

#btn_area input {
	margin: 0 10px;
}

#btn_area input:hover,
#btn_area a:hover {
	opacity: 0.8;
}

#comp {
	padding-top: 170px;
	text-align: center;
}

