@charset "utf-8";

/*--------------*/
/*-- 基本要素 --*/
/*--------------*/

#contact {
	height: 100%;
}

/*---------------------------------------*/
/*-- レイアウト指定 --*/

#contact #container {
	height: 100% !important;
	background: url(../images/bg_main.gif) no-repeat center 10px;
}
#contact #wrap {
	background: url(../images/bg_white.gif) repeat-x 0 365px;
	padding: 0 0 30px;
}

#contact #contents {
	width: 901px;
	background: url(../images/box_bg.gif) repeat-y 0 0;
	margin: 5px auto 0;
}
#contact #contents:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0px;
}

#contact #contents #main {
	width: 901px;
	float: none;
}
#contact #contents #menu {
	display: none;
	float: none;
}

/*------------------*/
/*-- ヘッダー指定 --*/
/*------------------*/

#contact #header {
	width: 903px;
	height: 362px;
}
#contact #header ul {
	width: 550px;
	height: 16px;
	position: relative;
	top: 63px;
	left: 0;
	z-index: 4;
	display: inline-block;
}
#contact #header li {
	height: 16px;
	float: left;
	font-size: 1px;
	line-height: 100%;
	margin: 0 17px 0 0;
}
#contact #header ul:after {
	content:".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0px;
}
#contact #header h1 {
	width: 281px;
	height: 107px;
	font-size: 1px;
	line-height: 100%;
	position: relative;
	top: 44px;
	left: 622px;
	z-index: 2;
}
#contact #header h1 img {
	width: 281px;
	height: 107px;
}
#contact #header #bgm {
	top: -58px;
}

/*------------------*/
/*-- フッター指定 --*/
/*------------------*/

#contact #footer {
	width: auto;
	height: auto;
	background: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
}
#contact #footer div {
	width: 901px;
	background: url(../images/box_line.gif) no-repeat 0 0;
	text-align: left;
	padding: 28px 0 0;
	margin: 0 auto;
}
#contact #footer ul {
	width: 465px;
	height: 23px;
	background: #e7e7e7 url(../images/f_navi_bg2.gif) no-repeat 0 0;
	margin: 0 1px 10px;
}
#contact #footer li {
	float: left;
	font-size: 0.1px;
	line-height: 100%;
	padding: 3px 0 0 10px;
}
#contact #footer p#copyright {
	margin: 0 3px;
}

/*---------------------------------------*/
/*-- スタイル指定要素 --*/

#contact h2 {
	background: url(../images/box_line.gif) no-repeat 0 0;
	font-size: 1px;
	padding: 30px 33px 10px 36px;
}
#contact #contents p {
	margin: 0 235px 0 55px;
}

/*-- contact form --*/

#contact #contents p.caution {
	font-size: 11px;
	color: #8b0000;
}
#contact #contents p.btn-submit {
	width: 623px;
	background: url(../images/contact/bg_tbl_b.gif) repeat-x 0 0;
	font-size: 1px;
	text-align: center;
	padding: 22px 0 0;
	margin: 0;
}

#contact #contents div.contact-from {
	width: 623px;
	background: url(../images/contact/bg_tbl_t.gif) repeat-x 0 0;
	padding: 3px 0 25px;
	margin: 15px 0 0 53px;
	display: block;
}
#contact #contents table {
	width: 623px;
	background: url(../images/contact/bg.gif) repeat-y 0 0;
}
#contact #contents th {
	width: 160px;
	border-top: 1px solid #aca6a6;
	font-size: 1px;
	text-indent: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 5px 0;
}
#contact #contents td {
	border-top: 1px solid #aca6a6;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#contact #contents td p.zipimg {
	font-size: 11px;
	line-height: 20px;
	margin: 5px;
}
#contact #contents td p.zipimg a {
	margin-right: 8px;
}
#contact #contents td p.zipimg img {
	vertical-align: middle;
}
#contact #contents td p.example {
	font-size: 11px;
	margin: -4px 5px 0;
}
#contact #contents td p.caution {
	font-size: 11px;
	padding: 5px 0 0;
	margin: 0 5px;
}
#contact #contents td span.ziplink {
	font-size: 11px;
	vertical-align: baseline;
}
#contact #contents td span.ziplink a:link,
#contact #contents td span.ziplink a:visited {
	color: #777;
}
#contact #contents td span.ziplink a:hover {
	color: #601919;
}

#contact #contents form {
}
#contact #contents input,
#contact #contents textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 2px 3px;
	margin: 5px;
	vertical-align: middle;
}
#contact #contents select {
	background: #000;
	border: 1px solid #ccc;
	color: #fff;
	padding: 1px 0;
	margin: 5px;
}
#contact #contents .type-name {	
	width: 115px;
}
#contact #contents .type-code {
	width: 55px;
}
#contact #contents .type-text {
	width: 435px;
}
#contact #contents .type-box {
	width: 435px;
}
#contact #contents .btn-submit input {
	border: none;
	padding: 0 0;
	margin: 0 10px 50px;
}

#contact #contents .attention {
	color: #990000;
}

/*-- contact confirm --*/

#contact #contents p.contact-confirm {
	width: 856px;
	background: url(../images/box_line.gif) no-repeat 0 0;
	padding: 48px 0 0 53px;
	margin: 0 0 0;
}

/*-- contact end --*/

#contact #contents div.contact-end {
	width: 901px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
	background: url(../images/box_line.gif) no-repeat 0 0;
	text-align: center;
	padding: 53px 0 15px;
	margin: 0;
}
#contact #contents div.contact-end p {
	padding: 0 30px;
	margin: 0 278px 35px 0;
}
#contact #contents div.contact-end dl {
	padding: 0 30px;
	margin: 0 278px 35px 0;
}
#contact #contents div.contact-end dt {
	margin: 0 0 3px;
}
#contact #contents div.contact-end dd span {
	font-weight: bold;
}