@charset "EUC-JP";


body {  
	background-color: #ffffff;  /* 背景色 */
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,
	'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;

}



.title {
	color: #4cb7a2;             /* 文字色 */
	text-align: left;           /* 配置 */
}



/* ------ メッセージ ------ */
.msg_head {
	font-size: 12px;
	color: #333224;             /* 文字色 */
	text-align: left;           /* 配置 */
}

.msg_foot {
	font-size: 12px;
	color: #333224;
	text-align: left;         /* 配置 */
}


/* ------ テーブル ------ */
table {
	border-style: none;
	width: 620px;
	}

table th {                          
	background-color: #cccccc;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	font-size: 12px;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}

table td {
	background-color: #eeeeee;  /* 背景色 */
	color: #000000;             /* 文字色 */
	text-align: left;           /* 配置 */
	font-size: 12px;
	border-style: none;
	white-space: nowrap;
	padding: 5px;
}


/* ------ ボタン ------ */
.submit {
	text-align: left;         /* 配置 */
}


a:link {
	text-decoration: none;
	color: #11aaaa;
}
a:visited {
	text-decoration: none;
	color: #11aaaa;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #336699;
}
.style1 {font-size: 10px}
.hissu {color: #990000}

