/*ページ全体*/
body	{
		background-image: url("image/back_line.gif"); /* 全体の背景画像 */
		margin: 0 0 0 0; /* ページの余白 */
		color:#000000; /* 文字色 */
		font-size: 95%;  /* 文字サイズ */
		}

td		{
		font-size: 95%;  /* 文字サイズ */
		}


/*通常のリンク*/
a:link		{ text-decoration: none; color: #000000 }
a:visited	{ text-decoration: none; color: #000000 }
a:active	{ text-decoration: none; color: #FF3300 }
a:hover		{ text-decoration: underline; color: #FF3300}

/*下線なし*/
a.noline:hover	{ text-decoration: none; color: #FF3300}

/*トップのメニュー*/
a.topmenu      {
					text-decoration: none;
					color: #000000;
					background-color: #efefef;
					border: 1px solid #cccccc;
					display: block;
					width: 100%;
					font-size:90%;
					text-align:center;
					padding-top: 2pt;
					padding-bottom: 2pt;
					}
a.topmenu:hover     {
					text-decoration: none;
					color: #FF3300;
					background-color: #ffffff;
					border: 1px solid #aaaaaa;
					}

/*リンク*/
a.ya				{
					text-decoration: none;
					color: #cc6600;
					background-image: url("image/link_ya.gif"); /* 画像の指定 */
					background-repeat: no-repeat; /* 画像の並び */
					padding-left:15pt;
					}

a.ya:visited		{
					text-decoration: none;
					color: #cc6600
					}

a.ya:hover			{
					text-decoration: none;
					color: #FF3300;
					}

/*マウスオーバーで動くリンク*/
a.move:link		{ text-decoration: none; color: #000000 }
a.move:visited	{ text-decoration: none; color: #000000 }
a.move:active	{ text-decoration: none; color: #FF3300 }
a.move:hover	{ text-decoration: none; color: #FF3300; position: relative; top: 1px; left: 1px }

a.91:link      { text-decoration: none; color: #000000;width:95% }
a.91:visited   { text-decoration: none; color: #000000;width:95% }
a.91:active    { text-decoration: none; color: #FF3300;width:95% }
a.91:hover     { text-decoration: none; color: #FF3300;width:95% }



td.topics	{
				border-bottom: 1px dotted #587955;
				background-image: url("image/list_icon.gif"); /* 画像の指定 */
				background-repeat: no-repeat; /* 画像の並び */
				padding-left: 15px; /* 文字の左余白 */
				font-size:95%;
				}

td.under_dot	{
				border-bottom: 1px dotted #587955;
				}

td.under_double	{ border-bottom: 3px double #006600;
				  line-height: 150%;
				  vertical-align: top;
				}

td.under_line	{
				  border-bottom: 1px solid #999999;
				}

td.subtitle		{
				background-color: #99bb88;
				color: #ffffff;
				font-weight: bold;
				padding-left: 5pt;
				}

td.topnavi		{
				background-image: url("image/pagenavi.gif"); /* 画像の指定 */
				background-repeat: no-repeat; /* 画像の並び */
				font-size:90%;
				vertical-align: middle;
				padding-left: 80pt;
				height: 20pt;
				}

input.btn		{
				  background-color: #336600;
				  background-image: url('/image/btn_back.jpg');
				  font-size: 130%;
				  font-weight: bold;
				  padding-left: 8pt;
				  padding-right: 8pt;
				  padding-top: 15pt;
				  padding-bottom: 15pt;
				}

.120			{
				  font-size:120%;
				}

.95				{
				  font-size:95%;
				}

.90				{
				  font-size:90%;
				}

.80				{
				  font-size:80%;
				}

h1				{
				background-image: url("image/back.gif"); /* 画像の指定 */
				background-repeat: no-repeat; /* 画像の並び */
				padding-left: 10px; /* 文字の左余白 */
				line-height: 130%; /* 行の高さ */
				font-weight: bold; 
				font-size: 140%;
				color: #996633;
				border-bottom: 2px dotted #999999;
				}

h2				{
				  font-size:100%;
				  color: #006600;
				}

.line150		{
				  line-height: 150%;
				}

ul				{
				 LINE-HEIGHT: 150%;
				}
				
				
.li1			{
				list-style-image: url("image/list1.gif");
				}
				
.li2			{
				list-style-image: url("image/list2.gif");
				}
				
.list_blue		{
				list-style-image: url("image/list_blue.gif");
				}
				

IMG				{
				border-color: #999999
				}
