@charset "UTF-8";
/* CSS Document */

/* design layout
----------------------------------------*/
#container_des {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: auto;
	background: url(/design/images/bg.jpg) no-repeat center top #FFF;
}
#container_des #line {
	background: url(/images/head_line.png) repeat-x left top;
	height: 16px;
	/*width: 100%;*/
	/*position: absolute;*/
}
#container_des #header {
	/*background: green;*/
	width: 1000px;
	height: 578px;
	position: relative;
}

#container_des #header h1{
	width: 478px;
	height: 556px;
	position: absolute;
	top: 20px;
	left: 261px;
}
/* form layout
----------------------------------------*/
#container_other {
	background: #FFF;
	width: 700px;
}
#wrapper_f {
	width: 705px;
	margin: 0 auto 30px;
}
#wrapper_f hr {
	display: block;
}
#container_other p.small {
	font-size: 12px; font-size: 1.2rem;
	color: #fd0b60;
	font-weight: bold;
	text-align: center;
}
#container_other p.small a {
	color: #fd0b60;
}
#container_other p.small a:hover {
	color: #999;
}
#container_other .annotation {
	color: #fd0b60;
}
#rightzone{
	width: 700px;
	margin: 0 auto;
	color: #000;
	background: #FFF;
}
#other_titlearea {
	background: #666;
	width: 700px;
}
#content_top{
	width: 700px;
	height: 318px;
	position: relative;
}

#content_top_text{
	font-size: 15px; font-size: 1.5rem;
	color: #333333;
	line-height: 1.3em;
}
table {
	margin-top: 10px;
	vertical-align: top;
}
.contacttable{
	width: 654px;
	margin: 0 auto;
	margin-top: 18px;
	padding-bottom: 10px;
	color: #1A1A1A;
	font-size: 12px; font-size: 1.2rem;
}
#formbox {
	width: 654px;
	margin: 0 auto;
	margin-top: 18px;
	padding-bottom: 10px;
	color: #1A1A1A;
	font-size: 12px; font-size: 1.2rem;
}
#formbox table {
	width: 654px;
}
#formbox th {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
	text-align: left;
	width: 150px;
}
#formbox td{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}

.contacttable th{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
.contacttable td{
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}


.contact_left{
	width: 186px;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 10px;
	text-align: left;
	font-size: 14px; font-size: 1.4rem;
}

.contact_right{
	width: 458px;
}

#submitbtn{
	font-size: 11px; font-size: 1.1rem;
	margin: 10px 0 0 30px;
} 
.contacttable .txt {
	width: 350px;
}
.content_R{
	color: #D4145A;
	font-size: 15px; font-size: 1.5rem;
	font-weight: 600;
}

.content_measure{
	color: #D4145A;
	font-size: 12px; font-size: 1.2rem;
	font-weight: normal;
}

/* company */

#companyprofile{
	width: 654px;
	margin: 0 auto;
	margin-top: 20px;
	color: #1A1A1A;
	font-size: 12px; font-size: 1.2rem;
}

#companyprofile td{
	padding-bottom: 15px;
}

#companyprofile .com_left{
	width: 186px;
	font-weight: 600;
	vertical-align: top;
	padding-left: 10px;
}

#companyprofile .com_right{
	width: 458px;	
}

/* privacy */

#privacycontent{
	width: 654px;
	margin: 0 auto;
	margin-top: 24px;
	color: #1A1A1A;
	font-size: 12px; font-size: 1.2rem;
}

.privacytitle{
	font-weight: 600;
	font-size: 14px; font-size: 1.4rem;
	margin-left: 10px;
}

.privacytext{
	width: 634px;
	margin-left: 10px;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 16px;
	margin-top: 5px;
}

.privacyright{
	margin-top: 20px;
	padding-bottom: 16px;
	text-align: right;	
	line-height: 1.4em;
}

