@charset "utf-8";

@import "reset.css";
@import "object.css";


body {
	color:#313131;
	font-size:12px;
	line-height:1.6;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a:link {
	color:#313131;
	text-decoration:underline;
}
a:visited {
	color:#313131;
	text-decoration:underline;
}
a:hover {
	color:#313131;
	text-decoration:none;
}
a:active {
	color:#313131;
	text-decoration:none;
}

#header_wrapper {
	background: url("/material/img/form/bg_formHead.gif") left top repeat-x;
}

#header {
	position: relative;
	width: 800px;
	height: 132px;
	margin: 0 auto;
}

#header h1 {
	position: absolute;
	top: 20px;
	left: 34px;
}

#header .ttl {
	position: absolute;
	top: 67px;
	right: 30px;
}

#header .btn {
	position: absolute;
	top: 20px;
	right: 30px;
}

.btn a {
	cursor: pointer;
}

#contents_wrapper {
	background: url("/material/img/form/bg_form.gif") left top repeat-x;
}

#contents {
	width: 728px;
	margin: 0 auto;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 25px;
	padding-bottom: 38px;
}

#box_tel {
	margin-bottom: 31px;
}

#box_tel h2 {
	margin-bottom: 18px;
}

#box_tel p {
	margin-left: 4px;
}

#box_mail {
	margin-bottom: 19px;
}

#box_mail h2 {
	margin-bottom: 14px;
}

#box_mail p {
	margin-left: 1px;
}

table {
	width: 728px;
	margin: 0 auto;
	border-collapse: collapse;
}

table .f01 {
	width: 210px;
}

table .f02 {
	width: 3em;
}

table .f03 {
	width: 4em;
}

table .f04 {
	width: 480px;
	height: 55px;
}

table .f05 {
	width: 2em;
}

table input[type="button"] {
	font-size: 12px;
}

table input[type="checkbox"] {
	position: relative;
	margin-top: -1px;
	outline: none;
	vertical-align: middle;
}

table input[type="radio"] {
	position: relative;
	margin-top: -4px;
	outline: none;
	vertical-align: middle;
}

textarea {
	overflow-y: auto;
}

.form_table1 table th {
	width: 210px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid #bababa;
	background: #dddddd;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

.form_table1 table th img {
	float: left;
	vertical-align: middle;
}

.form_table1 table th span {
	float: right;
	width: 158px;
	margin-top: 1px;
}

.form_table1 table td {
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 10px;
	border: 1px solid #bababa;
	background: #fff;
	vertical-align: middle;
}

.form_table2 li.last {
	margin-right: 0;
}

.form_table2 .list1 {
	margin-left: 55px;
}

.form_table2 .list1 li {
	float: left;
	width: 100px;
	margin-right: 10px;
}

.form_table2 .list2 li {
	float: left;
	width: 220px;
	margin-right: 10px;
}

.form_table2 table {
	font-size: 11px;
}

.form_table2 table td.q {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 25px;
	padding-right: 20px;
	border: 1px solid #bababa;
	background: #dddddd;
	text-align: left;
	vertical-align: middle;
}

.form_table2 table td.a {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 10px;
	border: 1px solid #bababa;
	background: #fff;
	vertical-align: middle;
}

.btn_confirm {
	width: 336px;
	height: 40px;
	margin: 0 auto;
	background: url("/material/img/form/btn_confirm_o.gif") left top no-repeat;
}

.wrap_btn {
	width: 345px;
	margin: 0 auto;
	margin-top: 25px;
}

.btn_submit {
	width: 200px;
	height: 40px;
	background: url("/material/img/form/btn_submit_o.gif") no-repeat left top;
}

.btn_confirm input:hover,
.btn_submit input:hover {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}

#footer_wrapper {
	background: url("/material/img/form/bg_formFoot.gif") left top repeat-x;
}

#footer {
	position: relative;
	width: 800px;
	height: 59px;
	margin: 0 auto;
}

#footer address {
	position: absolute;
	top: 27px;
	left: 239px;
}



