@charset "utf-8";

/*======= contact only ======================================*/
#headline{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:13;
	text-align:left;
	color:#ffffff;
	line-height:1.2;
}

/* head time txt */
.wrap0 .time_txt {
	position: absolute;
	z-index: 11;
	top: 125px;
	padding-bottom: 8px;
	text-align: left;
	border-bottom: 1px dotted #ffffff;
	color: #1c305c;
	font:33px "Arial Black", Gadget, sans-serif;
	font-weight:normal;
	line-height: 1;	
}
.wrap0 .country_txt {
	position: absolute;
	z-index:12;
	top: 170px;
	left: 37px;
	text-align:left;
	color: #203744;
	font:22px "Arial Black", Gadget, sans-serif;
	font-weight:normal;
}
.wrap0 dl.japan .time_txt,
.wrap0 dl.japan .country_txt {
	left: 37px;
}
.wrap0 dl.usa .time_txt,
.wrap0 dl.usa .country_txt {
	left: 350px;
}
.wrap0 dl.thailand .time_txt,
.wrap0 dl.thailand .country_txt {
	left: 700px;
}


#wrap_contact{
	position:relative;
	width:828px;
	min-height:570px;
	margin:-455px auto 0 auto;
	padding:60px 80px;
	background:url(/common/img/content_wrap_bg_large.png) 0 0 no-repeat;
	font-size:14px;
}

/* notes txt */
#notes {
	margin-bottom:45px;
	border-bottom:1px solid #b3b3b3;
}
#notes h2 {
	float:left;
	width:100px;
	padding:20px 0 15px 35px;
	background:url(/img/contact/h2_bg.gif) no-repeat left top;
	font:17px "Arial Black", Gadget, sans-serif;
	font-weight:normal;
}
#notes p {
	float:left;
	width:690px;
	padding:20px 0;
	border-top:1px solid #b3b3b3;
}

/* form input area */
table.tbl_contact,
table.tbl_contact2 {
	margin-bottom:45px;
}
table.tbl_contact th,
table.tbl_contact2 th {
	text-align:right;
	font-family:14px bold "Arial", Gadget, sans-serif;
}
table.tbl_contact th,
table.tbl_contact td,
table.tbl_contact2 th,
table.tbl_contact2 td {
	padding:8px;
}
table.tbl_contact td input {
	width:510px;
	height:28px;
	border:3px solid #e0e0e0;
	font-size:14px;
}
table.tbl_contact td select {
	width:515px;
	height:28px;
	padding-left:5px;
	border:3px solid #e0e0e0;
	color:#999999;
	font-size:14px;
}
table.tbl_contact td textarea {
	width:510px;
	height:128px;
	border:3px solid #e0e0e0;
}

table.tbl_contact2 td span {
	width:510px;
	height:28px;
	border:3px solid #e0e0e0;
	font-size:14px;
	display:block;
}

/* privacy area */
h4 {
	margin-bottom:10px;
	text-align:center;
	font:14px bold "Arial", Gadget, sans-serif;
}
.privacy_box {
	overflow: auto;
	height:120px;
	margin-bottom:40px;
	padding:10px 15px;
	border:1px solid #b3b3b3;
}

/* btn area */
.btnEdit01:link,
.btnEdit01:visited {
	position: relative;
	display: inline-block;
	width: 140px;
	margin:5px 20px 0 0;
	vertical-align: middle;	
}
.btnEdit01:hover {
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";/* ie 8 */
	zoom:1;
}

.btnEdit02 {
	border: 0px solid;
	width: 140px;
	height: 49px;
	background: url(/img/contact/btn_submit.gif) left top no-repeat;
	cursor:pointer;
}


#imageField:hover{
	opacity:0.75;
	filter: alpha(opacity=75);/* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";/* ie 8 */
	zoom:1;
}

.error_box {
	margin-bottom:25px;
	padding:15px 25px;
	border:5px solid #e0e0e0;
}
.error_box .line {
	padding-bottom:10px;
	background:url(/img/contact/line_dot.gif) repeat-x left bottom;
}

/* other[common] */
.red {
	color:#c30d23;
}
.vtop {
	vertical-align:top;
}