@charset "utf-8";

/* import
----------------------------------------------- */
@import "font.css";
@import "common.css";
@import "menu.css";

body { behavior: url("csshover3.htc"); } 

/* headline
----------------------------------------------- */
h1 {
	display: block;
	width: 170px;
	height: 52px;
	margin: 35px 0 40px ;
	background: url(../common/h1.gif) no-repeat 0 0;
	text-indent: -9999px;
}
h2 {
	display: block;
	width: 190px;
	_line-height:0.5em;
	height: 16px;
	margin: 35px 0 0;
	background: url(../common/h2.gif) no-repeat 0 0;
	text-indent: -9999px;
}

/* table
----------------------------------------------- */
.tabletype01 {
	width: 100%;
	margin: 25px 0 0;
	background: url(../common/border02.gif) repeat-x left bottom;
}
.tabletype01 th {
	width: 170px;
	padding: 17px 0 15px 20px;
	background: url(../common/border02.gif) repeat-x 0 0;
	font-weight: normal;
	/*letter-spacing: 0.5em;*/
	text-align: left;
	vertical-align: top;
}
.tabletype01 td {
	padding: 15px 0;
	background: url(../common/border02.gif) repeat-x 0 0;
	vertical-align: top;
}
.tabletype01 input {
	border: 1px solid #cccccc;
	}
.tabletype01 ul li {
	margin: 8px 0 0;
}
.tabletype01 dl dt {
	float: left;
	clear: both;
	width: 7em;
	text-align: right;
}
.tabletype01 dl dd {
	margin-left: 10em;
	margin-bottom: 8px;
}
.form {
	padding:20px 0;
	background: #ECF5D8;
	margin: 0 0 20px 0;
	text-align:center;
	}
.form input {
	margin: 0 0 0 10px;
	}
input.conform {
	text-align:center;
	margin: 0 0 0 370px;
	}
input.conform:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
.confirm_terms {
	padding: 0 0 10px;
	margin: 15px 0 20px 0;
	border: 1px solid #eee;
	}
.confirm_terms p {
	font-size:x-small;
	_font-size: xx-small;
	color: #323237;
	margin:10px 0 0 0;
	padding: 0 20px;
	}
p.caution {
	margin:20px 0 0 0;
	font-size:x-small;
	_font-size: xx-small;
	}
span {
	color: #A0CD3C;
	}
.submit {
	background: url(../common/confirm.gif) no-repeat center;
	
	margin:0 auto;
	width:170px;
	_width:900px;
	_text-align: center;
	}
.submit input {
	cursor: pointer;
	_margin:0;
	margin: 0 0 0 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	}
.submit:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
select,textarea {
	border: 1px solid #cccccc;
	}
select#contact,input#corp,input#group,input#mail {
	width:400px;
	}
input#name,input#kana,input#group,input#mail {
	width:280px;
	}
input#tel1,input#tel2,input#tel3 {
	width:100px;
	}
textarea {
	width:650px;
	height:160px;
	}
ul#alert {
	margin:25px 0 0 0;
	}
ul#alert li {
	background:#E8F4D0 none repeat scroll 0 0;
	color:#A0CD3C;
	margin:2px 0 0;
	padding:4px 8px;
	}
#form .wrap {
	width:900px;
	}
#form .wrap p.modify {
	width:445px;
	float:left;
	text-align:right;
	background: url(../common/modify.gif) no-repeat right;
	}	
#form .wrap p.send {
	width:445px;
	float:right;	
	text-align:left;
	background: url(../common/send.gif) no-repeat left;
	}
#form .wrap p.send:hover,#form .wrap p.modify:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}
#form .wrap input,#form .wrap .send input {
	opacity: 0;
	filter: alpha(opacity=0);
	}
#contents .contact_foot {
	width:900px;
	}
#contents .pagetop {
	margin:44px 0 0 0;
	float:right;
	}
#contents .trust {
	width: 400px;
	float: left;
	}
#contents .trust img {
	float:left;
	width:65px;
	}
#contents .trust p {
	float:left;
	margin:35px 0 0 15px;
	_margin: 35px 0 0 10px;
	font-size: x-small;
	_font-size:xx-small;
	}
#contents .contact_foot:after,
#contents .trust:after,
#form .wrap:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
