body	{
	background-color: #ffffff;
	background-image: url("backline.jpg");
	background-repeat: repeat;
	background-attachement:	fixed;
	}

a:link	{
	font-size: medium;
	color: #2020c0;
	text-decoration: none;
	}
a:visited {
	font-size: medium;
	color: #001010;
	text-decoration: none;
	}
a:hover,a:focus
	{
	font-size: medium;
	color: #2020c0;
	background-color: #d0d0ff;
	text-decoration: underline;
	}
a:active
	{
	font-size: medium;
	color: white;
	background-color: #ff3030;
	text-decoration: none;
	}

p	{
	text-indent: 0.5em;
	margin:	0.2em;
	font-size: medium;
	}

h1	{
	padding: 0.1em;
	font-size: large;
	color: white;
	background-color: #0066ff;
	}

h2	{
	margin:	0;
	font-size: medium;
	color: blue;
	}

hr	{width: 50%;}
.full	{width:	90%;}

em	{font-style: normal;}
.serihu	{color:	red;}
.btitle	{font-weight: bold;}
.boso	{
	font-size: x-small;
	color: #8080ff;
	}
.sakebi	{
	font-size: x-large;
	color: red;
	}

#left_f	{float:	left;}
#right_f	{float:	right;}
.clear_b{clear: both;}
