BODY {
	margin: 10px 20px 10px 10px;
	background: #FCF8E4;
	font-size: 12pt;
	/* font-family: "ＭＳ Ｐゴシック", Osaka; */
}

BODY.menu {
	background: #F9F1AC;
}

BODY.submenu {
	background: #FCF8E4;
}

BODY.content {
	background: #FCF8E4;
}

TD {
	font-size: 12pt;
}

TD.content {
	background: #50FAE0;
}

TD.menu {
	background: #FCD743;
}

TD.submenu {
	background: #FCD743;
}

TD.notes{
	font-size: 9pt;
}

.Contens { /* 濃い緑のバック */
	font-size: 12pt;
	font-weight: bold;
	color: white;
	background: #336666;
	background-color: #336666;
}

.message { /* 淡い緑のバック */
	background: #CCFFCC;
	background-color: #CCFFCC;
}

SMALL {
	font-size: 10pt;
}

H1.head {
	font-size: 24pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.subTitle  {
	font-style: italic;
	font-weight: lighter;
	font-size: medium;
}

H2 {
	font-size: 20pt;
}

H2.head {
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

P {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11pt;
}
OL,Ul,BLOCKQUOTE {
	font-size:11pt;
}

A.no {
	text-decoration: none;
	font-weight: bold;
}

A.no:hover {
	color: #FF9900;
}

.groove {
	border-style: groove;
	border-color: #FFFFFF;
	border-width: medium;
	font-size: 10pt;
}

div.message { /* 淡い緑のバック */
	font-size: 10pt;
	margin-left: 6%;
	padding: 10px;
	width: 650px;
	border: none;
	background-color: #CCFFCC;
}

.Caption1 {
	text-decoration: none;
	color: blue;
	font-weight: bold;
	font-size: 9pt;
}
.Caption2 {
	text-decoration: none;
	color: red;
	font-weight: bold;
	font-size: 9pt;
}

/* ---------------------------------------
 		タイ語フォント設定
	タイ語では上下に大目に行間を取るので，
	line-heightで調整してます。

	■2000でのタイ語フォント(serifがゴジック系、sans-serifが明朝系)
	Tahoma = ゴジック系
	MS Sans Serif = 明朝系

 	■ie5で導入されるフォント
	Angsana New
	Cordia New

   ---------------------------------------*/
.Thai {
	line-height: 1.3;
	font-size: 30pt;
	font-family: "Tahoma","Angsana New","Cordia New","MS Sans Serif","Sans Serif";
	font-weight: bold;
/*  color: white; */
}
.ThaiText {
	line-height: 1.3;
	font-size: 24pt;
	font-family: "Tahoma","Angsana New","Cordia New","MS Sans Serif","Sans Serif";
	font-weight: bold;
/*  color: white; */
}

.size6 {
	line-height: 1.3;
	font-size: 26pt;
	font-family: "Tahoma","Angsana New","Cordia New","MS Sans Serif","Sans Serif";
	font-weight: bold;
}
.size5 {
	line-height: 1.3;
	font-size: 20pt;
	font-family: "Tahoma","Angsana New","Cordia New","MS Sans Serif","Sans Serif";
	font-Weight: bold;
}

.size24 {
	line-height: 22pt;
	font-size: 24pt;
	font-family: "Tahoma","Angsana New","Cordia New","MS Sans Serif","Sans Serif";
	font-weight: bold;
}
