BODY {
	BACKGROUND: #66FFCC url(jpg/menu-back.gif) repeat fixed center center;
	MARGIN: 0px;
	padding: 0px;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	LINE-HEIGHT: 140%; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
a:link{
  color: #FF0000;
  text-decoration: none;
  }
a:visited{
  color: #FF6699;
  text-decoration: none;
  }
a:hover,a:active{
  color: #FF6699;
  text-decoration: underline;
  background: none;
  }
.box {
	background-image: none;
	height: 160px;
	width: 100px;
	border: thin dotted #FF0000;
	position: static;
	left: 50px;
	top: 50px;









}
.kotei {
	background-attachment: scroll;
	background-image: url(jpg/untitled.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.box2 {
	height: 200px;
	width: 680px;
	border: 1px solid #CCCCCC;
	margin: 50px;


}
.box3 {
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #9900FF;
}
