

#ma_all{
	margin:0 auto ;
	text-align: center;
	width: 100%;
	/* 最低高さ表示（IE対応済み） */
	min-height:950px;
	height: auto !important;
	
	/* 確認用背景色です */	
	background: #ffffff url('img/back.jpg') repeat-x;
	}
	
#ma_header{
    margin:0 auto ;
    text-align: center;
    width: 950px;
	/* 確認用背景色です */
	
}
	
#ma_main{
    margin:0 auto ;
    text-align: center;
	width: 950px;
	/* 確認用背景色です */
	
}
	
#ma_content{
    
	/* 確認用背景色です */


}
	
#ma_left{
	/* 確認用背景色です */
	
}
	
#ma_right{
	/* 確認用背景色です */

	
}
	
#ma_footer{
    height: 70px;
	width: 100%;
	/* 確認用背景色です */
		
	background-color: black;
}

#ma_menu{
		width: 100%;
	/* 確認用背景色です */
	background: #fdedcc;
}


