/* ブラウザのデフォルトスタイルを無くす */
* {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	line-height: 135%;
	font-weight: normal;
	font-style: normal;
}
/* ここで通常のテキストで使用されるフォントを設定します */
body, th, td {
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	font-style: normal;
}
/* 画像のボーダーを無くす */
img {
	border: none;
}
/* リンクカラーの指定 */
A:link	{color: #03F; text-decoration: none;  }
A:active	{color: #F00; text-decoration: none;  }
A:visited	{color:#03F; text-decoration: none;  }
A:hover  {color: #F00; text-decoration: underline; }

h1 {
font-size:8pt;
}
h2 {
font-size:11pt;
}

#p2 td {
	padding:10px;
}
.style1 {
	color: #FF0033;
	font-weight: bold;
}
.style2 {color: #666;
}

.copy {
font-size:8pt;
color: #333;
}

