/*　メニューのスタイル　*/ 
.menu1{
	color:white;			/*　フォントの色　*/ 
	font-size:11pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	background-color:"#7650fa";	/*　背景色　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:5pt;		/*　文字とセルの間隔　*/ 
	padding-bottom:5pt;		/*　文字とセルの間隔　*/ 
	cursor:hand;			/*　マウスポインタの形　*/ 
}

.menu2{
	color:red;			/*　フォントの色　*/ 
	font-size:11pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	background-color:"#7650fa";	/*　背景色　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:5pt;		/*　文字とセルの間隔　*/ 
	padding-bottom:5pt;		/*　文字とセルの間隔　*/ 
	cursor:hand;			/*　マウスポインタの形　*/ 
}

.menudanraku1{margin-left:20px;		/* 左マージン */ 
		font-size:11pt;		/* フォントのサイズ */ 
		line-height:100%;	/* 行間隔 */ }
.menudanraku2{margin-left:20px;		/* 左マージン */ 
		font-size:12pt;		/* フォントのサイズ */ 
		line-height:100%;	/* 行間隔 */ }


/* 見出しのスタイル */ 
.heading1 {border-top-style:double;/* 上ボーダーのスタイル:二重線 */ 
		border-width:5pt;/* ボーダーの太さ */ 
		padding:5pt;/* パディング */ 
		border-bottom-style:double;/* 下ボーダーのスタイル:二重線 */ 
		border-color:#272672;/* ボーダーの色 */ 
		letter-spacing:5pt;/* 文字間隔 */ 
		text-indent:0pt;/* 一行目のインデント幅 */ } 
.subheading1 {color: #008000;/* 文字色 */ 
		font-size:large;/* フォントのサイズ */ 
		font-family:"ＭＳ ゴシック",sans-serif;/* フォントの種類 */ 
		font-weight:900;/* フォントの太さ */ 
		border-bottom-style:double;/* 下ボーダーのスタイル:二重線 */ 
		border-width:5pt;/* ボーダーの太さ */ 
		padding:5pt;/* パディング */ 
		border-color:#008000;/* ボーダーの色 */ 
		letter-spacing:5pt;/* 文字間隔 */ 
		text-indent:10pt;/* 一行目のインデント幅 */ } 
.subheading2 {color:blue;
		letter-spacing:5pt;} 


/* 段落のスタイル */ 
.danraku1{margin-left:20px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:11pt;		/* フォントのサイズ */ 
		line-height:150%;	/* 行間隔 */ }
.danraku2{margin-left:20px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:12pt;		/* フォントのサイズ */ 
		line-height:150%;	/* 行間隔 */ }
.danraku3{margin-left:40px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:11pt;		/* フォントのサイズ */ 
		letter-spacing:2pt;	/* 文字間隔 */ 
		line-height:150%;	/* 行間隔 */ }
.danraku4{margin-left:40px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:12pt;		/* フォントのサイズ */ 
		letter-spacing:2pt;	/* 文字間隔 */ 
		line-height:150%;	/* 行間隔 */ }
.danraku5{margin-left:80px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:11pt;		/* フォントのサイズ */ 
		letter-spacing:2pt;	/* 文字間隔 */ 
		line-height:150%;	/* 行間隔 */ }
.danraku6{margin-left:80px;		/* 左マージン */ 
		margin-right:20px;	/* 右マージン */ 
		font-size:12pt;		/* フォントのサイズ */ 
		letter-spacing:2pt;	/* 文字間隔 */ 
		line-height:150%;	/* 行間隔 */ }

/* 影付きタイトル */ 
.title{color:blue;font-size:20;font-weight:900;margin-top:-30}
.shadow{color:#dddddd;font-size:20;font-weight:900;margin-top:20}


/* 均等割付 */ 
.justify1{text-align: justify; text-justify: distribute-all-lines; }


/* 左マージン */ 
.margin1{margin-left:20px;/* 左マージン */  }
.margin2{margin-left:40px;/* 左マージン */  }
.margin3{margin-left:60px;/* 左マージン */  }
.margin4{margin-left:80px;/* 左マージン */  }
.margin5{margin-left:100px;/* 左マージン */  }
.margin6{margin-left:120px;/* 左マージン */  }


/* リンク[a]の下線を消す */ 
<!--
a:link{color:blue;text-decoration:none;} 
a:active{color:blue;text-decoration:none;} 
a:visited{color:blue;text-decoration:none;} 
a:hover{color:red;text-decoration:none;}
table{font-size: 14; line-height: 20px; letter-spacing: 1;} 
-->

/* カーソルを変更する */ 
.font2{cursor:default;/* 初期設定 */ }
.font2h{cursor:hand;/* ハンド */}

/* メインメニューのスタイル */ 

.MainMenu01 {

	color: rgb(255,255,255);
	font-size: 15px;font-weight: bold;font-family: "ＭＳ ゴシック",sans-serif;
	width: 96px;
	padding: 3px 10px;
	background-color: rgb(51,153,102);
	border-right: 2px solid rgb(255,255,255);

}
.MainMenu02 {

	color: rgb(255,230,0);
	font-size: 15px;font-weight: bold;font-family: "ＭＳ ゴシック",sans-serif;
	width: 96px;
	padding: 3px 10px;
	background-color: rgb(90,200,145);
	border-right: 2px solid rgb(255,255,255);
	cursor:	hand;

}
.submenu01 {

	color: rgb(255,255,255);
	font-size: 15px;font-weight: bold; 
	width: 170px;
	padding: 3px 10px;
	background-color: rgb(51,153,102);
	border-top:1px solid #ddeeff;
	border-right:1px solid #000008;
	border-bottom:1px solid #000008;
	border-left:1px solid #ccddff;
}
.submenu02 {

	color: rgb(255,230,0);
	font-size: 15px;font-weight: bold; 
	width: 170px;
	padding: 3px 10px;
	background-color: rgb(90,200,145);
	border-top:1px solid #ffffff;
	border-right:1px solid maroon;
	border-bottom:1px solid maroon;
	border-left:1px solid #ffffff;
	cursor:	hand;

}

/*　メインタイトルのスタイル　*/ 

.maintitle1{
	color:rgb(115,115,255);		/*　フォントの色（薄いブルー）　*/ 
	font-size:14pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:3pt;		/*　文字とセル上の間隔　*/ 
	padding-bottom:3pt;		/*　文字とセル下の間隔　*/ 
	border-bottom-color:rgb(115,115,255);	/*　下ボーダーの色　*/ 
	border-bottom-style: solid;	/*　下ボーダーのスタイル（1本）　*/ 
	border-bottom-width: thick;	/*　下ボーダーの太さ（太い）　*/ 
	width: 670px
}

.maintitle2{
	color:rgb(250,100,0);		/*　フォントの色（薄いオレンジ）　*/ 
	font-size:14pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:3pt;		/*　文字とセル上の間隔　*/ 
	padding-bottom:3pt;		/*　文字とセル下の間隔　*/ 
	border-bottom-color:rgb(250,100,0);	/*　下ボーダーの色　*/ 
	border-bottom-style: solid;	/*　下ボーダーのスタイル（1本）　*/ 
	border-bottom-width: thick;	/*　下ボーダーの太さ（太い）　*/ 
	width: 670px
}

.maintitle3{
	color:rgb(255,100,150);		/*　フォントの色（薄いピンク）　*/ 
	font-size:14pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:3pt;		/*　文字とセル上の間隔　*/ 
	padding-bottom:3pt;		/*　文字とセル下の間隔　*/ 
	border-bottom-color:rgb(255,100,150);	/*　下ボーダーの色　*/ 
	border-bottom-style: solid;	/*　下ボーダーのスタイル（1本）　*/ 
	border-bottom-width: thick;	/*　下ボーダーの太さ（太い）　*/ 
	width: 670px
}


/*　サブタイトルのスタイル　*/ 

.subtitle1{
	color:rgb(0,200,150);		/*　フォントの色（薄いグリーン）　*/ 
	font-size:14pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:3pt;		/*　文字とセル上の間隔　*/ 
	padding-bottom:3pt;		/*　文字とセル下の間隔　*/ 
	border-bottom-color:rgb(0,200,150);	/*　下ボーダーの色　*/ 
	border-bottom-style: solid;	/*　下ボーダーのスタイル（1本）　*/ 
	border-bottom-width: thin;	/*　下ボーダーの太さ（細い）　*/ 
	width: 670px

}


/*　各タイトルのスタイル　*/ 

.kensintitle1{
	color:white;			/*　フォントの色　*/ 
	width: 640px; height: 30pt;
	font-size:14pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
	background-color:"#6666cc";	/*　背景色　*/ 
	border-style:none;		/*　境界線のスタイル　*/ 
	padding-top:7pt;		/*　文字とセル上の間隔　*/ 
	/*padding-bottom:5pt;		　文字とセル下の間隔　*/ 
	margin-left:20px;		/* 左マージン */ 
}

.kensatitle1{
	color:rgb(0,0,130);		/*　フォントの色（紺色）　*/ 
	font-size:13pt;			/*　フォントのサイズ　*/ 
	font-weight:bolder;		/*　フォントの太さ　*/ 
}


