@CHARSET "UTF-8";

.mailform {
/*	padding-left:8em;
	padding-right:8em;*/
}

.navi {
	padding-left:2em;
	padding-right:2em;
}

.mailform TABLE {
	border-collapse: collapse;
	margin-bottom:1em;
}

.mailform TH {
	padding: 5px;
	border: 1px #D3D3D3 solid;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: center;
}

.mailform TH.title {
	font-weight:bold;
	font-size:120%;
	background-image:url(titlebg.png);
	text-align: left;
	color : #404040;
}

.mailform LABEL {
	white-space:nowrap;
}

.mailform .odd TH {
	background-color: #E0EFE0;
}

.mailform td {
	padding: 5px;
	border: 1px #D3D3D3 solid;
	text-align: left;
	white-space: normal;
}

.mailform .odd TD {
	background-color: #EFFFEF;
}

.mailform TEXTAREA {
	width: 30em;
	height : 6em;
	font-size: 9pt;
}

.mailform INPUT {
	font-size: 9pt;
}

.mailform .text {
	width: 16em;
}

.mailform .notice {
	color: blue;
}

.mailform .error {
	font-weight: bold;
	color: red;
}

.mailform .info {
	font-weight: normal;
	font-size: small;
}

.mailform input.mail {
	ime-mode:inactive;
	width: 25em;
}

/* URL入力用 INPUT要素 */
.mailform input.url {
	ime-mode:inactive;
	width: 40em;
}
/* 金額入力用 INPUT要素 */
.mailform input.money {
	ime-mode:inactive;
	width:8em; 
}

#F7 {
	width:8em;
}

.mailform .F79 textarea {
	width:20em;
	float:left;
	margin-right:0.5em;
}

