h1 /* ページタイトル */
{
	font-weight: bold;
	margin: 0px 0px 15px;
	font-size: 140%;
	font-weight: bold;
	color: #4E473A;
	padding: 8px 4px 15px 6px;
	border-left: 8px solid #5ECE7F;
	border-bottom: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 5px;

}
h2 {
	color: #006633;
	font-size: 120%;
	font-weight: bold;
	background: #EBEBEB;
	padding: 6px 4px 6px 6px;
	border-left: 8px solid #5EC57F;
	margin-top: 25px;
	margin-bottom: 15px;
}
h3  /*大項目タイトル */
{
	color: #006633;
	font-size: 120%;
	font-weight: bold;
	background: #EBEBEB;
	padding: 6px 4px 6px 6px;
	border-left: 8px solid #5EC57F;
	margin-top: 25px;
	margin-bottom: 15px;
}
h4 /* 小項目タイトル */
{
	color: #006633;
	font-size: 100%;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 130%;
}


 /* メインコンテンツエリアコントロール用 */
#MainContents {
	padding-top: 5px;
	width: 750px;
	line-height: 110%;
}
#MainContents li, p {
	font-size: 10pt;
	line-height: 120%;
}
#MainContents ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#MainContentss table {
	margin-top: 10px;
	margin-bottom: 0px;
}
#MainContents td {
	font-size: 10pt;
	line-height: 110%;
}

a {
	color: #0066FF; 
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.bt /* 太字 */
{
	font-weight: bold;
}
.st /* 小さいフォント */
{
	font-size: 9pt;
}
.grayst /* グレー・小さいフォント */
{
	color: #666666;
	font-size: 8pt;
}
.redt /* 赤字 */
{
	color: #FF0000;
}
.redbt /* 赤字・太字 */
{
	color: #FF0000;
	font-weight: bold;
}
.bluet /* 青字 */
{
	color:#0000FF;
}
.greenbt /* 緑字・太字 */
{
	color: #006633;
	font-weight: bold;
}
.dl /* ダウンロードファイル */
{
	color: #FF3300;
	font-weight: bold;
	font-size: 12pt;
}
.tbldl /* ダウンロードテーブル */
{
	background: #999999;
}
.tdcolorwhite /* テーブル背景色・白 */
{
	background: #FFFFFF;
}
.tdcolorgray /* テーブル背景色・グレー */
{
	background: #EEEEEE;
}
.tdcolorblue /* テーブル背景色・ブルー */
{
	background: #99CCFF;
}
.tdcolorgreen /* テーブル背景色・グリーン */
{
	background: #CCFFCC;
}
.tdcolororange /* テーブル背景色・オレンジ */
{
	background: #FFCC99;
}
.tdcoloryellow /* テーブル背景色・黄色 */
{
	background: #FFFF99;
}
.tdcolorpink /* テーブル背景色・ピンク */
{
	background: #FFE1EF;
}
.warning {
	color: #333333;
	background-color: #FFF033;
	margin: 15px;
	padding: 10px;
	border-width: 1px;
	border-color: #333333;
}
.style1 {color: #FF4F00;
font-weight:bold}
.style2 {color: #CC0033;
font-weight:bold}
