body {
	font-family: 
	"メイリオ",
	"Meiryo",
	"sans-serif",
	"Hiragino Kaku Gothic Pro",
	"ヒラギノ角ゴ Pro W3",
	"ＭＳ Ｐゴシック",
	"Bitstream Charter",
	"Georgia";

	color:#333333;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size:18px;color:#000000;
}


h1{
	text-align: center;
	font-size:24px;
}

div.sub{
	text-align: center;
}


table{
	width:640px;
	border-collapse: collapse; /* 枠線の表示方法 */ 
	border: 1px #333333 solid; /* テーブル全体の枠線（太さ・色・スタイル） */ 

}

td {
	font-size:16px;
	color:#000000;
	border: 1px #333333 solid; /* セルの枠線（太さ・色・スタイル） */ 
	padding:5px 5px 5px 10px;
}

td#left {
	font-size:16px;color:#000000;
	text-align:left;
}

td.enter {
	/* ラジオボタン・チェックボックス欄の幅 */
	width:10%;
}




th {
	/*font-size:16px;color:#000000;*/
	text-align:left;
	background-color: #D6F5C5;
	padding:5px 5px 5px 10px;
	font-size:88%;
	/*font-weight:bold;*/
	font-weight:normal;
	border: 1px #333333 solid; /* セルの枠線（太さ・色・スタイル） */ 
}

th.yellow {
	background-color: #fffacd;
}


th.gray {
	/*font-size:16px;color:#000000;*/
	background-color: #e3e3e3;
}

input {
	font-size:14pt;color:#000000;
}

input.choice {
	width:18px;height:18px;
}

input.sfont {
	font-size:10pt;color:#000000;
}

.gokei {
	font-size:16pt;color:#000000;
	text-align="right";
}




address {
	font-style: normal; /* 文字のスタイル（ノーマル） */
	text-align: center;
	line-height: 20px; /* 行の高さ */
	font-size: 10px;
}

p.exp{
	width: 640px;  
	border: 1px #333333 solid;
	margin: 0 auto;  
	font-size:12pt;color:#000000;
}



