/************************************************/
/*        フォームメーE僖好織ぅE掘璽        */
/************************************************/


/* ------ ページ全体 ------ */

/* ------ タイトE------ */
.title {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ メッセージ ------ */
.msg_head {
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	color: #000000;             /* 文字色 */
	text-align: center;         /* 配置 */
}


/* ------ テーブE------ */
#form {
   width:598px;
}


#form table {
	border-style: none;
	width: 593px;
	margin: 10px 10px;
}

#form table th {                          
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align:center;           /* 配置 */
	font-size: 12px;
	border:#fff 2px solid;
	/*white-space: nowrap;*/
	padding: 5px;
}


#form th.tanka { 
text-align:center;
vertical-align: middle; 
}

#form table td {
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align:left;           /* 配置 */
	border:#fff 2px solid;
	/*white-space: nowrap;*/
	padding: 5px;
}

#form td.konyu {
	text-align:center;
    vertical-align: middle; 
}

#form th.shurui {
	background-color:#ADCAEB;
}

#form td.shurui {
		background-color:#d7e5f5;
}

/* ------ ボタE------ */
.submit {
	text-align: center;         /* 配置 */
}


h1 {
	font-size: 25px;
}


.zen {
	ime-mode: active; /* E楔E力 ＯＮ */
}

.han {
	ime-mode: inactive; /* E楔E力 ＯＦＦ */
}

.kinyu {
	color: #FF0000;
	font-size: 10px;
}
