html
{
	overflow-y:scroll;
	scrollbar-base-color:	#FFFFFF;
	scrollbar-arrow-color:	#000000;
}

body
{
	background-color:	#EEEEEE;
	
	background-position:	center;
	background-repeat:	no-repeat;
	margin-top:		0px;
	margin-bottom:	0px;
	margin-left:	0px;
	margin-right:	0px;
}
p.box
{
	border-bottom: 1px dotted gray;
	padding-bottom: 5px;
}
p.box2
{
	border-bottom: 1px dotted gray;
	padding-bottom: 5px;
}
/*強調文字１*/
.text1
{
	color:	#0000FF;
	font-weight:	bold;
}
/*強調文字２*/
.text2
{
	color:	#000000;
	font-weight:	bold;
}
/*強調文字３*/
.text3
{
	color:	#000000;
	font-size:	16pt;
	font-weight:	bold;
}
/*小文字１*/
.smallText1
{
	font-size:	9pt;
}
/*段分け背景１*/
.bg1
{
	background-color:	#FCFCFC;
}
/*段分け背景２*/
.bg2
{
	background-color:	#F4F4F4;
}