@charset "UTF-8";
/* CSS Document */

/*リセットcss*/p,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin: 0;
	padding: 0;
	
}

html{
	overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
	font-weight: normal;
}

ol,ul{
	list-style: none;
}

fieldset, img{
	border: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th{
	textalign: left;
}

address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal;
	font-weight: normal;
}

/*all*/
      #all {
		  margin-left: 50px;
	  }

/*header*/
       #header {
		   height:　300px;
		   width: 800px;
		   background-color:;
		   
	   }
	   
	   h1 {
		   width: 400px;
		   height: px;
	   }
	   
	   
/*gnavi*/
       #gnavi{
		   height: 40px;
		   width: 800px;
		   color: #FFF;
		   
		   background-color: #F0C;
		   
	   }
		   
	   
/*main1*/
		#main1{
						  background-color:;
						  width: 800px;
						  height: 1200px;
						 
		}
		
/*main2*/		
		#main2{
					background-color: #C99;
					width: 800px;
					height: 1800px;
		}
		
			
/*footer*/
        #footer{
			background-color:;
		}
		
		#footer:after{
			content: " © 1995-2009 DanceStudioSaito.All Rights Reserved.";
		}
				
				
				
        h1{
			font-size: 22px;
			color:#FFF;
		}
		
		p{
			font-size: 12px;
		}
		
		body{
			margin: 30px;
		}
		
		#left{
			background-color:#FFF;
			margin: 5px;
			float: ;
			width: 47%;
			border: 1px solid white;
			background-color:;
			
		}
		
		#right{
			background-color: #FFF;
			margin:5px;
			float: ;
			width: 51%;
			border: 1px solid white;
		}
		
			#left2{
			float: left;
			width: 65%;
			border: 1px solid white;
			background-color:;
			
		}
		
		#right2{
			float: right;
			width: 32%;
			border: 1px solid white;
		}
		
	
		#address {
	position: absolute;
	left: 503px;
	top: 105px;
	height: 52px;
}

