BODY{
	font-size : 16px;
	background : #FFD0A0;
	background-image: url("../../images/BackGround.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	margin : 0;
	padding : 0;
	line-height : 150%;
}
BODY.Contents{
	margin:80px 10px;
}
DIV.MenuBar{
	position:absolute;
	top:300px;
}
DIV.Back{
	position:relative;
	top:20px;
	z-index:150;
	cursor:hand;
}
DIV.MiniRuru{
	position:relative;
	top:0px;
	left:60px;
	z-index:100;
}
DIV.MainContents{
	position:absolute;
}
SPAN.STR{
	color:#FF0000;
}