
/* message
---------------------------------------------------------------------------------------- */
.japanese{
	ime-mode:active;
}

.english{
	ime-mode:inactive;
}


table,th,td{
	font-size:12px;
}



table.message{
	border-top:2px solid #bdbdbd;
	border-bottom:2px solid #bdbdbd;
	width:100%;
	margin:20px 0;
}

table.message th{
	border-bottom:1px dotted #bdbdbd;
	text-align:left;
	vertical-align: top;
	width:260px;
	padding:10px 10px;
	font-weight:bold;
	background:url(icon01.gif) no-repeat #d1d1d1;
	background-position:235px 6px;
}

table.message th.noicon{
	background-image:none;
	background-color:#e2e2e2;
}

table.message td{
	padding:10px 10px;
	text-align:left;
	border-bottom:1px dotted #ccc;
	background:#e8e8e8;
}

table.message td.noicon{
	
	background:#f4f4f4;
}

table.message td .area{
	margin:0 0 5px 0;
}

table.message .small{
	font-size:10px;
}


input,textarea{
	padding:2px;
}

table.message .noborder{
	border:none;
}

table.nomargin,
table.nomargin td{
	margin:0;
	padding:0;
}

.error{

	display:inline;
}

.errortext{
	font-size:10px;
	color:#DD1A1A;
	background:url(icon02.gif) no-repeat left;
	padding:2px 0 2px 8px;
	font-weight: bold;
}

.submit{
	width:630px;
	text-align:center;
	float:left;
}

.reset{
	width:120px;
	float:right;
	text-align:right;
	margin:25px 0 0 0;
}

.inputtext{
	padding:2px 5px 0 0;
	float:left;
}

.radio{
	
}

.address{
	 margin:0 0 4px 0;
}

.address input{
	float:left;
}

.address p.small{
	float:left;
	margin:5px 0 0 10px ;
}

.mailtext{
	font-size:10px;
	margin:5px 0 0 0 ;
}




table.message2{
	border: 0px;
	width:100%;
}

table.message2 td{
	border: 0px;
	padding: 2px;
	text-align:left;
}


