@charset "iso-8859-1";
/* ****************************************************
Since : 2008-04-15
Last Modified: 2008-04-15
***************************************************** */

/* contents background */
body.contact div#contents{
	background-color:#ffffff;
	background-image:none;
}
body.contact div#contents div.contentswrap{
	padding:0 20px 30px 20px;
}

/* section */
body.contact div#contents div.section {
	padding:0 0 0 15px;
}

/* step */
body.contact div#contents ul.step li{
	float:left;
	margin:14px 0 0 0;
	padding-right:16px;
	background: url(../../english/contact/images/contact_bg001.gif) no-repeat top right;
}
body.contact div#contents ul.step li.lastChild{
	padding-right:0;
	background-image:none;
}
body.contact div#contents ul.step li.on{
	background: url(../../english/contact/images/contact_bg002.gif) no-repeat top right;
}
body.contact div#contents ul.step li.after{
	background: url(../../english/contact/images/contact_bg003.gif) no-repeat top right;
}

/* h2 */
body.contact div#contents .designh2 {
	width: 860px;
	background:#e9e9e9 url(../images/com_h005.gif) no-repeat left top;
}

/* text */
body.contact div#contents .attention{
	color:#e70014;
}

/* table */
body.contact div#contents table{
	width:845px;
}
body.contact div#contents table th span{
	font-weight:normal;
}
body.contact div#contents table th span.attention{
	font-weight:bold;
}
body.contact div#contents table td span{
	display:block;
}
body.contact div#contents table td span.name{
	padding-left:1em;
}
body.contact div#contents table td ul li{
	float:left;
	margin-right:1em;
}


/* form */
body.contact div#contents form input.text01{
	width:150px;
}
body.contact div#contents form input.text02{
	width:350px;
}
body.contact div#contents form input.text03{
	width:70px;
}
body.contact div#contents form input.text04{
	width:90px;
}
body.contact div#contents form input.text05{
	width:250px;
}
body.contact div#contents form textarea{
	width:500px;
}

/* error */
body.contact div#contents div.error p{
	font-size:100%;
	font-weight:bold;
	color:#e70014;
}
body.contact div#contents div.error ul{
	margin-top:10px;
	font-size:80%;
	font-weight:bold;
	line-height:1.6;
}
body.contact div#contents table td.error{
	background-color:#fff3f4;
}
body.contact div#contents table td.error p{
	margin:0;
	font-size:100%;
	font-weight:bold;
	color:#e70014;
}

/* confirm */
body.contact div#contents div.confirm p{
	font-size:100%;
	font-weight:bold;
}
body.contact div#contents div.submitArea{
	margin:10px 0 0 260px;
	width:330px;
}
body.contact div#contents div.submitArea p.text-bt{
	float:left;
	width:150px;
	border:1px solid #cccccc;
	background:#ffffff url(../../english/contact/images/contact_bg004.gif) no-repeat center center;
}
body.contact div#contents div.submitArea p.text-bt a {
	display: block;
	min-height: 22px;
	_height: 30px;
	border:1px solid #ffffff;
	background:url(../images/com_ic004.gif) no-repeat 10px 0.6em;
	padding:6px 20px 0 20px;
}
body.contact div#contents div.submitArea p.imgBtn{
	float:right;
}

/* finish */
body.contact div#contents div.finish{
	padding:30px 0;
	text-align:center;
}
body.contact div#contents div.finish p.thanks{
	font-size:100%;
	font-weight:bold;
	color:#e70014;
}

/*99: extra
=========================================*/
body.contact div#contents ul.step:after,
body.contact div#contents div.submitArea:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

body.contact div#contents ul.step,
body.contact div#contents div.submitArea{
	_height: 1px;
	min-height: 1px;
	*zoom: 1;
}