/* BODY frame-head */
.bodyh		{
			background: white
			}

/* BODY frame-body */
.bodyb		{
			background: url(http://www.hi-ho.ne.jp/ohsamu/nowq/2001/nowq.gif) white;
			background-attachment: fixed;
			}

/* Link */
A:link		{
			color: #336699
			}

/* Visited Link */
A:visited	{
			color: #993300
			}

/* Actice Link */
A:active	{
			color: #666666
			}

/* nowq Title */
.title		{
			position: absolute;
			background: #666666;
			color: white;
			width: 220px;
			left: 0px;
			top: 0px;
			font-size: 72px;
			font-weight: bold;
			font-family: helvetica, sans-serif
			}

/* Navigation */
.navi		{
			text-align: right;
			top: 10px;
			color: #666666;
			font-size: 16pt;
			font-weight: bold;
			font-family: helvetica, Verdana, sans-serif
			}

/* Navigation Bar */
.bar			{
			text-align: right;
			font-size: 12pt;
			font-family: helvetica, Verdana, sans-serif
			}

/* Navigation */
.nav			{
			position: absolute;
			top: 10px;
			}

/* text */
.text		{
			position: absolute;
			left: 48px;
			top: 10px;
			width: 320px;
			font-size: 10pt;
			color: #666666;
			line-height:140%
			}

/* image */
.image		{
			position: absolute;
			left: 400px;
			top: 50px;
			width: 280px;
			font-size: 10pt;
			color: #000000
			}

/* H1 */
H1			{
			font-size: 12pt;
			color: #666666
			}

