/* contact */


/* form */
form {
	width:90%;
	overflow:auto;
	margin:10px 0px 0px 30px;
}
table.contact {
	width:100%;
	margin-top:32px;
	margin-left:0px;
	/*background:#ffd;*/
}
table.contact th {
	padding:12px;
	border-top:1px dashed #cccaaa;
	text-align:left;
	vertical-align:top;
	color:#642;
}
table.contact td {
	padding:12px;
	border-top:1px dashed #cccaaa;
}
th#item_name {
	width:140px;
}
td#item_form {
	width:320px;
}
input.input_text {
	width:240px;
	height:20px;
	border:1px solid #aaa;
}
textarea {
	width:240px;
	height:225px;
	border:1px solid #aaa;
}
table.contact th span {
	font-weight:normal;
	color:#c00;
}
table.contact th small {
	font-weight:normal;
}
/* button */
input.btn {
	width:120px;
	margin-left:2px;
}
td#btn_cell {
	text-align:center;
}

/* text */
div#attention {
	line-height:170%;
	letter-spacing:1px;
	color:#766;
}
td#message_cell {
	letter-spacing:1px;
	line-height:124%;
	text-align:center;
}
div#lastArea {
	margin:24px 0px;
	text-align:center;
}
div#lastArea p {
	margin-bottom:24px;
	font-size:120%;
	line-height:150%;
}
.caution {
	color:#c00;
}
strong {
	font-weight:normal;
	color:#c00;
}

/* for ie6 */
/* \ */
* html table.contact th, table.contact td {
	font-size:80%;
}
/* for ie7 */
/* \ */
*:first-child+html table.contact th, table.contact td {
	font-size:100%;
}

/* ----- END ----- */




