@charset "utf-8";

/* レイアウト */

#main {
	margin: 0 20px 20px;;
	color: #333;
	font-size: 12px;
}

/* 見出し＆段落 */

#main h1 {
	margin: 20px 0;
}

#main p {
	margin-bottom: 5px;
}

.red {
	color: #c00;
}

/* テーブル（基本） */

#main table {
	width: 600px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: solid 1px #5E4F43;
	font-size: 12px;
	line-height: 1.3;
}

#main table caption {
	padding: 4px 5px 3px;
	background: #605147;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

#main table th {
	width: 10em;
	padding: 7px 10px;
	border-bottom: dashed 1px #5E4F43;
	background-color: #FAFAF0;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

#main table td {
	padding: 7px 15px 1px;
	border-bottom: dashed 1px #5E4F43;
}

/* テーブル（赤） */

#main table.table-red caption {
	background: #933;
}

#main table.table-red th {
	background: #FAF0F0;
	color: #600;
}

/* 強調BOX */

#main p.box {
	margin-bottom: 10px;
	padding: 5px 15px;
	background: #fcc;
}

#main p.box strong {
	color: #900;
}

/* 申し込みボタン */

#main p.button {
	margin: 30px auto 30px;
	text-align: center;
}

/* フォーム */

#main form table {
	margin-bottom: 0;
}

#main form table th {
	width: 13em;
	padding-right: 25px;
	border: none;
	text-align: right;
}

#main form table td {
	padding: 5px 15px 4px;
	border: none;
}

.ness {
	background-image: url(images/kome.gif);
	background-repeat: no-repeat;
	background-position: 95% 10px;
}

.small {
	font-size: 11px;
}

form input {
	margin-bottom: 1px;
	padding: 3px 0;
}

form .submit {
	padding: 5px 20px;
	text-align: center;
}

form textarea {
	margin: 5px 0 15px;
	width: 300px;
	border: solid 1px #ccc;
}

.inputarea {
	width: 300px;
	border: solid 1px #ccc;
}

.inputarea2 {
	border: solid 1px #ccc;
}

.english {
    ime-mode: inactive;
}

#submit {
	width: 190px;
	height: 31px;
	margin: 0 auto;
	line-height: 1;
}
