/* 	基本	*/
html

		{
		height:		100%;
		}
body
		{
		margin:		0px;
		font-size:	small;
		}

/*	メイン設定	*/
h1	 { color: #cc0000; font-weight: bold; font-size: 12px }
h2	 { color: black; font-weight: bold; font-size: 16px }
h3	 { color: blue; font-weight: bold; font-size: 14px }
hr	 { color: black; height: 1px }

a:link		 { color: #990000; text-decoration: none }
a:visited	 { color: #990000; text-decoration: none }
a:hover		{
		color: 		#ff3300;
		text-decoration:blink;
		}


