.top{	/*ページ上部の、HOME等へのリンク部分*/
	position:relative;
	top:10;
	left:5%;
	width:90%;
	padding:3px 3px 2px 10px;
	margin:0 0 50 0;
	/*border-bottom:1px dashed #888888;*/
	background-color:#fff0f0;
}
.bottom{	/*ページ下部の、HOME等へのリンク部分*/
	position:relative;
	left:5%;
	background-color:#fff0f0;
	text-align:right;
	width:90%;
	/*
	border-top:1px dashed #aaaaaa;
	*/
	margin:30 0 0 0;
	padding:2 10 2 0;
}
body{
	background:#ffffff;
	color:#550000;
	font-size:x-small;
	line-height:150%;
  scrollbar-track-color: #fff0f0;
  scrollbar-face-color: #ffdddd;
  scrollbar-shadow-color: #eeeeee;
  scrollbar-darkshadow-color: #ccaaaa;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-arrow-color: #ffccee;
	margin:0 0 0 0;
}
tr,td,table{font-size:x-small;}
a{text-decoration:none;color:#888888;}
a:hover{font-style:italic;}
h2{border-bottom:2px dotted #ff8899;width:600;color:#dd5566;padding:5;}	/*タイトル部分*/
input{
	background:#ffffff;
}
