// $Id: $
body {
	color: #333333;
	margin: 0em;
	font-size: 72%;
}

textarea {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #333333;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #333333;
	scrollbar-shadow-color: #333333;
}

h1{
	margin: 0.5em;
	font-size: 150%;
	font-weight: lighter;
	color: #333333;
	background-color: #E0E0E0;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
}

ul#address{
	margin: 0em;
	color: #333333;
	font-size:80%;
	list-style-type:square
	display: inline;
}


p#address{
	margin-left: 2em;
	color: #333333;
	font-size: 80%;
}

  p.comment{
  	font-size:12px;
  	color: #555555;
  	line-height:150%;
	font-family: "Osaka", "MS UI Gothic";
  }
  p.hoge{
  	font-size:12px;
  	color: #555555;
  	line-height:130%;
  }
  p.menu{
	font-size: 12px;
	line-height: 160%;
	color: #555555;
	font-family: "Lucida Console", "Courier New";
	text-decoration: underline;
  }
	a{
		color: #555555;
	}
	a:hover{
		background-color: #E0E0E0;
		color: #333333;
	}
  td.dark{
		font-size: 12px;
		background-color: #f0f0f0;
		color:#333333;
		font-family: "Lucida Console";
  }
  th.black{
		font-size: 12px;
		background-color: #333333;
		color: #f0f0f0;
		font-family: "Lucida Console";
		font-weight:light;
  }
  p.logo{
	font-size:14px;
	color: #555555;
	line-height:110%;
	font-family: "Osaka", "MS UI Gothic";
  }
  p.new{
  	font-size:12px;
  	color: #555555;
  	line-height:110%;
	font-family: "Lucida Console", "Courier New";
  }

  .btn{
		border-top: 1px solid;
		border-bottom: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
		background-color : #f0f0f0 ;
		color : #555555 ;
  }

  td.linetop{
	background-image: url(http://www.ultrasync.net/~kuma/photo/hasima/img/dot.gif);
	background-repeat: repeat-x;
	background-position:center top;
  }
  td.linebottom{
	background-image: url(http://www.ultrasync.net/~kuma/photo/hasima/img/dot.gif);
	background-repeat: repeat-x;
	background-position:center bottom;
  }
  td.commentbox{
	background-image: url(http://www.ultrasync.net/~kuma/photo/hasima/img/dot.gif);
	background-repeat: repeat-y;
	background-position:right center;
  	padding-right:12px;
  }
  body{
	margin-top: 20px;
	margin-left: 5px;
  }
