@charset   "UTF-8";
<!--
BODY{  
    
  background:url(background.gif) center , url(webtreats_minty_green_pattern_141.jpg) center;
  background-attachment:fixed;   
	width : 940px;
	height : 100%;
	margin : 0px auto;
	overflow : auto;
	padding : 0px;
	 /* フレームとは関係無し */
}
.menu{  
    
    
	width : 120px;
　     min-height:100%;
	_height : 100%;

	position : absolute;
	top : 0px;
	padding : 0px;
	background-color : #ffd2ff; /* フレームとは関係無し */
}
.main{  
    
    
	width : 820px;
　     min-height:100%;
	_height : 100%;
	position : absolute;
	top : 0px;
margin-left: 120px;
	padding : 0px;
	background-color : #e0fef8; /* フレームとは関係無し */

}
-->